/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-preflight.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

/*NOTE: 'preflight' IS RENAMED TO 'base'*/

/*@tailwind base;*/

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

[dir] body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
}

[dir] h1 {
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

[dir] a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] { /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

[dir] abbr[title] {
  border-bottom: none;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

[dir] img {
  border-style: none;
}

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

[dir] button, [dir] input, [dir] optgroup, [dir] select, [dir] textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */

[dir] button::-moz-focus-inner, [dir] [type="button"]::-moz-focus-inner, [dir] [type="reset"]::-moz-focus-inner, [dir] [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

[dir] fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */ /* 3 */
  white-space: normal; /* 1 */
}

[dir] legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */ /* 2 */
}

[dir] [type="checkbox"], [dir] [type="radio"] {
  padding: 0;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

[dir] 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;
}

[dir] fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

[dir] ol, [dir] ul {
  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: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

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

[dir] *, [dir] ::before, [dir] ::after {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7;
}

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

[dir] 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
 */

[dir] img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

[dir] button, [dir] [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 {
  line-height: inherit;
  color: inherit;
}

[dir] button, [dir] input, [dir] optgroup, [dir] select, [dir] textarea {
  padding: 0;
}

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

.container {
  width: 100%;
}

[dir=ltr] .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

[dir=rtl] .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-utilities.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

[dir=ltr] .space-x-1 > :not(template) ~ :not(template) {
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

[dir=rtl] .space-x-1 > :not(template) ~ :not(template) {
  margin-left: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-right: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

[dir=ltr] .space-x-4 > :not(template) ~ :not(template) {
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

[dir=rtl] .space-x-4 > :not(template) ~ :not(template) {
  margin-left: calc(1rem * var(--space-x-reverse)) !important;
  margin-right: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

[dir=ltr] .space-x-px > :not(template) ~ :not(template) {
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

[dir=rtl] .space-x-px > :not(template) ~ :not(template) {
  margin-left: calc(1px * var(--space-x-reverse)) !important;
  margin-right: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

[dir=ltr] .-space-x-1 > :not(template) ~ :not(template) {
  margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

[dir=rtl] .-space-x-1 > :not(template) ~ :not(template) {
  margin-left: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-right: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

[dir=ltr] .-space-x-4 > :not(template) ~ :not(template) {
  margin-right: calc(-1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

[dir=rtl] .-space-x-4 > :not(template) ~ :not(template) {
  margin-left: calc(-1rem * var(--space-x-reverse)) !important;
  margin-right: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

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

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

.-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
}

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

.-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
}

[dir=ltr] .-space-x-px > :not(template) ~ :not(template) {
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

[dir=rtl] .-space-x-px > :not(template) ~ :not(template) {
  margin-left: calc(-1px * var(--space-x-reverse)) !important;
  margin-right: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important;
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important;
}

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
}

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

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
}

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

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

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
}

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

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
}

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

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

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
}

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

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
}

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

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

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
}

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

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
}

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

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

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
}

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

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
}

[dir=ltr] .divide-x > :not(template) ~ :not(template) {
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

[dir=rtl] .divide-x > :not(template) ~ :not(template) {
  border-left-width: calc(1px * var(--divide-x-reverse)) !important;
  border-right-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important;
}

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

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

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-black > :not(template) ~ :not(template) {
  border-color: #22292f !important;
  border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
}

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-white > :not(template) ~ :not(template) {
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.divide-gray-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-100 > :not(template) ~ :not(template) {
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
}

.divide-gray-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-200 > :not(template) ~ :not(template) {
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
}

.divide-gray-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-300 > :not(template) ~ :not(template) {
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
}

.divide-gray-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-400 > :not(template) ~ :not(template) {
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
}

.divide-gray-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-500 > :not(template) ~ :not(template) {
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
}

.divide-gray-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-600 > :not(template) ~ :not(template) {
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
}

.divide-gray-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-700 > :not(template) ~ :not(template) {
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
}

.divide-gray-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-800 > :not(template) ~ :not(template) {
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
}

.divide-gray-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-gray-900 > :not(template) ~ :not(template) {
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
}

.divide-red-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-50 > :not(template) ~ :not(template) {
  border-color: #fef2f2 !important;
  border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
}

.divide-red-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-100 > :not(template) ~ :not(template) {
  border-color: #fee2e2 !important;
  border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
}

.divide-red-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-200 > :not(template) ~ :not(template) {
  border-color: #fecaca !important;
  border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
}

.divide-red-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-300 > :not(template) ~ :not(template) {
  border-color: #fca5a5 !important;
  border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
}

.divide-red-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-400 > :not(template) ~ :not(template) {
  border-color: #f87171 !important;
  border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
}

.divide-red-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-500 > :not(template) ~ :not(template) {
  border-color: #ef4444 !important;
  border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
}

.divide-red-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-600 > :not(template) ~ :not(template) {
  border-color: #dc2626 !important;
  border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
}

.divide-red-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-700 > :not(template) ~ :not(template) {
  border-color: #b91c1c !important;
  border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
}

.divide-red-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-800 > :not(template) ~ :not(template) {
  border-color: #991b1b !important;
  border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
}

.divide-red-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-red-900 > :not(template) ~ :not(template) {
  border-color: #7f1d1d !important;
  border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
}

.divide-orange-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-50 > :not(template) ~ :not(template) {
  border-color: #fff7ed !important;
  border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
}

.divide-orange-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-100 > :not(template) ~ :not(template) {
  border-color: #ffedd5 !important;
  border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
}

.divide-orange-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-200 > :not(template) ~ :not(template) {
  border-color: #fed7aa !important;
  border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
}

.divide-orange-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-300 > :not(template) ~ :not(template) {
  border-color: #fdba74 !important;
  border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
}

.divide-orange-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-400 > :not(template) ~ :not(template) {
  border-color: #fb923c !important;
  border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
}

.divide-orange-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-500 > :not(template) ~ :not(template) {
  border-color: #f97316 !important;
  border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
}

.divide-orange-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-600 > :not(template) ~ :not(template) {
  border-color: #ea580c !important;
  border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
}

.divide-orange-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-700 > :not(template) ~ :not(template) {
  border-color: #c2410c !important;
  border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
}

.divide-orange-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-800 > :not(template) ~ :not(template) {
  border-color: #9a3412 !important;
  border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
}

.divide-orange-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-orange-900 > :not(template) ~ :not(template) {
  border-color: #7c2d12 !important;
  border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
}

.divide-yellow-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-50 > :not(template) ~ :not(template) {
  border-color: #fefce8 !important;
  border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
}

.divide-yellow-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-100 > :not(template) ~ :not(template) {
  border-color: #fef9c3 !important;
  border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
}

.divide-yellow-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-200 > :not(template) ~ :not(template) {
  border-color: #fef08a !important;
  border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
}

.divide-yellow-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-300 > :not(template) ~ :not(template) {
  border-color: #fde047 !important;
  border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
}

.divide-yellow-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-400 > :not(template) ~ :not(template) {
  border-color: #facc15 !important;
  border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
}

.divide-yellow-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-500 > :not(template) ~ :not(template) {
  border-color: #eab308 !important;
  border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
}

.divide-yellow-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-600 > :not(template) ~ :not(template) {
  border-color: #ca8a04 !important;
  border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
}

.divide-yellow-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-700 > :not(template) ~ :not(template) {
  border-color: #a16207 !important;
  border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
}

.divide-yellow-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-800 > :not(template) ~ :not(template) {
  border-color: #854d0e !important;
  border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
}

.divide-yellow-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-yellow-900 > :not(template) ~ :not(template) {
  border-color: #713f12 !important;
  border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
}

.divide-green-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-50 > :not(template) ~ :not(template) {
  border-color: #f0fdf4 !important;
  border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
}

.divide-green-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-100 > :not(template) ~ :not(template) {
  border-color: #dcfce7 !important;
  border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
}

.divide-green-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-200 > :not(template) ~ :not(template) {
  border-color: #bbf7d0 !important;
  border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
}

.divide-green-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-300 > :not(template) ~ :not(template) {
  border-color: #86efac !important;
  border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
}

.divide-green-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-400 > :not(template) ~ :not(template) {
  border-color: #4ade80 !important;
  border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
}

.divide-green-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-500 > :not(template) ~ :not(template) {
  border-color: #22c55e !important;
  border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
}

.divide-green-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-600 > :not(template) ~ :not(template) {
  border-color: #16a34a !important;
  border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
}

.divide-green-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-700 > :not(template) ~ :not(template) {
  border-color: #15803d !important;
  border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
}

.divide-green-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-800 > :not(template) ~ :not(template) {
  border-color: #166534 !important;
  border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
}

.divide-green-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-green-900 > :not(template) ~ :not(template) {
  border-color: #14532d !important;
  border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
}

.divide-teal-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-50 > :not(template) ~ :not(template) {
  border-color: #f0fdfa !important;
  border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
}

.divide-teal-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-100 > :not(template) ~ :not(template) {
  border-color: #ccfbf1 !important;
  border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
}

.divide-teal-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-200 > :not(template) ~ :not(template) {
  border-color: #99f6e4 !important;
  border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
}

.divide-teal-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-300 > :not(template) ~ :not(template) {
  border-color: #5eead4 !important;
  border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
}

.divide-teal-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-400 > :not(template) ~ :not(template) {
  border-color: #2dd4bf !important;
  border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
}

.divide-teal-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-500 > :not(template) ~ :not(template) {
  border-color: #14b8a6 !important;
  border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
}

.divide-teal-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-600 > :not(template) ~ :not(template) {
  border-color: #0d9488 !important;
  border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
}

.divide-teal-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-700 > :not(template) ~ :not(template) {
  border-color: #0f766e !important;
  border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
}

.divide-teal-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-800 > :not(template) ~ :not(template) {
  border-color: #115e59 !important;
  border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
}

.divide-teal-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-teal-900 > :not(template) ~ :not(template) {
  border-color: #134e4a !important;
  border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
}

.divide-blue-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-blue-50 > :not(template) ~ :not(template) {
  border-color: #eff6ff !important;
  border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
}

.divide-blue-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-blue-100 > :not(template) ~ :not(template) {
  border-color: #dbeafe !important;
  border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
}

.divide-blue-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-blue-200 > :not(template) ~ :not(template) {
  border-color: #bfdbfe !important;
  border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
}

.divide-blue-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-blue-300 > :not(template) ~ :not(template) {
  border-color: #93c5fd !important;
  border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
}

.divide-blue-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-blue-400 > :not(template) ~ :not(template) {
  border-color: #60a5fa !important;
  border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
}

.divide-blue-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-blue-500 > :not(template) ~ :not(template) {
  border-color: #3b82f6 !important;
  border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
}

.divide-blue-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-blue-600 > :not(template) ~ :not(template) {
  border-color: #2563eb !important;
  border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
}

.divide-blue-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

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

.divide-blue-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

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

.divide-blue-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

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

.divide-indigo-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-100 > :not(template) ~ :not(template) {
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
}

.divide-indigo-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-200 > :not(template) ~ :not(template) {
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
}

.divide-indigo-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-300 > :not(template) ~ :not(template) {
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
}

.divide-indigo-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-400 > :not(template) ~ :not(template) {
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
}

.divide-indigo-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-500 > :not(template) ~ :not(template) {
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
}

.divide-indigo-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-600 > :not(template) ~ :not(template) {
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
}

.divide-indigo-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-700 > :not(template) ~ :not(template) {
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
}

.divide-indigo-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-800 > :not(template) ~ :not(template) {
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
}

.divide-indigo-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-indigo-900 > :not(template) ~ :not(template) {
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
}

.divide-purple-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-50 > :not(template) ~ :not(template) {
  border-color: #f5f3ff !important;
  border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
}

.divide-purple-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-100 > :not(template) ~ :not(template) {
  border-color: #ede9fe !important;
  border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
}

.divide-purple-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-200 > :not(template) ~ :not(template) {
  border-color: #ddd6fe !important;
  border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
}

.divide-purple-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-300 > :not(template) ~ :not(template) {
  border-color: #c4b5fd !important;
  border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
}

.divide-purple-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-400 > :not(template) ~ :not(template) {
  border-color: #a78bfa !important;
  border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
}

.divide-purple-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-500 > :not(template) ~ :not(template) {
  border-color: #8b5cf6 !important;
  border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
}

.divide-purple-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-600 > :not(template) ~ :not(template) {
  border-color: #7c3aed !important;
  border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
}

.divide-purple-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-700 > :not(template) ~ :not(template) {
  border-color: #6d28d9 !important;
  border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
}

.divide-purple-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-800 > :not(template) ~ :not(template) {
  border-color: #5b21b6 !important;
  border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
}

.divide-purple-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-purple-900 > :not(template) ~ :not(template) {
  border-color: #4c1d95 !important;
  border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
}

.divide-pink-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-50 > :not(template) ~ :not(template) {
  border-color: #fdf2f8 !important;
  border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
}

.divide-pink-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-100 > :not(template) ~ :not(template) {
  border-color: #fce7f3 !important;
  border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
}

.divide-pink-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-200 > :not(template) ~ :not(template) {
  border-color: #fbcfe8 !important;
  border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
}

.divide-pink-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-300 > :not(template) ~ :not(template) {
  border-color: #f9a8d4 !important;
  border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
}

.divide-pink-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-400 > :not(template) ~ :not(template) {
  border-color: #f472b6 !important;
  border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
}

.divide-pink-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-500 > :not(template) ~ :not(template) {
  border-color: #ec4899 !important;
  border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
}

.divide-pink-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-600 > :not(template) ~ :not(template) {
  border-color: #db2777 !important;
  border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
}

.divide-pink-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-700 > :not(template) ~ :not(template) {
  border-color: #be185d !important;
  border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
}

.divide-pink-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-800 > :not(template) ~ :not(template) {
  border-color: #9d174d !important;
  border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
}

.divide-pink-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-pink-900 > :not(template) ~ :not(template) {
  border-color: #831843 !important;
  border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
}

.divide-grey-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-50 > :not(template) ~ :not(template) {
  border-color: #f9fafb !important;
  border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
}

.divide-grey-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-100 > :not(template) ~ :not(template) {
  border-color: #f3f4f6 !important;
  border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
}

.divide-grey-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-200 > :not(template) ~ :not(template) {
  border-color: #e5e7eb !important;
  border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
}

.divide-grey-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-300 > :not(template) ~ :not(template) {
  border-color: #d1d5db !important;
  border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
}

.divide-grey-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-400 > :not(template) ~ :not(template) {
  border-color: #9ca3af !important;
  border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
}

.divide-grey-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-500 > :not(template) ~ :not(template) {
  border-color: #6b7280 !important;
  border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
}

.divide-grey-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-600 > :not(template) ~ :not(template) {
  border-color: #4b5563 !important;
  border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
}

.divide-grey-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-700 > :not(template) ~ :not(template) {
  border-color: #374151 !important;
  border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
}

.divide-grey-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-800 > :not(template) ~ :not(template) {
  border-color: #1f2937 !important;
  border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
}

.divide-grey-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-900 > :not(template) ~ :not(template) {
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
}

.divide-grey-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-grey-light > :not(template) ~ :not(template) {
  border-color: #dae1e7 !important;
  border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
}

.divide-primary-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-primary-light > :not(template) ~ :not(template) {
  border-color: #3F8CFF !important;
  border-color: rgba(63, 140, 255, var(--divide-opacity)) !important;
}

.divide-primary-DEFAULT > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-primary-DEFAULT > :not(template) ~ :not(template) {
  border-color: #1D4ED8 !important;
  border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
}

.divide-primary-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-primary-dark > :not(template) ~ :not(template) {
  border-color: #1E40AF !important;
  border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
}

.divide-secondary-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-secondary-light > :not(template) ~ :not(template) {
  border-color: #FF7C7C !important;
  border-color: rgba(255, 124, 124, var(--divide-opacity)) !important;
}

.divide-secondary-DEFAULT > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-secondary-DEFAULT > :not(template) ~ :not(template) {
  border-color: #EF4444 !important;
  border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
}

.divide-secondary-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-secondary-dark > :not(template) ~ :not(template) {
  border-color: #B91C1C !important;
  border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
}

.divide-success-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-success-light > :not(template) ~ :not(template) {
  border-color: #4ADE80 !important;
  border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
}

.divide-success-DEFAULT > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-success-DEFAULT > :not(template) ~ :not(template) {
  border-color: #16A34A !important;
  border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
}

.divide-success-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-success-dark > :not(template) ~ :not(template) {
  border-color: #15803D !important;
  border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
}

.divide-warning-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-warning-light > :not(template) ~ :not(template) {
  border-color: #FDE047 !important;
  border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
}

.divide-warning-DEFAULT > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-warning-DEFAULT > :not(template) ~ :not(template) {
  border-color: #F59E0B !important;
  border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
}

.divide-warning-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-warning-dark > :not(template) ~ :not(template) {
  border-color: #B45309 !important;
  border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
}

.divide-danger-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-danger-light > :not(template) ~ :not(template) {
  border-color: #F87171 !important;
  border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
}

.divide-danger-DEFAULT > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-danger-DEFAULT > :not(template) ~ :not(template) {
  border-color: #DC2626 !important;
  border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
}

.divide-danger-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-danger-dark > :not(template) ~ :not(template) {
  border-color: #991B1B !important;
  border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
}

.divide-info-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-info-light > :not(template) ~ :not(template) {
  border-color: #60A5FA !important;
  border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
}

.divide-info-DEFAULT > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-info-DEFAULT > :not(template) ~ :not(template) {
  border-color: #3B82F6 !important;
  border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
}

.divide-info-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-info-dark > :not(template) ~ :not(template) {
  border-color: #1D4ED8 !important;
  border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
}

.divide-neutral-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-neutral-light > :not(template) ~ :not(template) {
  border-color: #F3F4F6 !important;
  border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
}

.divide-neutral-DEFAULT > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-neutral-DEFAULT > :not(template) ~ :not(template) {
  border-color: #9CA3AF !important;
  border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
}

.divide-neutral-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-neutral-dark > :not(template) ~ :not(template) {
  border-color: #4B5563 !important;
  border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
}

.divide-telegram > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-telegram > :not(template) ~ :not(template) {
  border-color: #0088CC !important;
  border-color: rgba(0, 136, 204, var(--divide-opacity)) !important;
}

.divide-instagram > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-instagram > :not(template) ~ :not(template) {
  border-color: #C13584 !important;
  border-color: rgba(193, 53, 132, var(--divide-opacity)) !important;
}

.divide-facebook > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-facebook > :not(template) ~ :not(template) {
  border-color: #3b5998 !important;
  border-color: rgba(59, 89, 152, var(--divide-opacity)) !important;
}

.divide-whatsapp > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-whatsapp > :not(template) ~ :not(template) {
  border-color: #25D366 !important;
  border-color: rgba(37, 211, 102, var(--divide-opacity)) !important;
}

.divide-linkedin > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-linkedin > :not(template) ~ :not(template) {
  border-color: #0e76a8 !important;
  border-color: rgba(14, 118, 168, var(--divide-opacity)) !important;
}

.divide-cyan-50 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-50 > :not(template) ~ :not(template) {
  border-color: #ecfeff !important;
  border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
}

.divide-cyan-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-100 > :not(template) ~ :not(template) {
  border-color: #cffafe !important;
  border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
}

.divide-cyan-200 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-200 > :not(template) ~ :not(template) {
  border-color: #a5f3fc !important;
  border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
}

.divide-cyan-300 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-300 > :not(template) ~ :not(template) {
  border-color: #67e8f9 !important;
  border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
}

.divide-cyan-400 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-400 > :not(template) ~ :not(template) {
  border-color: #22d3ee !important;
  border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
}

.divide-cyan-500 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-500 > :not(template) ~ :not(template) {
  border-color: #06b6d4 !important;
  border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
}

.divide-cyan-600 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-600 > :not(template) ~ :not(template) {
  border-color: #0891b2 !important;
  border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
}

.divide-cyan-700 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-700 > :not(template) ~ :not(template) {
  border-color: #0e7490 !important;
  border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
}

.divide-cyan-800 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-800 > :not(template) ~ :not(template) {
  border-color: #155e75 !important;
  border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
}

.divide-cyan-900 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

[dir] .divide-cyan-900 > :not(template) ~ :not(template) {
  border-color: #164e63 !important;
  border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
}

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

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

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

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

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

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0 !important;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25 !important;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5 !important;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75 !important;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

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

[dir] .sr-only {
  padding: 0 !important;
  margin: -1px !important;
  border-width: 0 !important;
}

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

[dir] .not-sr-only {
  padding: 0 !important;
  margin: 0 !important;
}

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

[dir] .focus\:sr-only:focus {
  padding: 0 !important;
  margin: -1px !important;
  border-width: 0 !important;
}

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

[dir] .focus\:not-sr-only:focus {
  padding: 0 !important;
  margin: 0 !important;
}

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

[dir] .bg-fixed {
  background-attachment: fixed !important;
}

[dir] .bg-local {
  background-attachment: local !important;
}

[dir] .bg-scroll {
  background-attachment: scroll !important;
}

[dir] .bg-clip-border {
  background-clip: border-box !important;
}

[dir] .bg-clip-padding {
  background-clip: padding-box !important;
}

[dir] .bg-clip-content {
  background-clip: content-box !important;
}

[dir] .bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

[dir] .bg-transparent {
  background-color: transparent !important;
}

[dir] .bg-current {
  background-color: currentColor !important;
}

.bg-black {
  --bg-opacity: 1 !important;
}

[dir] .bg-black {
  background-color: #22292f !important;
  background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
}

.bg-white {
  --bg-opacity: 1 !important;
}

[dir] .bg-white {
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-gray-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-100 {
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.bg-gray-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-200 {
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.bg-gray-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-300 {
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.bg-gray-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-400 {
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.bg-gray-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-500 {
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.bg-gray-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-600 {
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.bg-gray-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-700 {
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.bg-gray-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-800 {
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.bg-gray-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-gray-900 {
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.bg-red-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-50 {
  background-color: #fef2f2 !important;
  background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
}

.bg-red-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-100 {
  background-color: #fee2e2 !important;
  background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
}

.bg-red-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-200 {
  background-color: #fecaca !important;
  background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
}

.bg-red-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-300 {
  background-color: #fca5a5 !important;
  background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
}

.bg-red-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-400 {
  background-color: #f87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.bg-red-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-500 {
  background-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.bg-red-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-600 {
  background-color: #dc2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.bg-red-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-700 {
  background-color: #b91c1c !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.bg-red-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-800 {
  background-color: #991b1b !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.bg-red-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-red-900 {
  background-color: #7f1d1d !important;
  background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
}

.bg-orange-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-50 {
  background-color: #fff7ed !important;
  background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
}

.bg-orange-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-100 {
  background-color: #ffedd5 !important;
  background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
}

.bg-orange-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-200 {
  background-color: #fed7aa !important;
  background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
}

.bg-orange-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-300 {
  background-color: #fdba74 !important;
  background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
}

.bg-orange-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-400 {
  background-color: #fb923c !important;
  background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
}

.bg-orange-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-500 {
  background-color: #f97316 !important;
  background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
}

.bg-orange-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-600 {
  background-color: #ea580c !important;
  background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
}

.bg-orange-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-700 {
  background-color: #c2410c !important;
  background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
}

.bg-orange-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-800 {
  background-color: #9a3412 !important;
  background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
}

.bg-orange-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-orange-900 {
  background-color: #7c2d12 !important;
  background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
}

.bg-yellow-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-50 {
  background-color: #fefce8 !important;
  background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
}

.bg-yellow-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-100 {
  background-color: #fef9c3 !important;
  background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
}

.bg-yellow-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-200 {
  background-color: #fef08a !important;
  background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
}

.bg-yellow-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-300 {
  background-color: #fde047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.bg-yellow-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-400 {
  background-color: #facc15 !important;
  background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
}

.bg-yellow-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-500 {
  background-color: #eab308 !important;
  background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
}

.bg-yellow-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-600 {
  background-color: #ca8a04 !important;
  background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
}

.bg-yellow-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-700 {
  background-color: #a16207 !important;
  background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
}

.bg-yellow-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-800 {
  background-color: #854d0e !important;
  background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
}

.bg-yellow-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-yellow-900 {
  background-color: #713f12 !important;
  background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
}

.bg-green-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-50 {
  background-color: #f0fdf4 !important;
  background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
}

.bg-green-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-100 {
  background-color: #dcfce7 !important;
  background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
}

.bg-green-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-200 {
  background-color: #bbf7d0 !important;
  background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
}

.bg-green-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-300 {
  background-color: #86efac !important;
  background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
}

.bg-green-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-400 {
  background-color: #4ade80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.bg-green-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-500 {
  background-color: #22c55e !important;
  background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
}

.bg-green-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-600 {
  background-color: #16a34a !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.bg-green-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-700 {
  background-color: #15803d !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.bg-green-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-800 {
  background-color: #166534 !important;
  background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
}

.bg-green-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-green-900 {
  background-color: #14532d !important;
  background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
}

.bg-teal-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-50 {
  background-color: #f0fdfa !important;
  background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
}

.bg-teal-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-100 {
  background-color: #ccfbf1 !important;
  background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
}

.bg-teal-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-200 {
  background-color: #99f6e4 !important;
  background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
}

.bg-teal-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-300 {
  background-color: #5eead4 !important;
  background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
}

.bg-teal-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-400 {
  background-color: #2dd4bf !important;
  background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
}

.bg-teal-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-500 {
  background-color: #14b8a6 !important;
  background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
}

.bg-teal-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-600 {
  background-color: #0d9488 !important;
  background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
}

.bg-teal-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-700 {
  background-color: #0f766e !important;
  background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
}

.bg-teal-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-800 {
  background-color: #115e59 !important;
  background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
}

.bg-teal-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-teal-900 {
  background-color: #134e4a !important;
  background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
}

.bg-blue-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-50 {
  background-color: #eff6ff !important;
  background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
}

.bg-blue-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-100 {
  background-color: #dbeafe !important;
  background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
}

.bg-blue-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-200 {
  background-color: #bfdbfe !important;
  background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
}

.bg-blue-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-300 {
  background-color: #93c5fd !important;
  background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
}

.bg-blue-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-400 {
  background-color: #60a5fa !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.bg-blue-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-500 {
  background-color: #3b82f6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.bg-blue-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-600 {
  background-color: #2563eb !important;
  background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
}

.bg-blue-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-700 {
  background-color: #1d4ed8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.bg-blue-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-800 {
  background-color: #1e40af !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.bg-blue-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-blue-900 {
  background-color: #1e3a8a !important;
  background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
}

.bg-indigo-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-100 {
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.bg-indigo-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-200 {
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.bg-indigo-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-300 {
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.bg-indigo-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-400 {
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.bg-indigo-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-500 {
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.bg-indigo-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-600 {
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.bg-indigo-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-700 {
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.bg-indigo-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-800 {
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.bg-indigo-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-indigo-900 {
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.bg-purple-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-50 {
  background-color: #f5f3ff !important;
  background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
}

.bg-purple-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-100 {
  background-color: #ede9fe !important;
  background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
}

.bg-purple-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-200 {
  background-color: #ddd6fe !important;
  background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
}

.bg-purple-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-300 {
  background-color: #c4b5fd !important;
  background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
}

.bg-purple-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-400 {
  background-color: #a78bfa !important;
  background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
}

.bg-purple-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-500 {
  background-color: #8b5cf6 !important;
  background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
}

.bg-purple-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-600 {
  background-color: #7c3aed !important;
  background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
}

.bg-purple-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-700 {
  background-color: #6d28d9 !important;
  background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
}

.bg-purple-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-800 {
  background-color: #5b21b6 !important;
  background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
}

.bg-purple-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-purple-900 {
  background-color: #4c1d95 !important;
  background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
}

.bg-pink-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-50 {
  background-color: #fdf2f8 !important;
  background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
}

.bg-pink-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-100 {
  background-color: #fce7f3 !important;
  background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
}

.bg-pink-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-200 {
  background-color: #fbcfe8 !important;
  background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
}

.bg-pink-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-300 {
  background-color: #f9a8d4 !important;
  background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
}

.bg-pink-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-400 {
  background-color: #f472b6 !important;
  background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
}

.bg-pink-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-500 {
  background-color: #ec4899 !important;
  background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
}

.bg-pink-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-600 {
  background-color: #db2777 !important;
  background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
}

.bg-pink-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-700 {
  background-color: #be185d !important;
  background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
}

.bg-pink-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-800 {
  background-color: #9d174d !important;
  background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
}

.bg-pink-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-pink-900 {
  background-color: #831843 !important;
  background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
}

.bg-grey-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-50 {
  background-color: #f9fafb !important;
  background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
}

.bg-grey-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-100 {
  background-color: #f3f4f6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.bg-grey-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-200 {
  background-color: #e5e7eb !important;
  background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
}

.bg-grey-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-300 {
  background-color: #d1d5db !important;
  background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
}

.bg-grey-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-400 {
  background-color: #9ca3af !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.bg-grey-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-500 {
  background-color: #6b7280 !important;
  background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
}

.bg-grey-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-600 {
  background-color: #4b5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.bg-grey-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-700 {
  background-color: #374151 !important;
  background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
}

.bg-grey-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-800 {
  background-color: #1f2937 !important;
  background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
}

.bg-grey-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-900 {
  background-color: #111827 !important;
  background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
}

.bg-grey-light {
  --bg-opacity: 1 !important;
}

[dir] .bg-grey-light {
  background-color: #dae1e7 !important;
  background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
}

.bg-primary-light {
  --bg-opacity: 1 !important;
}

[dir] .bg-primary-light {
  background-color: #3F8CFF !important;
  background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
}

.bg-primary-DEFAULT {
  --bg-opacity: 1 !important;
}

[dir] .bg-primary-DEFAULT {
  background-color: #1D4ED8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.bg-primary-dark {
  --bg-opacity: 1 !important;
}

[dir] .bg-primary-dark {
  background-color: #1E40AF !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.bg-secondary-light {
  --bg-opacity: 1 !important;
}

[dir] .bg-secondary-light {
  background-color: #FF7C7C !important;
  background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
}

.bg-secondary-DEFAULT {
  --bg-opacity: 1 !important;
}

[dir] .bg-secondary-DEFAULT {
  background-color: #EF4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.bg-secondary-dark {
  --bg-opacity: 1 !important;
}

[dir] .bg-secondary-dark {
  background-color: #B91C1C !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.bg-success-light {
  --bg-opacity: 1 !important;
}

[dir] .bg-success-light {
  background-color: #4ADE80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.bg-success-DEFAULT {
  --bg-opacity: 1 !important;
}

[dir] .bg-success-DEFAULT {
  background-color: #16A34A !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.bg-success-dark {
  --bg-opacity: 1 !important;
}

[dir] .bg-success-dark {
  background-color: #15803D !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.bg-warning-light {
  --bg-opacity: 1 !important;
}

[dir] .bg-warning-light {
  background-color: #FDE047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.bg-warning-DEFAULT {
  --bg-opacity: 1 !important;
}

[dir] .bg-warning-DEFAULT {
  background-color: #F59E0B !important;
  background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
}

.bg-warning-dark {
  --bg-opacity: 1 !important;
}

[dir] .bg-warning-dark {
  background-color: #B45309 !important;
  background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
}

.bg-danger-light {
  --bg-opacity: 1 !important;
}

[dir] .bg-danger-light {
  background-color: #F87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.bg-danger-DEFAULT {
  --bg-opacity: 1 !important;
}

[dir] .bg-danger-DEFAULT {
  background-color: #DC2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.bg-danger-dark {
  --bg-opacity: 1 !important;
}

[dir] .bg-danger-dark {
  background-color: #991B1B !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.bg-info-light {
  --bg-opacity: 1 !important;
}

[dir] .bg-info-light {
  background-color: #60A5FA !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.bg-info-DEFAULT {
  --bg-opacity: 1 !important;
}

[dir] .bg-info-DEFAULT {
  background-color: #3B82F6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.bg-info-dark {
  --bg-opacity: 1 !important;
}

[dir] .bg-info-dark {
  background-color: #1D4ED8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.bg-neutral-light {
  --bg-opacity: 1 !important;
}

[dir] .bg-neutral-light {
  background-color: #F3F4F6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.bg-neutral-DEFAULT {
  --bg-opacity: 1 !important;
}

[dir] .bg-neutral-DEFAULT {
  background-color: #9CA3AF !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.bg-neutral-dark {
  --bg-opacity: 1 !important;
}

[dir] .bg-neutral-dark {
  background-color: #4B5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.bg-telegram {
  --bg-opacity: 1 !important;
}

[dir] .bg-telegram {
  background-color: #0088CC !important;
  background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
}

.bg-instagram {
  --bg-opacity: 1 !important;
}

[dir] .bg-instagram {
  background-color: #C13584 !important;
  background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
}

.bg-facebook {
  --bg-opacity: 1 !important;
}

[dir] .bg-facebook {
  background-color: #3b5998 !important;
  background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
}

.bg-whatsapp {
  --bg-opacity: 1 !important;
}

[dir] .bg-whatsapp {
  background-color: #25D366 !important;
  background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
}

.bg-linkedin {
  --bg-opacity: 1 !important;
}

[dir] .bg-linkedin {
  background-color: #0e76a8 !important;
  background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
}

.bg-cyan-50 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-50 {
  background-color: #ecfeff !important;
  background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
}

.bg-cyan-100 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-100 {
  background-color: #cffafe !important;
  background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
}

.bg-cyan-200 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-200 {
  background-color: #a5f3fc !important;
  background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
}

.bg-cyan-300 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-300 {
  background-color: #67e8f9 !important;
  background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
}

.bg-cyan-400 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-400 {
  background-color: #22d3ee !important;
  background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
}

.bg-cyan-500 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-500 {
  background-color: #06b6d4 !important;
  background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
}

.bg-cyan-600 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-600 {
  background-color: #0891b2 !important;
  background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
}

.bg-cyan-700 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-700 {
  background-color: #0e7490 !important;
  background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
}

.bg-cyan-800 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-800 {
  background-color: #155e75 !important;
  background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
}

.bg-cyan-900 {
  --bg-opacity: 1 !important;
}

[dir] .bg-cyan-900 {
  background-color: #164e63 !important;
  background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
}

[dir] .hover\:bg-transparent:hover {
  background-color: transparent !important;
}

[dir] .hover\:bg-current:hover {
  background-color: currentColor !important;
}

.hover\:bg-black:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-black:hover {
  background-color: #22292f !important;
  background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-white:hover {
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover\:bg-gray-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-100:hover {
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.hover\:bg-gray-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-200:hover {
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.hover\:bg-gray-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-300:hover {
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.hover\:bg-gray-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-400:hover {
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.hover\:bg-gray-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-500:hover {
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.hover\:bg-gray-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-600:hover {
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.hover\:bg-gray-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-700:hover {
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.hover\:bg-gray-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-800:hover {
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.hover\:bg-gray-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-gray-900:hover {
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.hover\:bg-red-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-50:hover {
  background-color: #fef2f2 !important;
  background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
}

.hover\:bg-red-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-100:hover {
  background-color: #fee2e2 !important;
  background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
}

.hover\:bg-red-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-200:hover {
  background-color: #fecaca !important;
  background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
}

.hover\:bg-red-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-300:hover {
  background-color: #fca5a5 !important;
  background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
}

.hover\:bg-red-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-400:hover {
  background-color: #f87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.hover\:bg-red-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-500:hover {
  background-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.hover\:bg-red-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-600:hover {
  background-color: #dc2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-700:hover {
  background-color: #b91c1c !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.hover\:bg-red-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-800:hover {
  background-color: #991b1b !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.hover\:bg-red-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-red-900:hover {
  background-color: #7f1d1d !important;
  background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
}

.hover\:bg-orange-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-50:hover {
  background-color: #fff7ed !important;
  background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
}

.hover\:bg-orange-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-100:hover {
  background-color: #ffedd5 !important;
  background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
}

.hover\:bg-orange-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-200:hover {
  background-color: #fed7aa !important;
  background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
}

.hover\:bg-orange-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-300:hover {
  background-color: #fdba74 !important;
  background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
}

.hover\:bg-orange-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-400:hover {
  background-color: #fb923c !important;
  background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
}

.hover\:bg-orange-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-500:hover {
  background-color: #f97316 !important;
  background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
}

.hover\:bg-orange-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-600:hover {
  background-color: #ea580c !important;
  background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
}

.hover\:bg-orange-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-700:hover {
  background-color: #c2410c !important;
  background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
}

.hover\:bg-orange-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-800:hover {
  background-color: #9a3412 !important;
  background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
}

.hover\:bg-orange-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-orange-900:hover {
  background-color: #7c2d12 !important;
  background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-50:hover {
  background-color: #fefce8 !important;
  background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-100:hover {
  background-color: #fef9c3 !important;
  background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-200:hover {
  background-color: #fef08a !important;
  background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-300:hover {
  background-color: #fde047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-400:hover {
  background-color: #facc15 !important;
  background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-500:hover {
  background-color: #eab308 !important;
  background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-600:hover {
  background-color: #ca8a04 !important;
  background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-700:hover {
  background-color: #a16207 !important;
  background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-800:hover {
  background-color: #854d0e !important;
  background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
}

.hover\:bg-yellow-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-yellow-900:hover {
  background-color: #713f12 !important;
  background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
}

.hover\:bg-green-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-50:hover {
  background-color: #f0fdf4 !important;
  background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
}

.hover\:bg-green-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-100:hover {
  background-color: #dcfce7 !important;
  background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
}

.hover\:bg-green-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-200:hover {
  background-color: #bbf7d0 !important;
  background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
}

.hover\:bg-green-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-300:hover {
  background-color: #86efac !important;
  background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
}

.hover\:bg-green-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-400:hover {
  background-color: #4ade80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.hover\:bg-green-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-500:hover {
  background-color: #22c55e !important;
  background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
}

.hover\:bg-green-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-600:hover {
  background-color: #16a34a !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.hover\:bg-green-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-700:hover {
  background-color: #15803d !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.hover\:bg-green-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-800:hover {
  background-color: #166534 !important;
  background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
}

.hover\:bg-green-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-green-900:hover {
  background-color: #14532d !important;
  background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
}

.hover\:bg-teal-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-50:hover {
  background-color: #f0fdfa !important;
  background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
}

.hover\:bg-teal-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-100:hover {
  background-color: #ccfbf1 !important;
  background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
}

.hover\:bg-teal-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-200:hover {
  background-color: #99f6e4 !important;
  background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
}

.hover\:bg-teal-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-300:hover {
  background-color: #5eead4 !important;
  background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
}

.hover\:bg-teal-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-400:hover {
  background-color: #2dd4bf !important;
  background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
}

.hover\:bg-teal-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-500:hover {
  background-color: #14b8a6 !important;
  background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
}

.hover\:bg-teal-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-600:hover {
  background-color: #0d9488 !important;
  background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
}

.hover\:bg-teal-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-700:hover {
  background-color: #0f766e !important;
  background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
}

.hover\:bg-teal-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-800:hover {
  background-color: #115e59 !important;
  background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
}

.hover\:bg-teal-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-teal-900:hover {
  background-color: #134e4a !important;
  background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
}

.hover\:bg-blue-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-50:hover {
  background-color: #eff6ff !important;
  background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
}

.hover\:bg-blue-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-100:hover {
  background-color: #dbeafe !important;
  background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
}

.hover\:bg-blue-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-200:hover {
  background-color: #bfdbfe !important;
  background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
}

.hover\:bg-blue-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-300:hover {
  background-color: #93c5fd !important;
  background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
}

.hover\:bg-blue-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-400:hover {
  background-color: #60a5fa !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.hover\:bg-blue-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-500:hover {
  background-color: #3b82f6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.hover\:bg-blue-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-600:hover {
  background-color: #2563eb !important;
  background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-700:hover {
  background-color: #1d4ed8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.hover\:bg-blue-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-800:hover {
  background-color: #1e40af !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.hover\:bg-blue-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-blue-900:hover {
  background-color: #1e3a8a !important;
  background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-100:hover {
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-200:hover {
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-300:hover {
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-400:hover {
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-500:hover {
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-600:hover {
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-700:hover {
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-800:hover {
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.hover\:bg-indigo-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-indigo-900:hover {
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.hover\:bg-purple-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-50:hover {
  background-color: #f5f3ff !important;
  background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
}

.hover\:bg-purple-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-100:hover {
  background-color: #ede9fe !important;
  background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
}

.hover\:bg-purple-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-200:hover {
  background-color: #ddd6fe !important;
  background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
}

.hover\:bg-purple-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-300:hover {
  background-color: #c4b5fd !important;
  background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
}

.hover\:bg-purple-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-400:hover {
  background-color: #a78bfa !important;
  background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
}

.hover\:bg-purple-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-500:hover {
  background-color: #8b5cf6 !important;
  background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
}

.hover\:bg-purple-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-600:hover {
  background-color: #7c3aed !important;
  background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
}

.hover\:bg-purple-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-700:hover {
  background-color: #6d28d9 !important;
  background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
}

.hover\:bg-purple-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-800:hover {
  background-color: #5b21b6 !important;
  background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
}

.hover\:bg-purple-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-purple-900:hover {
  background-color: #4c1d95 !important;
  background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
}

.hover\:bg-pink-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-50:hover {
  background-color: #fdf2f8 !important;
  background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
}

.hover\:bg-pink-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-100:hover {
  background-color: #fce7f3 !important;
  background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
}

.hover\:bg-pink-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-200:hover {
  background-color: #fbcfe8 !important;
  background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
}

.hover\:bg-pink-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-300:hover {
  background-color: #f9a8d4 !important;
  background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
}

.hover\:bg-pink-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-400:hover {
  background-color: #f472b6 !important;
  background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
}

.hover\:bg-pink-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-500:hover {
  background-color: #ec4899 !important;
  background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
}

.hover\:bg-pink-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-600:hover {
  background-color: #db2777 !important;
  background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
}

.hover\:bg-pink-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-700:hover {
  background-color: #be185d !important;
  background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
}

.hover\:bg-pink-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-800:hover {
  background-color: #9d174d !important;
  background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
}

.hover\:bg-pink-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-pink-900:hover {
  background-color: #831843 !important;
  background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
}

.hover\:bg-grey-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-50:hover {
  background-color: #f9fafb !important;
  background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
}

.hover\:bg-grey-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-100:hover {
  background-color: #f3f4f6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.hover\:bg-grey-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-200:hover {
  background-color: #e5e7eb !important;
  background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
}

.hover\:bg-grey-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-300:hover {
  background-color: #d1d5db !important;
  background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
}

.hover\:bg-grey-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-400:hover {
  background-color: #9ca3af !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.hover\:bg-grey-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-500:hover {
  background-color: #6b7280 !important;
  background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
}

.hover\:bg-grey-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-600:hover {
  background-color: #4b5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.hover\:bg-grey-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-700:hover {
  background-color: #374151 !important;
  background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
}

.hover\:bg-grey-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-800:hover {
  background-color: #1f2937 !important;
  background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
}

.hover\:bg-grey-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-900:hover {
  background-color: #111827 !important;
  background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
}

.hover\:bg-grey-light:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-grey-light:hover {
  background-color: #dae1e7 !important;
  background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
}

.hover\:bg-primary-light:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-primary-light:hover {
  background-color: #3F8CFF !important;
  background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
}

.hover\:bg-primary-DEFAULT:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-primary-DEFAULT:hover {
  background-color: #1D4ED8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.hover\:bg-primary-dark:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-primary-dark:hover {
  background-color: #1E40AF !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.hover\:bg-secondary-light:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-secondary-light:hover {
  background-color: #FF7C7C !important;
  background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
}

.hover\:bg-secondary-DEFAULT:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-secondary-DEFAULT:hover {
  background-color: #EF4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.hover\:bg-secondary-dark:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-secondary-dark:hover {
  background-color: #B91C1C !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.hover\:bg-success-light:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-success-light:hover {
  background-color: #4ADE80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.hover\:bg-success-DEFAULT:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-success-DEFAULT:hover {
  background-color: #16A34A !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.hover\:bg-success-dark:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-success-dark:hover {
  background-color: #15803D !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.hover\:bg-warning-light:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-warning-light:hover {
  background-color: #FDE047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.hover\:bg-warning-DEFAULT:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-warning-DEFAULT:hover {
  background-color: #F59E0B !important;
  background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
}

.hover\:bg-warning-dark:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-warning-dark:hover {
  background-color: #B45309 !important;
  background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
}

.hover\:bg-danger-light:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-danger-light:hover {
  background-color: #F87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.hover\:bg-danger-DEFAULT:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-danger-DEFAULT:hover {
  background-color: #DC2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.hover\:bg-danger-dark:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-danger-dark:hover {
  background-color: #991B1B !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.hover\:bg-info-light:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-info-light:hover {
  background-color: #60A5FA !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.hover\:bg-info-DEFAULT:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-info-DEFAULT:hover {
  background-color: #3B82F6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.hover\:bg-info-dark:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-info-dark:hover {
  background-color: #1D4ED8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.hover\:bg-neutral-light:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-neutral-light:hover {
  background-color: #F3F4F6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.hover\:bg-neutral-DEFAULT:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-neutral-DEFAULT:hover {
  background-color: #9CA3AF !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.hover\:bg-neutral-dark:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-neutral-dark:hover {
  background-color: #4B5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.hover\:bg-telegram:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-telegram:hover {
  background-color: #0088CC !important;
  background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
}

.hover\:bg-instagram:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-instagram:hover {
  background-color: #C13584 !important;
  background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
}

.hover\:bg-facebook:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-facebook:hover {
  background-color: #3b5998 !important;
  background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
}

.hover\:bg-whatsapp:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-whatsapp:hover {
  background-color: #25D366 !important;
  background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
}

.hover\:bg-linkedin:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-linkedin:hover {
  background-color: #0e76a8 !important;
  background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-50:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-50:hover {
  background-color: #ecfeff !important;
  background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-100:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-100:hover {
  background-color: #cffafe !important;
  background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-200:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-200:hover {
  background-color: #a5f3fc !important;
  background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-300:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-300:hover {
  background-color: #67e8f9 !important;
  background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-400:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-400:hover {
  background-color: #22d3ee !important;
  background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-500:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-500:hover {
  background-color: #06b6d4 !important;
  background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-600:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-600:hover {
  background-color: #0891b2 !important;
  background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-700:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-700:hover {
  background-color: #0e7490 !important;
  background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-800:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-800:hover {
  background-color: #155e75 !important;
  background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
}

.hover\:bg-cyan-900:hover {
  --bg-opacity: 1 !important;
}

[dir] .hover\:bg-cyan-900:hover {
  background-color: #164e63 !important;
  background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
}

[dir] .focus\:bg-transparent:focus {
  background-color: transparent !important;
}

[dir] .focus\:bg-current:focus {
  background-color: currentColor !important;
}

.focus\:bg-black:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-black:focus {
  background-color: #22292f !important;
  background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
}

.focus\:bg-white:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-white:focus {
  background-color: #ffffff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.focus\:bg-gray-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-100:focus {
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.focus\:bg-gray-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-200:focus {
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.focus\:bg-gray-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-300:focus {
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.focus\:bg-gray-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-400:focus {
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.focus\:bg-gray-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-500:focus {
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.focus\:bg-gray-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-600:focus {
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.focus\:bg-gray-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-700:focus {
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.focus\:bg-gray-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-800:focus {
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.focus\:bg-gray-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-gray-900:focus {
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.focus\:bg-red-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-50:focus {
  background-color: #fef2f2 !important;
  background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
}

.focus\:bg-red-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-100:focus {
  background-color: #fee2e2 !important;
  background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
}

.focus\:bg-red-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-200:focus {
  background-color: #fecaca !important;
  background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
}

.focus\:bg-red-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-300:focus {
  background-color: #fca5a5 !important;
  background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
}

.focus\:bg-red-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-400:focus {
  background-color: #f87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.focus\:bg-red-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-500:focus {
  background-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.focus\:bg-red-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-600:focus {
  background-color: #dc2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.focus\:bg-red-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-700:focus {
  background-color: #b91c1c !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.focus\:bg-red-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-800:focus {
  background-color: #991b1b !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.focus\:bg-red-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-red-900:focus {
  background-color: #7f1d1d !important;
  background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
}

.focus\:bg-orange-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-50:focus {
  background-color: #fff7ed !important;
  background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
}

.focus\:bg-orange-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-100:focus {
  background-color: #ffedd5 !important;
  background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
}

.focus\:bg-orange-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-200:focus {
  background-color: #fed7aa !important;
  background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
}

.focus\:bg-orange-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-300:focus {
  background-color: #fdba74 !important;
  background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
}

.focus\:bg-orange-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-400:focus {
  background-color: #fb923c !important;
  background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
}

.focus\:bg-orange-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-500:focus {
  background-color: #f97316 !important;
  background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
}

.focus\:bg-orange-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-600:focus {
  background-color: #ea580c !important;
  background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
}

.focus\:bg-orange-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-700:focus {
  background-color: #c2410c !important;
  background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
}

.focus\:bg-orange-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-800:focus {
  background-color: #9a3412 !important;
  background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
}

.focus\:bg-orange-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-orange-900:focus {
  background-color: #7c2d12 !important;
  background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-50:focus {
  background-color: #fefce8 !important;
  background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-100:focus {
  background-color: #fef9c3 !important;
  background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-200:focus {
  background-color: #fef08a !important;
  background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-300:focus {
  background-color: #fde047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-400:focus {
  background-color: #facc15 !important;
  background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-500:focus {
  background-color: #eab308 !important;
  background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-600:focus {
  background-color: #ca8a04 !important;
  background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-700:focus {
  background-color: #a16207 !important;
  background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-800:focus {
  background-color: #854d0e !important;
  background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
}

.focus\:bg-yellow-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-yellow-900:focus {
  background-color: #713f12 !important;
  background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
}

.focus\:bg-green-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-50:focus {
  background-color: #f0fdf4 !important;
  background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
}

.focus\:bg-green-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-100:focus {
  background-color: #dcfce7 !important;
  background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
}

.focus\:bg-green-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-200:focus {
  background-color: #bbf7d0 !important;
  background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
}

.focus\:bg-green-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-300:focus {
  background-color: #86efac !important;
  background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
}

.focus\:bg-green-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-400:focus {
  background-color: #4ade80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.focus\:bg-green-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-500:focus {
  background-color: #22c55e !important;
  background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
}

.focus\:bg-green-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-600:focus {
  background-color: #16a34a !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.focus\:bg-green-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-700:focus {
  background-color: #15803d !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.focus\:bg-green-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-800:focus {
  background-color: #166534 !important;
  background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
}

.focus\:bg-green-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-green-900:focus {
  background-color: #14532d !important;
  background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
}

.focus\:bg-teal-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-50:focus {
  background-color: #f0fdfa !important;
  background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
}

.focus\:bg-teal-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-100:focus {
  background-color: #ccfbf1 !important;
  background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
}

.focus\:bg-teal-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-200:focus {
  background-color: #99f6e4 !important;
  background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
}

.focus\:bg-teal-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-300:focus {
  background-color: #5eead4 !important;
  background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
}

.focus\:bg-teal-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-400:focus {
  background-color: #2dd4bf !important;
  background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
}

.focus\:bg-teal-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-500:focus {
  background-color: #14b8a6 !important;
  background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
}

.focus\:bg-teal-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-600:focus {
  background-color: #0d9488 !important;
  background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
}

.focus\:bg-teal-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-700:focus {
  background-color: #0f766e !important;
  background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
}

.focus\:bg-teal-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-800:focus {
  background-color: #115e59 !important;
  background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
}

.focus\:bg-teal-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-teal-900:focus {
  background-color: #134e4a !important;
  background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
}

.focus\:bg-blue-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-50:focus {
  background-color: #eff6ff !important;
  background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
}

.focus\:bg-blue-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-100:focus {
  background-color: #dbeafe !important;
  background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
}

.focus\:bg-blue-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-200:focus {
  background-color: #bfdbfe !important;
  background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
}

.focus\:bg-blue-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-300:focus {
  background-color: #93c5fd !important;
  background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
}

.focus\:bg-blue-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-400:focus {
  background-color: #60a5fa !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.focus\:bg-blue-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-500:focus {
  background-color: #3b82f6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.focus\:bg-blue-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-600:focus {
  background-color: #2563eb !important;
  background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
}

.focus\:bg-blue-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-700:focus {
  background-color: #1d4ed8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.focus\:bg-blue-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-800:focus {
  background-color: #1e40af !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.focus\:bg-blue-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-blue-900:focus {
  background-color: #1e3a8a !important;
  background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-100:focus {
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-200:focus {
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-300:focus {
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-400:focus {
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-500:focus {
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-600:focus {
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-700:focus {
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-800:focus {
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.focus\:bg-indigo-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-indigo-900:focus {
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.focus\:bg-purple-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-50:focus {
  background-color: #f5f3ff !important;
  background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
}

.focus\:bg-purple-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-100:focus {
  background-color: #ede9fe !important;
  background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
}

.focus\:bg-purple-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-200:focus {
  background-color: #ddd6fe !important;
  background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
}

.focus\:bg-purple-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-300:focus {
  background-color: #c4b5fd !important;
  background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
}

.focus\:bg-purple-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-400:focus {
  background-color: #a78bfa !important;
  background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
}

.focus\:bg-purple-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-500:focus {
  background-color: #8b5cf6 !important;
  background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
}

.focus\:bg-purple-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-600:focus {
  background-color: #7c3aed !important;
  background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
}

.focus\:bg-purple-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-700:focus {
  background-color: #6d28d9 !important;
  background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
}

.focus\:bg-purple-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-800:focus {
  background-color: #5b21b6 !important;
  background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
}

.focus\:bg-purple-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-purple-900:focus {
  background-color: #4c1d95 !important;
  background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
}

.focus\:bg-pink-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-50:focus {
  background-color: #fdf2f8 !important;
  background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
}

.focus\:bg-pink-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-100:focus {
  background-color: #fce7f3 !important;
  background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
}

.focus\:bg-pink-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-200:focus {
  background-color: #fbcfe8 !important;
  background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
}

.focus\:bg-pink-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-300:focus {
  background-color: #f9a8d4 !important;
  background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
}

.focus\:bg-pink-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-400:focus {
  background-color: #f472b6 !important;
  background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
}

.focus\:bg-pink-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-500:focus {
  background-color: #ec4899 !important;
  background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
}

.focus\:bg-pink-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-600:focus {
  background-color: #db2777 !important;
  background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
}

.focus\:bg-pink-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-700:focus {
  background-color: #be185d !important;
  background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
}

.focus\:bg-pink-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-800:focus {
  background-color: #9d174d !important;
  background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
}

.focus\:bg-pink-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-pink-900:focus {
  background-color: #831843 !important;
  background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
}

.focus\:bg-grey-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-50:focus {
  background-color: #f9fafb !important;
  background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
}

.focus\:bg-grey-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-100:focus {
  background-color: #f3f4f6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.focus\:bg-grey-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-200:focus {
  background-color: #e5e7eb !important;
  background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
}

.focus\:bg-grey-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-300:focus {
  background-color: #d1d5db !important;
  background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
}

.focus\:bg-grey-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-400:focus {
  background-color: #9ca3af !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.focus\:bg-grey-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-500:focus {
  background-color: #6b7280 !important;
  background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
}

.focus\:bg-grey-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-600:focus {
  background-color: #4b5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.focus\:bg-grey-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-700:focus {
  background-color: #374151 !important;
  background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
}

.focus\:bg-grey-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-800:focus {
  background-color: #1f2937 !important;
  background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
}

.focus\:bg-grey-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-900:focus {
  background-color: #111827 !important;
  background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
}

.focus\:bg-grey-light:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-grey-light:focus {
  background-color: #dae1e7 !important;
  background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
}

.focus\:bg-primary-light:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-primary-light:focus {
  background-color: #3F8CFF !important;
  background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
}

.focus\:bg-primary-DEFAULT:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-primary-DEFAULT:focus {
  background-color: #1D4ED8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.focus\:bg-primary-dark:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-primary-dark:focus {
  background-color: #1E40AF !important;
  background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
}

.focus\:bg-secondary-light:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-secondary-light:focus {
  background-color: #FF7C7C !important;
  background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
}

.focus\:bg-secondary-DEFAULT:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-secondary-DEFAULT:focus {
  background-color: #EF4444 !important;
  background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
}

.focus\:bg-secondary-dark:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-secondary-dark:focus {
  background-color: #B91C1C !important;
  background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
}

.focus\:bg-success-light:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-success-light:focus {
  background-color: #4ADE80 !important;
  background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
}

.focus\:bg-success-DEFAULT:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-success-DEFAULT:focus {
  background-color: #16A34A !important;
  background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
}

.focus\:bg-success-dark:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-success-dark:focus {
  background-color: #15803D !important;
  background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
}

.focus\:bg-warning-light:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-warning-light:focus {
  background-color: #FDE047 !important;
  background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
}

.focus\:bg-warning-DEFAULT:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-warning-DEFAULT:focus {
  background-color: #F59E0B !important;
  background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
}

.focus\:bg-warning-dark:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-warning-dark:focus {
  background-color: #B45309 !important;
  background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
}

.focus\:bg-danger-light:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-danger-light:focus {
  background-color: #F87171 !important;
  background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
}

.focus\:bg-danger-DEFAULT:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-danger-DEFAULT:focus {
  background-color: #DC2626 !important;
  background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
}

.focus\:bg-danger-dark:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-danger-dark:focus {
  background-color: #991B1B !important;
  background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
}

.focus\:bg-info-light:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-info-light:focus {
  background-color: #60A5FA !important;
  background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
}

.focus\:bg-info-DEFAULT:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-info-DEFAULT:focus {
  background-color: #3B82F6 !important;
  background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
}

.focus\:bg-info-dark:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-info-dark:focus {
  background-color: #1D4ED8 !important;
  background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
}

.focus\:bg-neutral-light:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-neutral-light:focus {
  background-color: #F3F4F6 !important;
  background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
}

.focus\:bg-neutral-DEFAULT:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-neutral-DEFAULT:focus {
  background-color: #9CA3AF !important;
  background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
}

.focus\:bg-neutral-dark:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-neutral-dark:focus {
  background-color: #4B5563 !important;
  background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
}

.focus\:bg-telegram:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-telegram:focus {
  background-color: #0088CC !important;
  background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
}

.focus\:bg-instagram:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-instagram:focus {
  background-color: #C13584 !important;
  background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
}

.focus\:bg-facebook:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-facebook:focus {
  background-color: #3b5998 !important;
  background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
}

.focus\:bg-whatsapp:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-whatsapp:focus {
  background-color: #25D366 !important;
  background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
}

.focus\:bg-linkedin:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-linkedin:focus {
  background-color: #0e76a8 !important;
  background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-50:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-50:focus {
  background-color: #ecfeff !important;
  background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-100:focus {
  background-color: #cffafe !important;
  background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-200:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-200:focus {
  background-color: #a5f3fc !important;
  background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-300:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-300:focus {
  background-color: #67e8f9 !important;
  background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-400:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-400:focus {
  background-color: #22d3ee !important;
  background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-500:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-500:focus {
  background-color: #06b6d4 !important;
  background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-600:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-600:focus {
  background-color: #0891b2 !important;
  background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-700:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-700:focus {
  background-color: #0e7490 !important;
  background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-800:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-800:focus {
  background-color: #155e75 !important;
  background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
}

.focus\:bg-cyan-900:focus {
  --bg-opacity: 1 !important;
}

[dir] .focus\:bg-cyan-900:focus {
  background-color: #164e63 !important;
  background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
}

[dir] .bg-none {
  background-image: none !important;
}

[dir] .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

[dir=ltr] .bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

[dir=rtl] .bg-gradient-to-tr {
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

[dir=ltr] .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

[dir=rtl] .bg-gradient-to-r {
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

[dir=ltr] .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

[dir=rtl] .bg-gradient-to-br {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

[dir] .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

[dir=ltr] .bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

[dir=rtl] .bg-gradient-to-bl {
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

[dir=ltr] .bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

[dir=rtl] .bg-gradient-to-l {
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

[dir=ltr] .bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

[dir=rtl] .bg-gradient-to-tl {
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.from-transparent {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-current {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-black {
  --gradient-from-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.from-white {
  --gradient-from-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-gray-100 {
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.from-gray-200 {
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.from-gray-300 {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.from-gray-400 {
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.from-gray-500 {
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.from-gray-600 {
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.from-gray-700 {
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.from-gray-800 {
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.from-gray-900 {
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.from-red-50 {
  --gradient-from-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.from-red-100 {
  --gradient-from-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.from-red-200 {
  --gradient-from-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.from-red-300 {
  --gradient-from-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.from-red-400 {
  --gradient-from-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.from-red-500 {
  --gradient-from-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.from-red-600 {
  --gradient-from-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.from-red-700 {
  --gradient-from-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.from-red-800 {
  --gradient-from-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.from-red-900 {
  --gradient-from-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.from-orange-50 {
  --gradient-from-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.from-orange-100 {
  --gradient-from-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.from-orange-200 {
  --gradient-from-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.from-orange-300 {
  --gradient-from-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.from-orange-400 {
  --gradient-from-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.from-orange-500 {
  --gradient-from-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.from-orange-600 {
  --gradient-from-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.from-orange-700 {
  --gradient-from-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.from-orange-800 {
  --gradient-from-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.from-orange-900 {
  --gradient-from-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.from-yellow-50 {
  --gradient-from-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.from-yellow-100 {
  --gradient-from-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.from-yellow-200 {
  --gradient-from-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.from-yellow-300 {
  --gradient-from-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.from-yellow-400 {
  --gradient-from-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.from-yellow-500 {
  --gradient-from-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.from-yellow-600 {
  --gradient-from-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.from-yellow-700 {
  --gradient-from-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.from-yellow-800 {
  --gradient-from-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.from-yellow-900 {
  --gradient-from-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.from-green-50 {
  --gradient-from-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.from-green-100 {
  --gradient-from-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.from-green-200 {
  --gradient-from-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.from-green-300 {
  --gradient-from-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.from-green-400 {
  --gradient-from-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.from-green-500 {
  --gradient-from-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.from-green-600 {
  --gradient-from-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.from-green-700 {
  --gradient-from-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.from-green-800 {
  --gradient-from-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.from-green-900 {
  --gradient-from-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.from-teal-50 {
  --gradient-from-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.from-teal-100 {
  --gradient-from-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.from-teal-200 {
  --gradient-from-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.from-teal-300 {
  --gradient-from-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.from-teal-400 {
  --gradient-from-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.from-teal-500 {
  --gradient-from-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.from-teal-600 {
  --gradient-from-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.from-teal-700 {
  --gradient-from-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.from-teal-800 {
  --gradient-from-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.from-teal-900 {
  --gradient-from-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.from-blue-50 {
  --gradient-from-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.from-blue-100 {
  --gradient-from-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.from-blue-200 {
  --gradient-from-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.from-blue-300 {
  --gradient-from-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.from-blue-400 {
  --gradient-from-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.from-blue-500 {
  --gradient-from-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.from-blue-600 {
  --gradient-from-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.from-blue-700 {
  --gradient-from-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.from-blue-800 {
  --gradient-from-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.from-blue-900 {
  --gradient-from-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.from-indigo-100 {
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.from-indigo-200 {
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.from-indigo-300 {
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.from-indigo-400 {
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.from-indigo-500 {
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.from-indigo-600 {
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.from-indigo-700 {
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.from-indigo-800 {
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.from-indigo-900 {
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.from-purple-50 {
  --gradient-from-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.from-purple-100 {
  --gradient-from-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.from-purple-200 {
  --gradient-from-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.from-purple-300 {
  --gradient-from-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.from-purple-400 {
  --gradient-from-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.from-purple-500 {
  --gradient-from-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.from-purple-600 {
  --gradient-from-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.from-purple-700 {
  --gradient-from-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.from-purple-800 {
  --gradient-from-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.from-purple-900 {
  --gradient-from-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.from-pink-50 {
  --gradient-from-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.from-pink-100 {
  --gradient-from-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.from-pink-200 {
  --gradient-from-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.from-pink-300 {
  --gradient-from-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.from-pink-400 {
  --gradient-from-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.from-pink-500 {
  --gradient-from-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.from-pink-600 {
  --gradient-from-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.from-pink-700 {
  --gradient-from-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.from-pink-800 {
  --gradient-from-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.from-pink-900 {
  --gradient-from-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.from-grey-50 {
  --gradient-from-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.from-grey-100 {
  --gradient-from-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.from-grey-200 {
  --gradient-from-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.from-grey-300 {
  --gradient-from-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.from-grey-400 {
  --gradient-from-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.from-grey-500 {
  --gradient-from-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.from-grey-600 {
  --gradient-from-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.from-grey-700 {
  --gradient-from-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.from-grey-800 {
  --gradient-from-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.from-grey-900 {
  --gradient-from-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.from-grey-light {
  --gradient-from-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.from-primary-light {
  --gradient-from-color: #3F8CFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
}

.from-primary-DEFAULT {
  --gradient-from-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.from-primary-dark {
  --gradient-from-color: #1E40AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.from-secondary-light {
  --gradient-from-color: #FF7C7C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
}

.from-secondary-DEFAULT {
  --gradient-from-color: #EF4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.from-secondary-dark {
  --gradient-from-color: #B91C1C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.from-success-light {
  --gradient-from-color: #4ADE80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.from-success-DEFAULT {
  --gradient-from-color: #16A34A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.from-success-dark {
  --gradient-from-color: #15803D !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.from-warning-light {
  --gradient-from-color: #FDE047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.from-warning-DEFAULT {
  --gradient-from-color: #F59E0B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.from-warning-dark {
  --gradient-from-color: #B45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.from-danger-light {
  --gradient-from-color: #F87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.from-danger-DEFAULT {
  --gradient-from-color: #DC2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.from-danger-dark {
  --gradient-from-color: #991B1B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.from-info-light {
  --gradient-from-color: #60A5FA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.from-info-DEFAULT {
  --gradient-from-color: #3B82F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.from-info-dark {
  --gradient-from-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.from-neutral-light {
  --gradient-from-color: #F3F4F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.from-neutral-DEFAULT {
  --gradient-from-color: #9CA3AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.from-neutral-dark {
  --gradient-from-color: #4B5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.from-telegram {
  --gradient-from-color: #0088CC !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
}

.from-instagram {
  --gradient-from-color: #C13584 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
}

.from-facebook {
  --gradient-from-color: #3b5998 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
}

.from-whatsapp {
  --gradient-from-color: #25D366 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
}

.from-linkedin {
  --gradient-from-color: #0e76a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
}

.from-cyan-50 {
  --gradient-from-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.from-cyan-100 {
  --gradient-from-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.from-cyan-200 {
  --gradient-from-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.from-cyan-300 {
  --gradient-from-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.from-cyan-400 {
  --gradient-from-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.from-cyan-500 {
  --gradient-from-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.from-cyan-600 {
  --gradient-from-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.from-cyan-700 {
  --gradient-from-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.from-cyan-800 {
  --gradient-from-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.from-cyan-900 {
  --gradient-from-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.via-transparent {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-current {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-black {
  --gradient-via-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.via-white {
  --gradient-via-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-gray-100 {
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.via-gray-200 {
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.via-gray-300 {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.via-gray-400 {
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.via-gray-500 {
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.via-gray-600 {
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.via-gray-700 {
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.via-gray-800 {
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.via-gray-900 {
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.via-red-50 {
  --gradient-via-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.via-red-100 {
  --gradient-via-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.via-red-200 {
  --gradient-via-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.via-red-300 {
  --gradient-via-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.via-red-400 {
  --gradient-via-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.via-red-500 {
  --gradient-via-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.via-red-600 {
  --gradient-via-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.via-red-700 {
  --gradient-via-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.via-red-800 {
  --gradient-via-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.via-red-900 {
  --gradient-via-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.via-orange-50 {
  --gradient-via-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.via-orange-100 {
  --gradient-via-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.via-orange-200 {
  --gradient-via-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.via-orange-300 {
  --gradient-via-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.via-orange-400 {
  --gradient-via-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.via-orange-500 {
  --gradient-via-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.via-orange-600 {
  --gradient-via-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.via-orange-700 {
  --gradient-via-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.via-orange-800 {
  --gradient-via-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.via-orange-900 {
  --gradient-via-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.via-yellow-50 {
  --gradient-via-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.via-yellow-100 {
  --gradient-via-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.via-yellow-200 {
  --gradient-via-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.via-yellow-300 {
  --gradient-via-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.via-yellow-400 {
  --gradient-via-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.via-yellow-500 {
  --gradient-via-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.via-yellow-600 {
  --gradient-via-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.via-yellow-700 {
  --gradient-via-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.via-yellow-800 {
  --gradient-via-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.via-yellow-900 {
  --gradient-via-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.via-green-50 {
  --gradient-via-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.via-green-100 {
  --gradient-via-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.via-green-200 {
  --gradient-via-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.via-green-300 {
  --gradient-via-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.via-green-400 {
  --gradient-via-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.via-green-500 {
  --gradient-via-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.via-green-600 {
  --gradient-via-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.via-green-700 {
  --gradient-via-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.via-green-800 {
  --gradient-via-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.via-green-900 {
  --gradient-via-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.via-teal-50 {
  --gradient-via-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.via-teal-100 {
  --gradient-via-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.via-teal-200 {
  --gradient-via-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.via-teal-300 {
  --gradient-via-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.via-teal-400 {
  --gradient-via-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.via-teal-500 {
  --gradient-via-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.via-teal-600 {
  --gradient-via-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.via-teal-700 {
  --gradient-via-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.via-teal-800 {
  --gradient-via-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.via-teal-900 {
  --gradient-via-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.via-blue-50 {
  --gradient-via-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.via-blue-100 {
  --gradient-via-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.via-blue-200 {
  --gradient-via-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.via-blue-300 {
  --gradient-via-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.via-blue-400 {
  --gradient-via-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.via-blue-500 {
  --gradient-via-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.via-blue-600 {
  --gradient-via-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.via-blue-700 {
  --gradient-via-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.via-blue-800 {
  --gradient-via-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.via-blue-900 {
  --gradient-via-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.via-indigo-100 {
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.via-indigo-200 {
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.via-indigo-300 {
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.via-indigo-400 {
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.via-indigo-500 {
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.via-indigo-600 {
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.via-indigo-700 {
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.via-indigo-800 {
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.via-indigo-900 {
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.via-purple-50 {
  --gradient-via-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.via-purple-100 {
  --gradient-via-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.via-purple-200 {
  --gradient-via-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.via-purple-300 {
  --gradient-via-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.via-purple-400 {
  --gradient-via-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.via-purple-500 {
  --gradient-via-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.via-purple-600 {
  --gradient-via-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.via-purple-700 {
  --gradient-via-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.via-purple-800 {
  --gradient-via-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.via-purple-900 {
  --gradient-via-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.via-pink-50 {
  --gradient-via-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.via-pink-100 {
  --gradient-via-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.via-pink-200 {
  --gradient-via-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.via-pink-300 {
  --gradient-via-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.via-pink-400 {
  --gradient-via-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.via-pink-500 {
  --gradient-via-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.via-pink-600 {
  --gradient-via-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.via-pink-700 {
  --gradient-via-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.via-pink-800 {
  --gradient-via-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.via-pink-900 {
  --gradient-via-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.via-grey-50 {
  --gradient-via-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.via-grey-100 {
  --gradient-via-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.via-grey-200 {
  --gradient-via-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.via-grey-300 {
  --gradient-via-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.via-grey-400 {
  --gradient-via-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.via-grey-500 {
  --gradient-via-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.via-grey-600 {
  --gradient-via-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.via-grey-700 {
  --gradient-via-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.via-grey-800 {
  --gradient-via-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.via-grey-900 {
  --gradient-via-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.via-grey-light {
  --gradient-via-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.via-primary-light {
  --gradient-via-color: #3F8CFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
}

.via-primary-DEFAULT {
  --gradient-via-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.via-primary-dark {
  --gradient-via-color: #1E40AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.via-secondary-light {
  --gradient-via-color: #FF7C7C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
}

.via-secondary-DEFAULT {
  --gradient-via-color: #EF4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.via-secondary-dark {
  --gradient-via-color: #B91C1C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.via-success-light {
  --gradient-via-color: #4ADE80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.via-success-DEFAULT {
  --gradient-via-color: #16A34A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.via-success-dark {
  --gradient-via-color: #15803D !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.via-warning-light {
  --gradient-via-color: #FDE047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.via-warning-DEFAULT {
  --gradient-via-color: #F59E0B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.via-warning-dark {
  --gradient-via-color: #B45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.via-danger-light {
  --gradient-via-color: #F87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.via-danger-DEFAULT {
  --gradient-via-color: #DC2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.via-danger-dark {
  --gradient-via-color: #991B1B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.via-info-light {
  --gradient-via-color: #60A5FA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.via-info-DEFAULT {
  --gradient-via-color: #3B82F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.via-info-dark {
  --gradient-via-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.via-neutral-light {
  --gradient-via-color: #F3F4F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.via-neutral-DEFAULT {
  --gradient-via-color: #9CA3AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.via-neutral-dark {
  --gradient-via-color: #4B5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.via-telegram {
  --gradient-via-color: #0088CC !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
}

.via-instagram {
  --gradient-via-color: #C13584 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
}

.via-facebook {
  --gradient-via-color: #3b5998 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
}

.via-whatsapp {
  --gradient-via-color: #25D366 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
}

.via-linkedin {
  --gradient-via-color: #0e76a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
}

.via-cyan-50 {
  --gradient-via-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.via-cyan-100 {
  --gradient-via-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.via-cyan-200 {
  --gradient-via-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.via-cyan-300 {
  --gradient-via-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.via-cyan-400 {
  --gradient-via-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.via-cyan-500 {
  --gradient-via-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.via-cyan-600 {
  --gradient-via-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.via-cyan-700 {
  --gradient-via-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.via-cyan-800 {
  --gradient-via-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.via-cyan-900 {
  --gradient-via-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.to-transparent {
  --gradient-to-color: transparent !important;
}

.to-current {
  --gradient-to-color: currentColor !important;
}

.to-black {
  --gradient-to-color: #22292f !important;
}

.to-white {
  --gradient-to-color: #ffffff !important;
}

.to-gray-100 {
  --gradient-to-color: #f7fafc !important;
}

.to-gray-200 {
  --gradient-to-color: #edf2f7 !important;
}

.to-gray-300 {
  --gradient-to-color: #e2e8f0 !important;
}

.to-gray-400 {
  --gradient-to-color: #cbd5e0 !important;
}

.to-gray-500 {
  --gradient-to-color: #a0aec0 !important;
}

.to-gray-600 {
  --gradient-to-color: #718096 !important;
}

.to-gray-700 {
  --gradient-to-color: #4a5568 !important;
}

.to-gray-800 {
  --gradient-to-color: #2d3748 !important;
}

.to-gray-900 {
  --gradient-to-color: #1a202c !important;
}

.to-red-50 {
  --gradient-to-color: #fef2f2 !important;
}

.to-red-100 {
  --gradient-to-color: #fee2e2 !important;
}

.to-red-200 {
  --gradient-to-color: #fecaca !important;
}

.to-red-300 {
  --gradient-to-color: #fca5a5 !important;
}

.to-red-400 {
  --gradient-to-color: #f87171 !important;
}

.to-red-500 {
  --gradient-to-color: #ef4444 !important;
}

.to-red-600 {
  --gradient-to-color: #dc2626 !important;
}

.to-red-700 {
  --gradient-to-color: #b91c1c !important;
}

.to-red-800 {
  --gradient-to-color: #991b1b !important;
}

.to-red-900 {
  --gradient-to-color: #7f1d1d !important;
}

.to-orange-50 {
  --gradient-to-color: #fff7ed !important;
}

.to-orange-100 {
  --gradient-to-color: #ffedd5 !important;
}

.to-orange-200 {
  --gradient-to-color: #fed7aa !important;
}

.to-orange-300 {
  --gradient-to-color: #fdba74 !important;
}

.to-orange-400 {
  --gradient-to-color: #fb923c !important;
}

.to-orange-500 {
  --gradient-to-color: #f97316 !important;
}

.to-orange-600 {
  --gradient-to-color: #ea580c !important;
}

.to-orange-700 {
  --gradient-to-color: #c2410c !important;
}

.to-orange-800 {
  --gradient-to-color: #9a3412 !important;
}

.to-orange-900 {
  --gradient-to-color: #7c2d12 !important;
}

.to-yellow-50 {
  --gradient-to-color: #fefce8 !important;
}

.to-yellow-100 {
  --gradient-to-color: #fef9c3 !important;
}

.to-yellow-200 {
  --gradient-to-color: #fef08a !important;
}

.to-yellow-300 {
  --gradient-to-color: #fde047 !important;
}

.to-yellow-400 {
  --gradient-to-color: #facc15 !important;
}

.to-yellow-500 {
  --gradient-to-color: #eab308 !important;
}

.to-yellow-600 {
  --gradient-to-color: #ca8a04 !important;
}

.to-yellow-700 {
  --gradient-to-color: #a16207 !important;
}

.to-yellow-800 {
  --gradient-to-color: #854d0e !important;
}

.to-yellow-900 {
  --gradient-to-color: #713f12 !important;
}

.to-green-50 {
  --gradient-to-color: #f0fdf4 !important;
}

.to-green-100 {
  --gradient-to-color: #dcfce7 !important;
}

.to-green-200 {
  --gradient-to-color: #bbf7d0 !important;
}

.to-green-300 {
  --gradient-to-color: #86efac !important;
}

.to-green-400 {
  --gradient-to-color: #4ade80 !important;
}

.to-green-500 {
  --gradient-to-color: #22c55e !important;
}

.to-green-600 {
  --gradient-to-color: #16a34a !important;
}

.to-green-700 {
  --gradient-to-color: #15803d !important;
}

.to-green-800 {
  --gradient-to-color: #166534 !important;
}

.to-green-900 {
  --gradient-to-color: #14532d !important;
}

.to-teal-50 {
  --gradient-to-color: #f0fdfa !important;
}

.to-teal-100 {
  --gradient-to-color: #ccfbf1 !important;
}

.to-teal-200 {
  --gradient-to-color: #99f6e4 !important;
}

.to-teal-300 {
  --gradient-to-color: #5eead4 !important;
}

.to-teal-400 {
  --gradient-to-color: #2dd4bf !important;
}

.to-teal-500 {
  --gradient-to-color: #14b8a6 !important;
}

.to-teal-600 {
  --gradient-to-color: #0d9488 !important;
}

.to-teal-700 {
  --gradient-to-color: #0f766e !important;
}

.to-teal-800 {
  --gradient-to-color: #115e59 !important;
}

.to-teal-900 {
  --gradient-to-color: #134e4a !important;
}

.to-blue-50 {
  --gradient-to-color: #eff6ff !important;
}

.to-blue-100 {
  --gradient-to-color: #dbeafe !important;
}

.to-blue-200 {
  --gradient-to-color: #bfdbfe !important;
}

.to-blue-300 {
  --gradient-to-color: #93c5fd !important;
}

.to-blue-400 {
  --gradient-to-color: #60a5fa !important;
}

.to-blue-500 {
  --gradient-to-color: #3b82f6 !important;
}

.to-blue-600 {
  --gradient-to-color: #2563eb !important;
}

.to-blue-700 {
  --gradient-to-color: #1d4ed8 !important;
}

.to-blue-800 {
  --gradient-to-color: #1e40af !important;
}

.to-blue-900 {
  --gradient-to-color: #1e3a8a !important;
}

.to-indigo-100 {
  --gradient-to-color: #ebf4ff !important;
}

.to-indigo-200 {
  --gradient-to-color: #c3dafe !important;
}

.to-indigo-300 {
  --gradient-to-color: #a3bffa !important;
}

.to-indigo-400 {
  --gradient-to-color: #7f9cf5 !important;
}

.to-indigo-500 {
  --gradient-to-color: #667eea !important;
}

.to-indigo-600 {
  --gradient-to-color: #5a67d8 !important;
}

.to-indigo-700 {
  --gradient-to-color: #4c51bf !important;
}

.to-indigo-800 {
  --gradient-to-color: #434190 !important;
}

.to-indigo-900 {
  --gradient-to-color: #3c366b !important;
}

.to-purple-50 {
  --gradient-to-color: #f5f3ff !important;
}

.to-purple-100 {
  --gradient-to-color: #ede9fe !important;
}

.to-purple-200 {
  --gradient-to-color: #ddd6fe !important;
}

.to-purple-300 {
  --gradient-to-color: #c4b5fd !important;
}

.to-purple-400 {
  --gradient-to-color: #a78bfa !important;
}

.to-purple-500 {
  --gradient-to-color: #8b5cf6 !important;
}

.to-purple-600 {
  --gradient-to-color: #7c3aed !important;
}

.to-purple-700 {
  --gradient-to-color: #6d28d9 !important;
}

.to-purple-800 {
  --gradient-to-color: #5b21b6 !important;
}

.to-purple-900 {
  --gradient-to-color: #4c1d95 !important;
}

.to-pink-50 {
  --gradient-to-color: #fdf2f8 !important;
}

.to-pink-100 {
  --gradient-to-color: #fce7f3 !important;
}

.to-pink-200 {
  --gradient-to-color: #fbcfe8 !important;
}

.to-pink-300 {
  --gradient-to-color: #f9a8d4 !important;
}

.to-pink-400 {
  --gradient-to-color: #f472b6 !important;
}

.to-pink-500 {
  --gradient-to-color: #ec4899 !important;
}

.to-pink-600 {
  --gradient-to-color: #db2777 !important;
}

.to-pink-700 {
  --gradient-to-color: #be185d !important;
}

.to-pink-800 {
  --gradient-to-color: #9d174d !important;
}

.to-pink-900 {
  --gradient-to-color: #831843 !important;
}

.to-grey-50 {
  --gradient-to-color: #f9fafb !important;
}

.to-grey-100 {
  --gradient-to-color: #f3f4f6 !important;
}

.to-grey-200 {
  --gradient-to-color: #e5e7eb !important;
}

.to-grey-300 {
  --gradient-to-color: #d1d5db !important;
}

.to-grey-400 {
  --gradient-to-color: #9ca3af !important;
}

.to-grey-500 {
  --gradient-to-color: #6b7280 !important;
}

.to-grey-600 {
  --gradient-to-color: #4b5563 !important;
}

.to-grey-700 {
  --gradient-to-color: #374151 !important;
}

.to-grey-800 {
  --gradient-to-color: #1f2937 !important;
}

.to-grey-900 {
  --gradient-to-color: #111827 !important;
}

.to-grey-light {
  --gradient-to-color: #dae1e7 !important;
}

.to-primary-light {
  --gradient-to-color: #3F8CFF !important;
}

.to-primary-DEFAULT {
  --gradient-to-color: #1D4ED8 !important;
}

.to-primary-dark {
  --gradient-to-color: #1E40AF !important;
}

.to-secondary-light {
  --gradient-to-color: #FF7C7C !important;
}

.to-secondary-DEFAULT {
  --gradient-to-color: #EF4444 !important;
}

.to-secondary-dark {
  --gradient-to-color: #B91C1C !important;
}

.to-success-light {
  --gradient-to-color: #4ADE80 !important;
}

.to-success-DEFAULT {
  --gradient-to-color: #16A34A !important;
}

.to-success-dark {
  --gradient-to-color: #15803D !important;
}

.to-warning-light {
  --gradient-to-color: #FDE047 !important;
}

.to-warning-DEFAULT {
  --gradient-to-color: #F59E0B !important;
}

.to-warning-dark {
  --gradient-to-color: #B45309 !important;
}

.to-danger-light {
  --gradient-to-color: #F87171 !important;
}

.to-danger-DEFAULT {
  --gradient-to-color: #DC2626 !important;
}

.to-danger-dark {
  --gradient-to-color: #991B1B !important;
}

.to-info-light {
  --gradient-to-color: #60A5FA !important;
}

.to-info-DEFAULT {
  --gradient-to-color: #3B82F6 !important;
}

.to-info-dark {
  --gradient-to-color: #1D4ED8 !important;
}

.to-neutral-light {
  --gradient-to-color: #F3F4F6 !important;
}

.to-neutral-DEFAULT {
  --gradient-to-color: #9CA3AF !important;
}

.to-neutral-dark {
  --gradient-to-color: #4B5563 !important;
}

.to-telegram {
  --gradient-to-color: #0088CC !important;
}

.to-instagram {
  --gradient-to-color: #C13584 !important;
}

.to-facebook {
  --gradient-to-color: #3b5998 !important;
}

.to-whatsapp {
  --gradient-to-color: #25D366 !important;
}

.to-linkedin {
  --gradient-to-color: #0e76a8 !important;
}

.to-cyan-50 {
  --gradient-to-color: #ecfeff !important;
}

.to-cyan-100 {
  --gradient-to-color: #cffafe !important;
}

.to-cyan-200 {
  --gradient-to-color: #a5f3fc !important;
}

.to-cyan-300 {
  --gradient-to-color: #67e8f9 !important;
}

.to-cyan-400 {
  --gradient-to-color: #22d3ee !important;
}

.to-cyan-500 {
  --gradient-to-color: #06b6d4 !important;
}

.to-cyan-600 {
  --gradient-to-color: #0891b2 !important;
}

.to-cyan-700 {
  --gradient-to-color: #0e7490 !important;
}

.to-cyan-800 {
  --gradient-to-color: #155e75 !important;
}

.to-cyan-900 {
  --gradient-to-color: #164e63 !important;
}

.hover\:from-transparent:hover {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-current:hover {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-black:hover {
  --gradient-from-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.hover\:from-white:hover {
  --gradient-from-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gray-100:hover {
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.hover\:from-gray-200:hover {
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.hover\:from-gray-300:hover {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.hover\:from-gray-400:hover {
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.hover\:from-gray-500:hover {
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.hover\:from-gray-600:hover {
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.hover\:from-gray-700:hover {
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.hover\:from-gray-800:hover {
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.hover\:from-gray-900:hover {
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.hover\:from-red-50:hover {
  --gradient-from-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.hover\:from-red-100:hover {
  --gradient-from-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.hover\:from-red-200:hover {
  --gradient-from-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.hover\:from-red-300:hover {
  --gradient-from-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.hover\:from-red-400:hover {
  --gradient-from-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.hover\:from-red-500:hover {
  --gradient-from-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.hover\:from-red-600:hover {
  --gradient-from-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.hover\:from-red-700:hover {
  --gradient-from-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.hover\:from-red-800:hover {
  --gradient-from-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.hover\:from-red-900:hover {
  --gradient-from-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.hover\:from-orange-50:hover {
  --gradient-from-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.hover\:from-orange-100:hover {
  --gradient-from-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.hover\:from-orange-200:hover {
  --gradient-from-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.hover\:from-orange-300:hover {
  --gradient-from-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.hover\:from-orange-400:hover {
  --gradient-from-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.hover\:from-orange-500:hover {
  --gradient-from-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.hover\:from-orange-600:hover {
  --gradient-from-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.hover\:from-orange-700:hover {
  --gradient-from-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.hover\:from-orange-800:hover {
  --gradient-from-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.hover\:from-orange-900:hover {
  --gradient-from-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.hover\:from-yellow-50:hover {
  --gradient-from-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.hover\:from-yellow-100:hover {
  --gradient-from-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.hover\:from-yellow-200:hover {
  --gradient-from-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.hover\:from-yellow-300:hover {
  --gradient-from-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.hover\:from-yellow-400:hover {
  --gradient-from-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.hover\:from-yellow-500:hover {
  --gradient-from-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.hover\:from-yellow-600:hover {
  --gradient-from-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.hover\:from-yellow-700:hover {
  --gradient-from-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.hover\:from-yellow-800:hover {
  --gradient-from-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.hover\:from-yellow-900:hover {
  --gradient-from-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.hover\:from-green-50:hover {
  --gradient-from-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.hover\:from-green-100:hover {
  --gradient-from-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.hover\:from-green-200:hover {
  --gradient-from-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.hover\:from-green-300:hover {
  --gradient-from-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.hover\:from-green-400:hover {
  --gradient-from-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.hover\:from-green-500:hover {
  --gradient-from-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.hover\:from-green-600:hover {
  --gradient-from-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.hover\:from-green-700:hover {
  --gradient-from-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.hover\:from-green-800:hover {
  --gradient-from-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.hover\:from-green-900:hover {
  --gradient-from-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.hover\:from-teal-50:hover {
  --gradient-from-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.hover\:from-teal-100:hover {
  --gradient-from-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.hover\:from-teal-200:hover {
  --gradient-from-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.hover\:from-teal-300:hover {
  --gradient-from-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.hover\:from-teal-400:hover {
  --gradient-from-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.hover\:from-teal-500:hover {
  --gradient-from-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.hover\:from-teal-600:hover {
  --gradient-from-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.hover\:from-teal-700:hover {
  --gradient-from-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.hover\:from-teal-800:hover {
  --gradient-from-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.hover\:from-teal-900:hover {
  --gradient-from-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.hover\:from-blue-50:hover {
  --gradient-from-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.hover\:from-blue-100:hover {
  --gradient-from-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.hover\:from-blue-200:hover {
  --gradient-from-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.hover\:from-blue-300:hover {
  --gradient-from-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.hover\:from-blue-400:hover {
  --gradient-from-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.hover\:from-blue-500:hover {
  --gradient-from-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.hover\:from-blue-600:hover {
  --gradient-from-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.hover\:from-blue-700:hover {
  --gradient-from-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.hover\:from-blue-800:hover {
  --gradient-from-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.hover\:from-blue-900:hover {
  --gradient-from-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.hover\:from-indigo-100:hover {
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.hover\:from-indigo-200:hover {
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.hover\:from-indigo-300:hover {
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.hover\:from-indigo-400:hover {
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.hover\:from-indigo-500:hover {
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.hover\:from-indigo-600:hover {
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.hover\:from-indigo-700:hover {
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.hover\:from-indigo-800:hover {
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.hover\:from-indigo-900:hover {
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.hover\:from-purple-50:hover {
  --gradient-from-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.hover\:from-purple-100:hover {
  --gradient-from-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.hover\:from-purple-200:hover {
  --gradient-from-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.hover\:from-purple-300:hover {
  --gradient-from-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.hover\:from-purple-400:hover {
  --gradient-from-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.hover\:from-purple-500:hover {
  --gradient-from-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.hover\:from-purple-600:hover {
  --gradient-from-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.hover\:from-purple-700:hover {
  --gradient-from-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.hover\:from-purple-800:hover {
  --gradient-from-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.hover\:from-purple-900:hover {
  --gradient-from-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.hover\:from-pink-50:hover {
  --gradient-from-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.hover\:from-pink-100:hover {
  --gradient-from-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.hover\:from-pink-200:hover {
  --gradient-from-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.hover\:from-pink-300:hover {
  --gradient-from-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.hover\:from-pink-400:hover {
  --gradient-from-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.hover\:from-pink-500:hover {
  --gradient-from-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.hover\:from-pink-600:hover {
  --gradient-from-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.hover\:from-pink-700:hover {
  --gradient-from-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.hover\:from-pink-800:hover {
  --gradient-from-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.hover\:from-pink-900:hover {
  --gradient-from-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.hover\:from-grey-50:hover {
  --gradient-from-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.hover\:from-grey-100:hover {
  --gradient-from-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.hover\:from-grey-200:hover {
  --gradient-from-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.hover\:from-grey-300:hover {
  --gradient-from-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.hover\:from-grey-400:hover {
  --gradient-from-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.hover\:from-grey-500:hover {
  --gradient-from-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.hover\:from-grey-600:hover {
  --gradient-from-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.hover\:from-grey-700:hover {
  --gradient-from-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.hover\:from-grey-800:hover {
  --gradient-from-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.hover\:from-grey-900:hover {
  --gradient-from-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.hover\:from-grey-light:hover {
  --gradient-from-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.hover\:from-primary-light:hover {
  --gradient-from-color: #3F8CFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
}

.hover\:from-primary-DEFAULT:hover {
  --gradient-from-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.hover\:from-primary-dark:hover {
  --gradient-from-color: #1E40AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.hover\:from-secondary-light:hover {
  --gradient-from-color: #FF7C7C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
}

.hover\:from-secondary-DEFAULT:hover {
  --gradient-from-color: #EF4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.hover\:from-secondary-dark:hover {
  --gradient-from-color: #B91C1C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.hover\:from-success-light:hover {
  --gradient-from-color: #4ADE80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.hover\:from-success-DEFAULT:hover {
  --gradient-from-color: #16A34A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.hover\:from-success-dark:hover {
  --gradient-from-color: #15803D !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.hover\:from-warning-light:hover {
  --gradient-from-color: #FDE047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.hover\:from-warning-DEFAULT:hover {
  --gradient-from-color: #F59E0B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.hover\:from-warning-dark:hover {
  --gradient-from-color: #B45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.hover\:from-danger-light:hover {
  --gradient-from-color: #F87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.hover\:from-danger-DEFAULT:hover {
  --gradient-from-color: #DC2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.hover\:from-danger-dark:hover {
  --gradient-from-color: #991B1B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.hover\:from-info-light:hover {
  --gradient-from-color: #60A5FA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.hover\:from-info-DEFAULT:hover {
  --gradient-from-color: #3B82F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.hover\:from-info-dark:hover {
  --gradient-from-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.hover\:from-neutral-light:hover {
  --gradient-from-color: #F3F4F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.hover\:from-neutral-DEFAULT:hover {
  --gradient-from-color: #9CA3AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.hover\:from-neutral-dark:hover {
  --gradient-from-color: #4B5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.hover\:from-telegram:hover {
  --gradient-from-color: #0088CC !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
}

.hover\:from-instagram:hover {
  --gradient-from-color: #C13584 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
}

.hover\:from-facebook:hover {
  --gradient-from-color: #3b5998 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
}

.hover\:from-whatsapp:hover {
  --gradient-from-color: #25D366 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
}

.hover\:from-linkedin:hover {
  --gradient-from-color: #0e76a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
}

.hover\:from-cyan-50:hover {
  --gradient-from-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.hover\:from-cyan-100:hover {
  --gradient-from-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.hover\:from-cyan-200:hover {
  --gradient-from-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.hover\:from-cyan-300:hover {
  --gradient-from-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.hover\:from-cyan-400:hover {
  --gradient-from-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.hover\:from-cyan-500:hover {
  --gradient-from-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.hover\:from-cyan-600:hover {
  --gradient-from-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.hover\:from-cyan-700:hover {
  --gradient-from-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.hover\:from-cyan-800:hover {
  --gradient-from-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.hover\:from-cyan-900:hover {
  --gradient-from-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.hover\:via-transparent:hover {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-current:hover {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-black:hover {
  --gradient-via-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.hover\:via-white:hover {
  --gradient-via-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gray-100:hover {
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.hover\:via-gray-200:hover {
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.hover\:via-gray-300:hover {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.hover\:via-gray-400:hover {
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.hover\:via-gray-500:hover {
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.hover\:via-gray-600:hover {
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.hover\:via-gray-700:hover {
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.hover\:via-gray-800:hover {
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.hover\:via-gray-900:hover {
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.hover\:via-red-50:hover {
  --gradient-via-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.hover\:via-red-100:hover {
  --gradient-via-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.hover\:via-red-200:hover {
  --gradient-via-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.hover\:via-red-300:hover {
  --gradient-via-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.hover\:via-red-400:hover {
  --gradient-via-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.hover\:via-red-500:hover {
  --gradient-via-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.hover\:via-red-600:hover {
  --gradient-via-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.hover\:via-red-700:hover {
  --gradient-via-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.hover\:via-red-800:hover {
  --gradient-via-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.hover\:via-red-900:hover {
  --gradient-via-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.hover\:via-orange-50:hover {
  --gradient-via-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.hover\:via-orange-100:hover {
  --gradient-via-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.hover\:via-orange-200:hover {
  --gradient-via-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.hover\:via-orange-300:hover {
  --gradient-via-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.hover\:via-orange-400:hover {
  --gradient-via-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.hover\:via-orange-500:hover {
  --gradient-via-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.hover\:via-orange-600:hover {
  --gradient-via-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.hover\:via-orange-700:hover {
  --gradient-via-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.hover\:via-orange-800:hover {
  --gradient-via-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.hover\:via-orange-900:hover {
  --gradient-via-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.hover\:via-yellow-50:hover {
  --gradient-via-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.hover\:via-yellow-100:hover {
  --gradient-via-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.hover\:via-yellow-200:hover {
  --gradient-via-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.hover\:via-yellow-300:hover {
  --gradient-via-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.hover\:via-yellow-400:hover {
  --gradient-via-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.hover\:via-yellow-500:hover {
  --gradient-via-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.hover\:via-yellow-600:hover {
  --gradient-via-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.hover\:via-yellow-700:hover {
  --gradient-via-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.hover\:via-yellow-800:hover {
  --gradient-via-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.hover\:via-yellow-900:hover {
  --gradient-via-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.hover\:via-green-50:hover {
  --gradient-via-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.hover\:via-green-100:hover {
  --gradient-via-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.hover\:via-green-200:hover {
  --gradient-via-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.hover\:via-green-300:hover {
  --gradient-via-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.hover\:via-green-400:hover {
  --gradient-via-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.hover\:via-green-500:hover {
  --gradient-via-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.hover\:via-green-600:hover {
  --gradient-via-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.hover\:via-green-700:hover {
  --gradient-via-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.hover\:via-green-800:hover {
  --gradient-via-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.hover\:via-green-900:hover {
  --gradient-via-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.hover\:via-teal-50:hover {
  --gradient-via-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.hover\:via-teal-100:hover {
  --gradient-via-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.hover\:via-teal-200:hover {
  --gradient-via-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.hover\:via-teal-300:hover {
  --gradient-via-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.hover\:via-teal-400:hover {
  --gradient-via-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.hover\:via-teal-500:hover {
  --gradient-via-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.hover\:via-teal-600:hover {
  --gradient-via-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.hover\:via-teal-700:hover {
  --gradient-via-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.hover\:via-teal-800:hover {
  --gradient-via-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.hover\:via-teal-900:hover {
  --gradient-via-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.hover\:via-blue-50:hover {
  --gradient-via-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.hover\:via-blue-100:hover {
  --gradient-via-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.hover\:via-blue-200:hover {
  --gradient-via-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.hover\:via-blue-300:hover {
  --gradient-via-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.hover\:via-blue-400:hover {
  --gradient-via-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.hover\:via-blue-500:hover {
  --gradient-via-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.hover\:via-blue-600:hover {
  --gradient-via-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.hover\:via-blue-700:hover {
  --gradient-via-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.hover\:via-blue-800:hover {
  --gradient-via-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.hover\:via-blue-900:hover {
  --gradient-via-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.hover\:via-indigo-100:hover {
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.hover\:via-indigo-200:hover {
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.hover\:via-indigo-300:hover {
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.hover\:via-indigo-400:hover {
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.hover\:via-indigo-500:hover {
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.hover\:via-indigo-600:hover {
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.hover\:via-indigo-700:hover {
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.hover\:via-indigo-800:hover {
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.hover\:via-indigo-900:hover {
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.hover\:via-purple-50:hover {
  --gradient-via-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.hover\:via-purple-100:hover {
  --gradient-via-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.hover\:via-purple-200:hover {
  --gradient-via-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.hover\:via-purple-300:hover {
  --gradient-via-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.hover\:via-purple-400:hover {
  --gradient-via-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.hover\:via-purple-500:hover {
  --gradient-via-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.hover\:via-purple-600:hover {
  --gradient-via-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.hover\:via-purple-700:hover {
  --gradient-via-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.hover\:via-purple-800:hover {
  --gradient-via-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.hover\:via-purple-900:hover {
  --gradient-via-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.hover\:via-pink-50:hover {
  --gradient-via-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.hover\:via-pink-100:hover {
  --gradient-via-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.hover\:via-pink-200:hover {
  --gradient-via-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.hover\:via-pink-300:hover {
  --gradient-via-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.hover\:via-pink-400:hover {
  --gradient-via-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.hover\:via-pink-500:hover {
  --gradient-via-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.hover\:via-pink-600:hover {
  --gradient-via-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.hover\:via-pink-700:hover {
  --gradient-via-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.hover\:via-pink-800:hover {
  --gradient-via-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.hover\:via-pink-900:hover {
  --gradient-via-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.hover\:via-grey-50:hover {
  --gradient-via-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.hover\:via-grey-100:hover {
  --gradient-via-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.hover\:via-grey-200:hover {
  --gradient-via-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.hover\:via-grey-300:hover {
  --gradient-via-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.hover\:via-grey-400:hover {
  --gradient-via-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.hover\:via-grey-500:hover {
  --gradient-via-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.hover\:via-grey-600:hover {
  --gradient-via-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.hover\:via-grey-700:hover {
  --gradient-via-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.hover\:via-grey-800:hover {
  --gradient-via-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.hover\:via-grey-900:hover {
  --gradient-via-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.hover\:via-grey-light:hover {
  --gradient-via-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.hover\:via-primary-light:hover {
  --gradient-via-color: #3F8CFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
}

.hover\:via-primary-DEFAULT:hover {
  --gradient-via-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.hover\:via-primary-dark:hover {
  --gradient-via-color: #1E40AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.hover\:via-secondary-light:hover {
  --gradient-via-color: #FF7C7C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
}

.hover\:via-secondary-DEFAULT:hover {
  --gradient-via-color: #EF4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.hover\:via-secondary-dark:hover {
  --gradient-via-color: #B91C1C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.hover\:via-success-light:hover {
  --gradient-via-color: #4ADE80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.hover\:via-success-DEFAULT:hover {
  --gradient-via-color: #16A34A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.hover\:via-success-dark:hover {
  --gradient-via-color: #15803D !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.hover\:via-warning-light:hover {
  --gradient-via-color: #FDE047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.hover\:via-warning-DEFAULT:hover {
  --gradient-via-color: #F59E0B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.hover\:via-warning-dark:hover {
  --gradient-via-color: #B45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.hover\:via-danger-light:hover {
  --gradient-via-color: #F87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.hover\:via-danger-DEFAULT:hover {
  --gradient-via-color: #DC2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.hover\:via-danger-dark:hover {
  --gradient-via-color: #991B1B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.hover\:via-info-light:hover {
  --gradient-via-color: #60A5FA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.hover\:via-info-DEFAULT:hover {
  --gradient-via-color: #3B82F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.hover\:via-info-dark:hover {
  --gradient-via-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.hover\:via-neutral-light:hover {
  --gradient-via-color: #F3F4F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.hover\:via-neutral-DEFAULT:hover {
  --gradient-via-color: #9CA3AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.hover\:via-neutral-dark:hover {
  --gradient-via-color: #4B5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.hover\:via-telegram:hover {
  --gradient-via-color: #0088CC !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
}

.hover\:via-instagram:hover {
  --gradient-via-color: #C13584 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
}

.hover\:via-facebook:hover {
  --gradient-via-color: #3b5998 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
}

.hover\:via-whatsapp:hover {
  --gradient-via-color: #25D366 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
}

.hover\:via-linkedin:hover {
  --gradient-via-color: #0e76a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
}

.hover\:via-cyan-50:hover {
  --gradient-via-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.hover\:via-cyan-100:hover {
  --gradient-via-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.hover\:via-cyan-200:hover {
  --gradient-via-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.hover\:via-cyan-300:hover {
  --gradient-via-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.hover\:via-cyan-400:hover {
  --gradient-via-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.hover\:via-cyan-500:hover {
  --gradient-via-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.hover\:via-cyan-600:hover {
  --gradient-via-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.hover\:via-cyan-700:hover {
  --gradient-via-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.hover\:via-cyan-800:hover {
  --gradient-via-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.hover\:via-cyan-900:hover {
  --gradient-via-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.hover\:to-transparent:hover {
  --gradient-to-color: transparent !important;
}

.hover\:to-current:hover {
  --gradient-to-color: currentColor !important;
}

.hover\:to-black:hover {
  --gradient-to-color: #22292f !important;
}

.hover\:to-white:hover {
  --gradient-to-color: #ffffff !important;
}

.hover\:to-gray-100:hover {
  --gradient-to-color: #f7fafc !important;
}

.hover\:to-gray-200:hover {
  --gradient-to-color: #edf2f7 !important;
}

.hover\:to-gray-300:hover {
  --gradient-to-color: #e2e8f0 !important;
}

.hover\:to-gray-400:hover {
  --gradient-to-color: #cbd5e0 !important;
}

.hover\:to-gray-500:hover {
  --gradient-to-color: #a0aec0 !important;
}

.hover\:to-gray-600:hover {
  --gradient-to-color: #718096 !important;
}

.hover\:to-gray-700:hover {
  --gradient-to-color: #4a5568 !important;
}

.hover\:to-gray-800:hover {
  --gradient-to-color: #2d3748 !important;
}

.hover\:to-gray-900:hover {
  --gradient-to-color: #1a202c !important;
}

.hover\:to-red-50:hover {
  --gradient-to-color: #fef2f2 !important;
}

.hover\:to-red-100:hover {
  --gradient-to-color: #fee2e2 !important;
}

.hover\:to-red-200:hover {
  --gradient-to-color: #fecaca !important;
}

.hover\:to-red-300:hover {
  --gradient-to-color: #fca5a5 !important;
}

.hover\:to-red-400:hover {
  --gradient-to-color: #f87171 !important;
}

.hover\:to-red-500:hover {
  --gradient-to-color: #ef4444 !important;
}

.hover\:to-red-600:hover {
  --gradient-to-color: #dc2626 !important;
}

.hover\:to-red-700:hover {
  --gradient-to-color: #b91c1c !important;
}

.hover\:to-red-800:hover {
  --gradient-to-color: #991b1b !important;
}

.hover\:to-red-900:hover {
  --gradient-to-color: #7f1d1d !important;
}

.hover\:to-orange-50:hover {
  --gradient-to-color: #fff7ed !important;
}

.hover\:to-orange-100:hover {
  --gradient-to-color: #ffedd5 !important;
}

.hover\:to-orange-200:hover {
  --gradient-to-color: #fed7aa !important;
}

.hover\:to-orange-300:hover {
  --gradient-to-color: #fdba74 !important;
}

.hover\:to-orange-400:hover {
  --gradient-to-color: #fb923c !important;
}

.hover\:to-orange-500:hover {
  --gradient-to-color: #f97316 !important;
}

.hover\:to-orange-600:hover {
  --gradient-to-color: #ea580c !important;
}

.hover\:to-orange-700:hover {
  --gradient-to-color: #c2410c !important;
}

.hover\:to-orange-800:hover {
  --gradient-to-color: #9a3412 !important;
}

.hover\:to-orange-900:hover {
  --gradient-to-color: #7c2d12 !important;
}

.hover\:to-yellow-50:hover {
  --gradient-to-color: #fefce8 !important;
}

.hover\:to-yellow-100:hover {
  --gradient-to-color: #fef9c3 !important;
}

.hover\:to-yellow-200:hover {
  --gradient-to-color: #fef08a !important;
}

.hover\:to-yellow-300:hover {
  --gradient-to-color: #fde047 !important;
}

.hover\:to-yellow-400:hover {
  --gradient-to-color: #facc15 !important;
}

.hover\:to-yellow-500:hover {
  --gradient-to-color: #eab308 !important;
}

.hover\:to-yellow-600:hover {
  --gradient-to-color: #ca8a04 !important;
}

.hover\:to-yellow-700:hover {
  --gradient-to-color: #a16207 !important;
}

.hover\:to-yellow-800:hover {
  --gradient-to-color: #854d0e !important;
}

.hover\:to-yellow-900:hover {
  --gradient-to-color: #713f12 !important;
}

.hover\:to-green-50:hover {
  --gradient-to-color: #f0fdf4 !important;
}

.hover\:to-green-100:hover {
  --gradient-to-color: #dcfce7 !important;
}

.hover\:to-green-200:hover {
  --gradient-to-color: #bbf7d0 !important;
}

.hover\:to-green-300:hover {
  --gradient-to-color: #86efac !important;
}

.hover\:to-green-400:hover {
  --gradient-to-color: #4ade80 !important;
}

.hover\:to-green-500:hover {
  --gradient-to-color: #22c55e !important;
}

.hover\:to-green-600:hover {
  --gradient-to-color: #16a34a !important;
}

.hover\:to-green-700:hover {
  --gradient-to-color: #15803d !important;
}

.hover\:to-green-800:hover {
  --gradient-to-color: #166534 !important;
}

.hover\:to-green-900:hover {
  --gradient-to-color: #14532d !important;
}

.hover\:to-teal-50:hover {
  --gradient-to-color: #f0fdfa !important;
}

.hover\:to-teal-100:hover {
  --gradient-to-color: #ccfbf1 !important;
}

.hover\:to-teal-200:hover {
  --gradient-to-color: #99f6e4 !important;
}

.hover\:to-teal-300:hover {
  --gradient-to-color: #5eead4 !important;
}

.hover\:to-teal-400:hover {
  --gradient-to-color: #2dd4bf !important;
}

.hover\:to-teal-500:hover {
  --gradient-to-color: #14b8a6 !important;
}

.hover\:to-teal-600:hover {
  --gradient-to-color: #0d9488 !important;
}

.hover\:to-teal-700:hover {
  --gradient-to-color: #0f766e !important;
}

.hover\:to-teal-800:hover {
  --gradient-to-color: #115e59 !important;
}

.hover\:to-teal-900:hover {
  --gradient-to-color: #134e4a !important;
}

.hover\:to-blue-50:hover {
  --gradient-to-color: #eff6ff !important;
}

.hover\:to-blue-100:hover {
  --gradient-to-color: #dbeafe !important;
}

.hover\:to-blue-200:hover {
  --gradient-to-color: #bfdbfe !important;
}

.hover\:to-blue-300:hover {
  --gradient-to-color: #93c5fd !important;
}

.hover\:to-blue-400:hover {
  --gradient-to-color: #60a5fa !important;
}

.hover\:to-blue-500:hover {
  --gradient-to-color: #3b82f6 !important;
}

.hover\:to-blue-600:hover {
  --gradient-to-color: #2563eb !important;
}

.hover\:to-blue-700:hover {
  --gradient-to-color: #1d4ed8 !important;
}

.hover\:to-blue-800:hover {
  --gradient-to-color: #1e40af !important;
}

.hover\:to-blue-900:hover {
  --gradient-to-color: #1e3a8a !important;
}

.hover\:to-indigo-100:hover {
  --gradient-to-color: #ebf4ff !important;
}

.hover\:to-indigo-200:hover {
  --gradient-to-color: #c3dafe !important;
}

.hover\:to-indigo-300:hover {
  --gradient-to-color: #a3bffa !important;
}

.hover\:to-indigo-400:hover {
  --gradient-to-color: #7f9cf5 !important;
}

.hover\:to-indigo-500:hover {
  --gradient-to-color: #667eea !important;
}

.hover\:to-indigo-600:hover {
  --gradient-to-color: #5a67d8 !important;
}

.hover\:to-indigo-700:hover {
  --gradient-to-color: #4c51bf !important;
}

.hover\:to-indigo-800:hover {
  --gradient-to-color: #434190 !important;
}

.hover\:to-indigo-900:hover {
  --gradient-to-color: #3c366b !important;
}

.hover\:to-purple-50:hover {
  --gradient-to-color: #f5f3ff !important;
}

.hover\:to-purple-100:hover {
  --gradient-to-color: #ede9fe !important;
}

.hover\:to-purple-200:hover {
  --gradient-to-color: #ddd6fe !important;
}

.hover\:to-purple-300:hover {
  --gradient-to-color: #c4b5fd !important;
}

.hover\:to-purple-400:hover {
  --gradient-to-color: #a78bfa !important;
}

.hover\:to-purple-500:hover {
  --gradient-to-color: #8b5cf6 !important;
}

.hover\:to-purple-600:hover {
  --gradient-to-color: #7c3aed !important;
}

.hover\:to-purple-700:hover {
  --gradient-to-color: #6d28d9 !important;
}

.hover\:to-purple-800:hover {
  --gradient-to-color: #5b21b6 !important;
}

.hover\:to-purple-900:hover {
  --gradient-to-color: #4c1d95 !important;
}

.hover\:to-pink-50:hover {
  --gradient-to-color: #fdf2f8 !important;
}

.hover\:to-pink-100:hover {
  --gradient-to-color: #fce7f3 !important;
}

.hover\:to-pink-200:hover {
  --gradient-to-color: #fbcfe8 !important;
}

.hover\:to-pink-300:hover {
  --gradient-to-color: #f9a8d4 !important;
}

.hover\:to-pink-400:hover {
  --gradient-to-color: #f472b6 !important;
}

.hover\:to-pink-500:hover {
  --gradient-to-color: #ec4899 !important;
}

.hover\:to-pink-600:hover {
  --gradient-to-color: #db2777 !important;
}

.hover\:to-pink-700:hover {
  --gradient-to-color: #be185d !important;
}

.hover\:to-pink-800:hover {
  --gradient-to-color: #9d174d !important;
}

.hover\:to-pink-900:hover {
  --gradient-to-color: #831843 !important;
}

.hover\:to-grey-50:hover {
  --gradient-to-color: #f9fafb !important;
}

.hover\:to-grey-100:hover {
  --gradient-to-color: #f3f4f6 !important;
}

.hover\:to-grey-200:hover {
  --gradient-to-color: #e5e7eb !important;
}

.hover\:to-grey-300:hover {
  --gradient-to-color: #d1d5db !important;
}

.hover\:to-grey-400:hover {
  --gradient-to-color: #9ca3af !important;
}

.hover\:to-grey-500:hover {
  --gradient-to-color: #6b7280 !important;
}

.hover\:to-grey-600:hover {
  --gradient-to-color: #4b5563 !important;
}

.hover\:to-grey-700:hover {
  --gradient-to-color: #374151 !important;
}

.hover\:to-grey-800:hover {
  --gradient-to-color: #1f2937 !important;
}

.hover\:to-grey-900:hover {
  --gradient-to-color: #111827 !important;
}

.hover\:to-grey-light:hover {
  --gradient-to-color: #dae1e7 !important;
}

.hover\:to-primary-light:hover {
  --gradient-to-color: #3F8CFF !important;
}

.hover\:to-primary-DEFAULT:hover {
  --gradient-to-color: #1D4ED8 !important;
}

.hover\:to-primary-dark:hover {
  --gradient-to-color: #1E40AF !important;
}

.hover\:to-secondary-light:hover {
  --gradient-to-color: #FF7C7C !important;
}

.hover\:to-secondary-DEFAULT:hover {
  --gradient-to-color: #EF4444 !important;
}

.hover\:to-secondary-dark:hover {
  --gradient-to-color: #B91C1C !important;
}

.hover\:to-success-light:hover {
  --gradient-to-color: #4ADE80 !important;
}

.hover\:to-success-DEFAULT:hover {
  --gradient-to-color: #16A34A !important;
}

.hover\:to-success-dark:hover {
  --gradient-to-color: #15803D !important;
}

.hover\:to-warning-light:hover {
  --gradient-to-color: #FDE047 !important;
}

.hover\:to-warning-DEFAULT:hover {
  --gradient-to-color: #F59E0B !important;
}

.hover\:to-warning-dark:hover {
  --gradient-to-color: #B45309 !important;
}

.hover\:to-danger-light:hover {
  --gradient-to-color: #F87171 !important;
}

.hover\:to-danger-DEFAULT:hover {
  --gradient-to-color: #DC2626 !important;
}

.hover\:to-danger-dark:hover {
  --gradient-to-color: #991B1B !important;
}

.hover\:to-info-light:hover {
  --gradient-to-color: #60A5FA !important;
}

.hover\:to-info-DEFAULT:hover {
  --gradient-to-color: #3B82F6 !important;
}

.hover\:to-info-dark:hover {
  --gradient-to-color: #1D4ED8 !important;
}

.hover\:to-neutral-light:hover {
  --gradient-to-color: #F3F4F6 !important;
}

.hover\:to-neutral-DEFAULT:hover {
  --gradient-to-color: #9CA3AF !important;
}

.hover\:to-neutral-dark:hover {
  --gradient-to-color: #4B5563 !important;
}

.hover\:to-telegram:hover {
  --gradient-to-color: #0088CC !important;
}

.hover\:to-instagram:hover {
  --gradient-to-color: #C13584 !important;
}

.hover\:to-facebook:hover {
  --gradient-to-color: #3b5998 !important;
}

.hover\:to-whatsapp:hover {
  --gradient-to-color: #25D366 !important;
}

.hover\:to-linkedin:hover {
  --gradient-to-color: #0e76a8 !important;
}

.hover\:to-cyan-50:hover {
  --gradient-to-color: #ecfeff !important;
}

.hover\:to-cyan-100:hover {
  --gradient-to-color: #cffafe !important;
}

.hover\:to-cyan-200:hover {
  --gradient-to-color: #a5f3fc !important;
}

.hover\:to-cyan-300:hover {
  --gradient-to-color: #67e8f9 !important;
}

.hover\:to-cyan-400:hover {
  --gradient-to-color: #22d3ee !important;
}

.hover\:to-cyan-500:hover {
  --gradient-to-color: #06b6d4 !important;
}

.hover\:to-cyan-600:hover {
  --gradient-to-color: #0891b2 !important;
}

.hover\:to-cyan-700:hover {
  --gradient-to-color: #0e7490 !important;
}

.hover\:to-cyan-800:hover {
  --gradient-to-color: #155e75 !important;
}

.hover\:to-cyan-900:hover {
  --gradient-to-color: #164e63 !important;
}

.focus\:from-transparent:focus {
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-current:focus {
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-black:focus {
  --gradient-from-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.focus\:from-white:focus {
  --gradient-from-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gray-100:focus {
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.focus\:from-gray-200:focus {
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.focus\:from-gray-300:focus {
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.focus\:from-gray-400:focus {
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.focus\:from-gray-500:focus {
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.focus\:from-gray-600:focus {
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.focus\:from-gray-700:focus {
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.focus\:from-gray-800:focus {
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.focus\:from-gray-900:focus {
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.focus\:from-red-50:focus {
  --gradient-from-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.focus\:from-red-100:focus {
  --gradient-from-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.focus\:from-red-200:focus {
  --gradient-from-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.focus\:from-red-300:focus {
  --gradient-from-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.focus\:from-red-400:focus {
  --gradient-from-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.focus\:from-red-500:focus {
  --gradient-from-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.focus\:from-red-600:focus {
  --gradient-from-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.focus\:from-red-700:focus {
  --gradient-from-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.focus\:from-red-800:focus {
  --gradient-from-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.focus\:from-red-900:focus {
  --gradient-from-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.focus\:from-orange-50:focus {
  --gradient-from-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.focus\:from-orange-100:focus {
  --gradient-from-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.focus\:from-orange-200:focus {
  --gradient-from-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.focus\:from-orange-300:focus {
  --gradient-from-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.focus\:from-orange-400:focus {
  --gradient-from-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.focus\:from-orange-500:focus {
  --gradient-from-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.focus\:from-orange-600:focus {
  --gradient-from-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.focus\:from-orange-700:focus {
  --gradient-from-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.focus\:from-orange-800:focus {
  --gradient-from-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.focus\:from-orange-900:focus {
  --gradient-from-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.focus\:from-yellow-50:focus {
  --gradient-from-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.focus\:from-yellow-100:focus {
  --gradient-from-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.focus\:from-yellow-200:focus {
  --gradient-from-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.focus\:from-yellow-300:focus {
  --gradient-from-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.focus\:from-yellow-400:focus {
  --gradient-from-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.focus\:from-yellow-500:focus {
  --gradient-from-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.focus\:from-yellow-600:focus {
  --gradient-from-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.focus\:from-yellow-700:focus {
  --gradient-from-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.focus\:from-yellow-800:focus {
  --gradient-from-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.focus\:from-yellow-900:focus {
  --gradient-from-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.focus\:from-green-50:focus {
  --gradient-from-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.focus\:from-green-100:focus {
  --gradient-from-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.focus\:from-green-200:focus {
  --gradient-from-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.focus\:from-green-300:focus {
  --gradient-from-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.focus\:from-green-400:focus {
  --gradient-from-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.focus\:from-green-500:focus {
  --gradient-from-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.focus\:from-green-600:focus {
  --gradient-from-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.focus\:from-green-700:focus {
  --gradient-from-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.focus\:from-green-800:focus {
  --gradient-from-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.focus\:from-green-900:focus {
  --gradient-from-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.focus\:from-teal-50:focus {
  --gradient-from-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.focus\:from-teal-100:focus {
  --gradient-from-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.focus\:from-teal-200:focus {
  --gradient-from-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.focus\:from-teal-300:focus {
  --gradient-from-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.focus\:from-teal-400:focus {
  --gradient-from-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.focus\:from-teal-500:focus {
  --gradient-from-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.focus\:from-teal-600:focus {
  --gradient-from-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.focus\:from-teal-700:focus {
  --gradient-from-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.focus\:from-teal-800:focus {
  --gradient-from-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.focus\:from-teal-900:focus {
  --gradient-from-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.focus\:from-blue-50:focus {
  --gradient-from-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.focus\:from-blue-100:focus {
  --gradient-from-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.focus\:from-blue-200:focus {
  --gradient-from-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.focus\:from-blue-300:focus {
  --gradient-from-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.focus\:from-blue-400:focus {
  --gradient-from-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.focus\:from-blue-500:focus {
  --gradient-from-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.focus\:from-blue-600:focus {
  --gradient-from-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.focus\:from-blue-700:focus {
  --gradient-from-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.focus\:from-blue-800:focus {
  --gradient-from-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.focus\:from-blue-900:focus {
  --gradient-from-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.focus\:from-indigo-100:focus {
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.focus\:from-indigo-200:focus {
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.focus\:from-indigo-300:focus {
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.focus\:from-indigo-400:focus {
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.focus\:from-indigo-500:focus {
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.focus\:from-indigo-600:focus {
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.focus\:from-indigo-700:focus {
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.focus\:from-indigo-800:focus {
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.focus\:from-indigo-900:focus {
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.focus\:from-purple-50:focus {
  --gradient-from-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.focus\:from-purple-100:focus {
  --gradient-from-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.focus\:from-purple-200:focus {
  --gradient-from-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.focus\:from-purple-300:focus {
  --gradient-from-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.focus\:from-purple-400:focus {
  --gradient-from-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.focus\:from-purple-500:focus {
  --gradient-from-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.focus\:from-purple-600:focus {
  --gradient-from-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.focus\:from-purple-700:focus {
  --gradient-from-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.focus\:from-purple-800:focus {
  --gradient-from-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.focus\:from-purple-900:focus {
  --gradient-from-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.focus\:from-pink-50:focus {
  --gradient-from-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.focus\:from-pink-100:focus {
  --gradient-from-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.focus\:from-pink-200:focus {
  --gradient-from-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.focus\:from-pink-300:focus {
  --gradient-from-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.focus\:from-pink-400:focus {
  --gradient-from-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.focus\:from-pink-500:focus {
  --gradient-from-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.focus\:from-pink-600:focus {
  --gradient-from-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.focus\:from-pink-700:focus {
  --gradient-from-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.focus\:from-pink-800:focus {
  --gradient-from-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.focus\:from-pink-900:focus {
  --gradient-from-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.focus\:from-grey-50:focus {
  --gradient-from-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.focus\:from-grey-100:focus {
  --gradient-from-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.focus\:from-grey-200:focus {
  --gradient-from-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.focus\:from-grey-300:focus {
  --gradient-from-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.focus\:from-grey-400:focus {
  --gradient-from-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.focus\:from-grey-500:focus {
  --gradient-from-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.focus\:from-grey-600:focus {
  --gradient-from-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.focus\:from-grey-700:focus {
  --gradient-from-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.focus\:from-grey-800:focus {
  --gradient-from-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.focus\:from-grey-900:focus {
  --gradient-from-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.focus\:from-grey-light:focus {
  --gradient-from-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.focus\:from-primary-light:focus {
  --gradient-from-color: #3F8CFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
}

.focus\:from-primary-DEFAULT:focus {
  --gradient-from-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.focus\:from-primary-dark:focus {
  --gradient-from-color: #1E40AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.focus\:from-secondary-light:focus {
  --gradient-from-color: #FF7C7C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
}

.focus\:from-secondary-DEFAULT:focus {
  --gradient-from-color: #EF4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.focus\:from-secondary-dark:focus {
  --gradient-from-color: #B91C1C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.focus\:from-success-light:focus {
  --gradient-from-color: #4ADE80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.focus\:from-success-DEFAULT:focus {
  --gradient-from-color: #16A34A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.focus\:from-success-dark:focus {
  --gradient-from-color: #15803D !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.focus\:from-warning-light:focus {
  --gradient-from-color: #FDE047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.focus\:from-warning-DEFAULT:focus {
  --gradient-from-color: #F59E0B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.focus\:from-warning-dark:focus {
  --gradient-from-color: #B45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.focus\:from-danger-light:focus {
  --gradient-from-color: #F87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.focus\:from-danger-DEFAULT:focus {
  --gradient-from-color: #DC2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.focus\:from-danger-dark:focus {
  --gradient-from-color: #991B1B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.focus\:from-info-light:focus {
  --gradient-from-color: #60A5FA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.focus\:from-info-DEFAULT:focus {
  --gradient-from-color: #3B82F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.focus\:from-info-dark:focus {
  --gradient-from-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.focus\:from-neutral-light:focus {
  --gradient-from-color: #F3F4F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.focus\:from-neutral-DEFAULT:focus {
  --gradient-from-color: #9CA3AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.focus\:from-neutral-dark:focus {
  --gradient-from-color: #4B5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.focus\:from-telegram:focus {
  --gradient-from-color: #0088CC !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
}

.focus\:from-instagram:focus {
  --gradient-from-color: #C13584 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
}

.focus\:from-facebook:focus {
  --gradient-from-color: #3b5998 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
}

.focus\:from-whatsapp:focus {
  --gradient-from-color: #25D366 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
}

.focus\:from-linkedin:focus {
  --gradient-from-color: #0e76a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
}

.focus\:from-cyan-50:focus {
  --gradient-from-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.focus\:from-cyan-100:focus {
  --gradient-from-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.focus\:from-cyan-200:focus {
  --gradient-from-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.focus\:from-cyan-300:focus {
  --gradient-from-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.focus\:from-cyan-400:focus {
  --gradient-from-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.focus\:from-cyan-500:focus {
  --gradient-from-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.focus\:from-cyan-600:focus {
  --gradient-from-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.focus\:from-cyan-700:focus {
  --gradient-from-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.focus\:from-cyan-800:focus {
  --gradient-from-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.focus\:from-cyan-900:focus {
  --gradient-from-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.focus\:via-transparent:focus {
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-current:focus {
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-black:focus {
  --gradient-via-color: #22292f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
}

.focus\:via-white:focus {
  --gradient-via-color: #ffffff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gray-100:focus {
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.focus\:via-gray-200:focus {
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.focus\:via-gray-300:focus {
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.focus\:via-gray-400:focus {
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.focus\:via-gray-500:focus {
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.focus\:via-gray-600:focus {
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.focus\:via-gray-700:focus {
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.focus\:via-gray-800:focus {
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.focus\:via-gray-900:focus {
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.focus\:via-red-50:focus {
  --gradient-via-color: #fef2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
}

.focus\:via-red-100:focus {
  --gradient-via-color: #fee2e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
}

.focus\:via-red-200:focus {
  --gradient-via-color: #fecaca !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
}

.focus\:via-red-300:focus {
  --gradient-via-color: #fca5a5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
}

.focus\:via-red-400:focus {
  --gradient-via-color: #f87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.focus\:via-red-500:focus {
  --gradient-via-color: #ef4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.focus\:via-red-600:focus {
  --gradient-via-color: #dc2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.focus\:via-red-700:focus {
  --gradient-via-color: #b91c1c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.focus\:via-red-800:focus {
  --gradient-via-color: #991b1b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.focus\:via-red-900:focus {
  --gradient-via-color: #7f1d1d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
}

.focus\:via-orange-50:focus {
  --gradient-via-color: #fff7ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
}

.focus\:via-orange-100:focus {
  --gradient-via-color: #ffedd5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
}

.focus\:via-orange-200:focus {
  --gradient-via-color: #fed7aa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
}

.focus\:via-orange-300:focus {
  --gradient-via-color: #fdba74 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
}

.focus\:via-orange-400:focus {
  --gradient-via-color: #fb923c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
}

.focus\:via-orange-500:focus {
  --gradient-via-color: #f97316 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
}

.focus\:via-orange-600:focus {
  --gradient-via-color: #ea580c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
}

.focus\:via-orange-700:focus {
  --gradient-via-color: #c2410c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
}

.focus\:via-orange-800:focus {
  --gradient-via-color: #9a3412 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
}

.focus\:via-orange-900:focus {
  --gradient-via-color: #7c2d12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
}

.focus\:via-yellow-50:focus {
  --gradient-via-color: #fefce8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
}

.focus\:via-yellow-100:focus {
  --gradient-via-color: #fef9c3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
}

.focus\:via-yellow-200:focus {
  --gradient-via-color: #fef08a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
}

.focus\:via-yellow-300:focus {
  --gradient-via-color: #fde047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.focus\:via-yellow-400:focus {
  --gradient-via-color: #facc15 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
}

.focus\:via-yellow-500:focus {
  --gradient-via-color: #eab308 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
}

.focus\:via-yellow-600:focus {
  --gradient-via-color: #ca8a04 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
}

.focus\:via-yellow-700:focus {
  --gradient-via-color: #a16207 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
}

.focus\:via-yellow-800:focus {
  --gradient-via-color: #854d0e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
}

.focus\:via-yellow-900:focus {
  --gradient-via-color: #713f12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
}

.focus\:via-green-50:focus {
  --gradient-via-color: #f0fdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
}

.focus\:via-green-100:focus {
  --gradient-via-color: #dcfce7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
}

.focus\:via-green-200:focus {
  --gradient-via-color: #bbf7d0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
}

.focus\:via-green-300:focus {
  --gradient-via-color: #86efac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
}

.focus\:via-green-400:focus {
  --gradient-via-color: #4ade80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.focus\:via-green-500:focus {
  --gradient-via-color: #22c55e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
}

.focus\:via-green-600:focus {
  --gradient-via-color: #16a34a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.focus\:via-green-700:focus {
  --gradient-via-color: #15803d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.focus\:via-green-800:focus {
  --gradient-via-color: #166534 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
}

.focus\:via-green-900:focus {
  --gradient-via-color: #14532d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
}

.focus\:via-teal-50:focus {
  --gradient-via-color: #f0fdfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
}

.focus\:via-teal-100:focus {
  --gradient-via-color: #ccfbf1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
}

.focus\:via-teal-200:focus {
  --gradient-via-color: #99f6e4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
}

.focus\:via-teal-300:focus {
  --gradient-via-color: #5eead4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
}

.focus\:via-teal-400:focus {
  --gradient-via-color: #2dd4bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
}

.focus\:via-teal-500:focus {
  --gradient-via-color: #14b8a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
}

.focus\:via-teal-600:focus {
  --gradient-via-color: #0d9488 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
}

.focus\:via-teal-700:focus {
  --gradient-via-color: #0f766e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
}

.focus\:via-teal-800:focus {
  --gradient-via-color: #115e59 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
}

.focus\:via-teal-900:focus {
  --gradient-via-color: #134e4a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
}

.focus\:via-blue-50:focus {
  --gradient-via-color: #eff6ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
}

.focus\:via-blue-100:focus {
  --gradient-via-color: #dbeafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
}

.focus\:via-blue-200:focus {
  --gradient-via-color: #bfdbfe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
}

.focus\:via-blue-300:focus {
  --gradient-via-color: #93c5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
}

.focus\:via-blue-400:focus {
  --gradient-via-color: #60a5fa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.focus\:via-blue-500:focus {
  --gradient-via-color: #3b82f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.focus\:via-blue-600:focus {
  --gradient-via-color: #2563eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
}

.focus\:via-blue-700:focus {
  --gradient-via-color: #1d4ed8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.focus\:via-blue-800:focus {
  --gradient-via-color: #1e40af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.focus\:via-blue-900:focus {
  --gradient-via-color: #1e3a8a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
}

.focus\:via-indigo-100:focus {
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.focus\:via-indigo-200:focus {
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.focus\:via-indigo-300:focus {
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.focus\:via-indigo-400:focus {
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.focus\:via-indigo-500:focus {
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.focus\:via-indigo-600:focus {
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.focus\:via-indigo-700:focus {
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.focus\:via-indigo-800:focus {
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.focus\:via-indigo-900:focus {
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.focus\:via-purple-50:focus {
  --gradient-via-color: #f5f3ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
}

.focus\:via-purple-100:focus {
  --gradient-via-color: #ede9fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
}

.focus\:via-purple-200:focus {
  --gradient-via-color: #ddd6fe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
}

.focus\:via-purple-300:focus {
  --gradient-via-color: #c4b5fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
}

.focus\:via-purple-400:focus {
  --gradient-via-color: #a78bfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
}

.focus\:via-purple-500:focus {
  --gradient-via-color: #8b5cf6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
}

.focus\:via-purple-600:focus {
  --gradient-via-color: #7c3aed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
}

.focus\:via-purple-700:focus {
  --gradient-via-color: #6d28d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
}

.focus\:via-purple-800:focus {
  --gradient-via-color: #5b21b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
}

.focus\:via-purple-900:focus {
  --gradient-via-color: #4c1d95 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
}

.focus\:via-pink-50:focus {
  --gradient-via-color: #fdf2f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
}

.focus\:via-pink-100:focus {
  --gradient-via-color: #fce7f3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
}

.focus\:via-pink-200:focus {
  --gradient-via-color: #fbcfe8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
}

.focus\:via-pink-300:focus {
  --gradient-via-color: #f9a8d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
}

.focus\:via-pink-400:focus {
  --gradient-via-color: #f472b6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
}

.focus\:via-pink-500:focus {
  --gradient-via-color: #ec4899 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
}

.focus\:via-pink-600:focus {
  --gradient-via-color: #db2777 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
}

.focus\:via-pink-700:focus {
  --gradient-via-color: #be185d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
}

.focus\:via-pink-800:focus {
  --gradient-via-color: #9d174d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
}

.focus\:via-pink-900:focus {
  --gradient-via-color: #831843 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
}

.focus\:via-grey-50:focus {
  --gradient-via-color: #f9fafb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
}

.focus\:via-grey-100:focus {
  --gradient-via-color: #f3f4f6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.focus\:via-grey-200:focus {
  --gradient-via-color: #e5e7eb !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
}

.focus\:via-grey-300:focus {
  --gradient-via-color: #d1d5db !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
}

.focus\:via-grey-400:focus {
  --gradient-via-color: #9ca3af !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.focus\:via-grey-500:focus {
  --gradient-via-color: #6b7280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
}

.focus\:via-grey-600:focus {
  --gradient-via-color: #4b5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.focus\:via-grey-700:focus {
  --gradient-via-color: #374151 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
}

.focus\:via-grey-800:focus {
  --gradient-via-color: #1f2937 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
}

.focus\:via-grey-900:focus {
  --gradient-via-color: #111827 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
}

.focus\:via-grey-light:focus {
  --gradient-via-color: #dae1e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
}

.focus\:via-primary-light:focus {
  --gradient-via-color: #3F8CFF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
}

.focus\:via-primary-DEFAULT:focus {
  --gradient-via-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.focus\:via-primary-dark:focus {
  --gradient-via-color: #1E40AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
}

.focus\:via-secondary-light:focus {
  --gradient-via-color: #FF7C7C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
}

.focus\:via-secondary-DEFAULT:focus {
  --gradient-via-color: #EF4444 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
}

.focus\:via-secondary-dark:focus {
  --gradient-via-color: #B91C1C !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
}

.focus\:via-success-light:focus {
  --gradient-via-color: #4ADE80 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
}

.focus\:via-success-DEFAULT:focus {
  --gradient-via-color: #16A34A !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
}

.focus\:via-success-dark:focus {
  --gradient-via-color: #15803D !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
}

.focus\:via-warning-light:focus {
  --gradient-via-color: #FDE047 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
}

.focus\:via-warning-DEFAULT:focus {
  --gradient-via-color: #F59E0B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
}

.focus\:via-warning-dark:focus {
  --gradient-via-color: #B45309 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
}

.focus\:via-danger-light:focus {
  --gradient-via-color: #F87171 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
}

.focus\:via-danger-DEFAULT:focus {
  --gradient-via-color: #DC2626 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
}

.focus\:via-danger-dark:focus {
  --gradient-via-color: #991B1B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
}

.focus\:via-info-light:focus {
  --gradient-via-color: #60A5FA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
}

.focus\:via-info-DEFAULT:focus {
  --gradient-via-color: #3B82F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
}

.focus\:via-info-dark:focus {
  --gradient-via-color: #1D4ED8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
}

.focus\:via-neutral-light:focus {
  --gradient-via-color: #F3F4F6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
}

.focus\:via-neutral-DEFAULT:focus {
  --gradient-via-color: #9CA3AF !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
}

.focus\:via-neutral-dark:focus {
  --gradient-via-color: #4B5563 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
}

.focus\:via-telegram:focus {
  --gradient-via-color: #0088CC !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
}

.focus\:via-instagram:focus {
  --gradient-via-color: #C13584 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
}

.focus\:via-facebook:focus {
  --gradient-via-color: #3b5998 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
}

.focus\:via-whatsapp:focus {
  --gradient-via-color: #25D366 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
}

.focus\:via-linkedin:focus {
  --gradient-via-color: #0e76a8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
}

.focus\:via-cyan-50:focus {
  --gradient-via-color: #ecfeff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
}

.focus\:via-cyan-100:focus {
  --gradient-via-color: #cffafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
}

.focus\:via-cyan-200:focus {
  --gradient-via-color: #a5f3fc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
}

.focus\:via-cyan-300:focus {
  --gradient-via-color: #67e8f9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
}

.focus\:via-cyan-400:focus {
  --gradient-via-color: #22d3ee !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
}

.focus\:via-cyan-500:focus {
  --gradient-via-color: #06b6d4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
}

.focus\:via-cyan-600:focus {
  --gradient-via-color: #0891b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
}

.focus\:via-cyan-700:focus {
  --gradient-via-color: #0e7490 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
}

.focus\:via-cyan-800:focus {
  --gradient-via-color: #155e75 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
}

.focus\:via-cyan-900:focus {
  --gradient-via-color: #164e63 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
}

.focus\:to-transparent:focus {
  --gradient-to-color: transparent !important;
}

.focus\:to-current:focus {
  --gradient-to-color: currentColor !important;
}

.focus\:to-black:focus {
  --gradient-to-color: #22292f !important;
}

.focus\:to-white:focus {
  --gradient-to-color: #ffffff !important;
}

.focus\:to-gray-100:focus {
  --gradient-to-color: #f7fafc !important;
}

.focus\:to-gray-200:focus {
  --gradient-to-color: #edf2f7 !important;
}

.focus\:to-gray-300:focus {
  --gradient-to-color: #e2e8f0 !important;
}

.focus\:to-gray-400:focus {
  --gradient-to-color: #cbd5e0 !important;
}

.focus\:to-gray-500:focus {
  --gradient-to-color: #a0aec0 !important;
}

.focus\:to-gray-600:focus {
  --gradient-to-color: #718096 !important;
}

.focus\:to-gray-700:focus {
  --gradient-to-color: #4a5568 !important;
}

.focus\:to-gray-800:focus {
  --gradient-to-color: #2d3748 !important;
}

.focus\:to-gray-900:focus {
  --gradient-to-color: #1a202c !important;
}

.focus\:to-red-50:focus {
  --gradient-to-color: #fef2f2 !important;
}

.focus\:to-red-100:focus {
  --gradient-to-color: #fee2e2 !important;
}

.focus\:to-red-200:focus {
  --gradient-to-color: #fecaca !important;
}

.focus\:to-red-300:focus {
  --gradient-to-color: #fca5a5 !important;
}

.focus\:to-red-400:focus {
  --gradient-to-color: #f87171 !important;
}

.focus\:to-red-500:focus {
  --gradient-to-color: #ef4444 !important;
}

.focus\:to-red-600:focus {
  --gradient-to-color: #dc2626 !important;
}

.focus\:to-red-700:focus {
  --gradient-to-color: #b91c1c !important;
}

.focus\:to-red-800:focus {
  --gradient-to-color: #991b1b !important;
}

.focus\:to-red-900:focus {
  --gradient-to-color: #7f1d1d !important;
}

.focus\:to-orange-50:focus {
  --gradient-to-color: #fff7ed !important;
}

.focus\:to-orange-100:focus {
  --gradient-to-color: #ffedd5 !important;
}

.focus\:to-orange-200:focus {
  --gradient-to-color: #fed7aa !important;
}

.focus\:to-orange-300:focus {
  --gradient-to-color: #fdba74 !important;
}

.focus\:to-orange-400:focus {
  --gradient-to-color: #fb923c !important;
}

.focus\:to-orange-500:focus {
  --gradient-to-color: #f97316 !important;
}

.focus\:to-orange-600:focus {
  --gradient-to-color: #ea580c !important;
}

.focus\:to-orange-700:focus {
  --gradient-to-color: #c2410c !important;
}

.focus\:to-orange-800:focus {
  --gradient-to-color: #9a3412 !important;
}

.focus\:to-orange-900:focus {
  --gradient-to-color: #7c2d12 !important;
}

.focus\:to-yellow-50:focus {
  --gradient-to-color: #fefce8 !important;
}

.focus\:to-yellow-100:focus {
  --gradient-to-color: #fef9c3 !important;
}

.focus\:to-yellow-200:focus {
  --gradient-to-color: #fef08a !important;
}

.focus\:to-yellow-300:focus {
  --gradient-to-color: #fde047 !important;
}

.focus\:to-yellow-400:focus {
  --gradient-to-color: #facc15 !important;
}

.focus\:to-yellow-500:focus {
  --gradient-to-color: #eab308 !important;
}

.focus\:to-yellow-600:focus {
  --gradient-to-color: #ca8a04 !important;
}

.focus\:to-yellow-700:focus {
  --gradient-to-color: #a16207 !important;
}

.focus\:to-yellow-800:focus {
  --gradient-to-color: #854d0e !important;
}

.focus\:to-yellow-900:focus {
  --gradient-to-color: #713f12 !important;
}

.focus\:to-green-50:focus {
  --gradient-to-color: #f0fdf4 !important;
}

.focus\:to-green-100:focus {
  --gradient-to-color: #dcfce7 !important;
}

.focus\:to-green-200:focus {
  --gradient-to-color: #bbf7d0 !important;
}

.focus\:to-green-300:focus {
  --gradient-to-color: #86efac !important;
}

.focus\:to-green-400:focus {
  --gradient-to-color: #4ade80 !important;
}

.focus\:to-green-500:focus {
  --gradient-to-color: #22c55e !important;
}

.focus\:to-green-600:focus {
  --gradient-to-color: #16a34a !important;
}

.focus\:to-green-700:focus {
  --gradient-to-color: #15803d !important;
}

.focus\:to-green-800:focus {
  --gradient-to-color: #166534 !important;
}

.focus\:to-green-900:focus {
  --gradient-to-color: #14532d !important;
}

.focus\:to-teal-50:focus {
  --gradient-to-color: #f0fdfa !important;
}

.focus\:to-teal-100:focus {
  --gradient-to-color: #ccfbf1 !important;
}

.focus\:to-teal-200:focus {
  --gradient-to-color: #99f6e4 !important;
}

.focus\:to-teal-300:focus {
  --gradient-to-color: #5eead4 !important;
}

.focus\:to-teal-400:focus {
  --gradient-to-color: #2dd4bf !important;
}

.focus\:to-teal-500:focus {
  --gradient-to-color: #14b8a6 !important;
}

.focus\:to-teal-600:focus {
  --gradient-to-color: #0d9488 !important;
}

.focus\:to-teal-700:focus {
  --gradient-to-color: #0f766e !important;
}

.focus\:to-teal-800:focus {
  --gradient-to-color: #115e59 !important;
}

.focus\:to-teal-900:focus {
  --gradient-to-color: #134e4a !important;
}

.focus\:to-blue-50:focus {
  --gradient-to-color: #eff6ff !important;
}

.focus\:to-blue-100:focus {
  --gradient-to-color: #dbeafe !important;
}

.focus\:to-blue-200:focus {
  --gradient-to-color: #bfdbfe !important;
}

.focus\:to-blue-300:focus {
  --gradient-to-color: #93c5fd !important;
}

.focus\:to-blue-400:focus {
  --gradient-to-color: #60a5fa !important;
}

.focus\:to-blue-500:focus {
  --gradient-to-color: #3b82f6 !important;
}

.focus\:to-blue-600:focus {
  --gradient-to-color: #2563eb !important;
}

.focus\:to-blue-700:focus {
  --gradient-to-color: #1d4ed8 !important;
}

.focus\:to-blue-800:focus {
  --gradient-to-color: #1e40af !important;
}

.focus\:to-blue-900:focus {
  --gradient-to-color: #1e3a8a !important;
}

.focus\:to-indigo-100:focus {
  --gradient-to-color: #ebf4ff !important;
}

.focus\:to-indigo-200:focus {
  --gradient-to-color: #c3dafe !important;
}

.focus\:to-indigo-300:focus {
  --gradient-to-color: #a3bffa !important;
}

.focus\:to-indigo-400:focus {
  --gradient-to-color: #7f9cf5 !important;
}

.focus\:to-indigo-500:focus {
  --gradient-to-color: #667eea !important;
}

.focus\:to-indigo-600:focus {
  --gradient-to-color: #5a67d8 !important;
}

.focus\:to-indigo-700:focus {
  --gradient-to-color: #4c51bf !important;
}

.focus\:to-indigo-800:focus {
  --gradient-to-color: #434190 !important;
}

.focus\:to-indigo-900:focus {
  --gradient-to-color: #3c366b !important;
}

.focus\:to-purple-50:focus {
  --gradient-to-color: #f5f3ff !important;
}

.focus\:to-purple-100:focus {
  --gradient-to-color: #ede9fe !important;
}

.focus\:to-purple-200:focus {
  --gradient-to-color: #ddd6fe !important;
}

.focus\:to-purple-300:focus {
  --gradient-to-color: #c4b5fd !important;
}

.focus\:to-purple-400:focus {
  --gradient-to-color: #a78bfa !important;
}

.focus\:to-purple-500:focus {
  --gradient-to-color: #8b5cf6 !important;
}

.focus\:to-purple-600:focus {
  --gradient-to-color: #7c3aed !important;
}

.focus\:to-purple-700:focus {
  --gradient-to-color: #6d28d9 !important;
}

.focus\:to-purple-800:focus {
  --gradient-to-color: #5b21b6 !important;
}

.focus\:to-purple-900:focus {
  --gradient-to-color: #4c1d95 !important;
}

.focus\:to-pink-50:focus {
  --gradient-to-color: #fdf2f8 !important;
}

.focus\:to-pink-100:focus {
  --gradient-to-color: #fce7f3 !important;
}

.focus\:to-pink-200:focus {
  --gradient-to-color: #fbcfe8 !important;
}

.focus\:to-pink-300:focus {
  --gradient-to-color: #f9a8d4 !important;
}

.focus\:to-pink-400:focus {
  --gradient-to-color: #f472b6 !important;
}

.focus\:to-pink-500:focus {
  --gradient-to-color: #ec4899 !important;
}

.focus\:to-pink-600:focus {
  --gradient-to-color: #db2777 !important;
}

.focus\:to-pink-700:focus {
  --gradient-to-color: #be185d !important;
}

.focus\:to-pink-800:focus {
  --gradient-to-color: #9d174d !important;
}

.focus\:to-pink-900:focus {
  --gradient-to-color: #831843 !important;
}

.focus\:to-grey-50:focus {
  --gradient-to-color: #f9fafb !important;
}

.focus\:to-grey-100:focus {
  --gradient-to-color: #f3f4f6 !important;
}

.focus\:to-grey-200:focus {
  --gradient-to-color: #e5e7eb !important;
}

.focus\:to-grey-300:focus {
  --gradient-to-color: #d1d5db !important;
}

.focus\:to-grey-400:focus {
  --gradient-to-color: #9ca3af !important;
}

.focus\:to-grey-500:focus {
  --gradient-to-color: #6b7280 !important;
}

.focus\:to-grey-600:focus {
  --gradient-to-color: #4b5563 !important;
}

.focus\:to-grey-700:focus {
  --gradient-to-color: #374151 !important;
}

.focus\:to-grey-800:focus {
  --gradient-to-color: #1f2937 !important;
}

.focus\:to-grey-900:focus {
  --gradient-to-color: #111827 !important;
}

.focus\:to-grey-light:focus {
  --gradient-to-color: #dae1e7 !important;
}

.focus\:to-primary-light:focus {
  --gradient-to-color: #3F8CFF !important;
}

.focus\:to-primary-DEFAULT:focus {
  --gradient-to-color: #1D4ED8 !important;
}

.focus\:to-primary-dark:focus {
  --gradient-to-color: #1E40AF !important;
}

.focus\:to-secondary-light:focus {
  --gradient-to-color: #FF7C7C !important;
}

.focus\:to-secondary-DEFAULT:focus {
  --gradient-to-color: #EF4444 !important;
}

.focus\:to-secondary-dark:focus {
  --gradient-to-color: #B91C1C !important;
}

.focus\:to-success-light:focus {
  --gradient-to-color: #4ADE80 !important;
}

.focus\:to-success-DEFAULT:focus {
  --gradient-to-color: #16A34A !important;
}

.focus\:to-success-dark:focus {
  --gradient-to-color: #15803D !important;
}

.focus\:to-warning-light:focus {
  --gradient-to-color: #FDE047 !important;
}

.focus\:to-warning-DEFAULT:focus {
  --gradient-to-color: #F59E0B !important;
}

.focus\:to-warning-dark:focus {
  --gradient-to-color: #B45309 !important;
}

.focus\:to-danger-light:focus {
  --gradient-to-color: #F87171 !important;
}

.focus\:to-danger-DEFAULT:focus {
  --gradient-to-color: #DC2626 !important;
}

.focus\:to-danger-dark:focus {
  --gradient-to-color: #991B1B !important;
}

.focus\:to-info-light:focus {
  --gradient-to-color: #60A5FA !important;
}

.focus\:to-info-DEFAULT:focus {
  --gradient-to-color: #3B82F6 !important;
}

.focus\:to-info-dark:focus {
  --gradient-to-color: #1D4ED8 !important;
}

.focus\:to-neutral-light:focus {
  --gradient-to-color: #F3F4F6 !important;
}

.focus\:to-neutral-DEFAULT:focus {
  --gradient-to-color: #9CA3AF !important;
}

.focus\:to-neutral-dark:focus {
  --gradient-to-color: #4B5563 !important;
}

.focus\:to-telegram:focus {
  --gradient-to-color: #0088CC !important;
}

.focus\:to-instagram:focus {
  --gradient-to-color: #C13584 !important;
}

.focus\:to-facebook:focus {
  --gradient-to-color: #3b5998 !important;
}

.focus\:to-whatsapp:focus {
  --gradient-to-color: #25D366 !important;
}

.focus\:to-linkedin:focus {
  --gradient-to-color: #0e76a8 !important;
}

.focus\:to-cyan-50:focus {
  --gradient-to-color: #ecfeff !important;
}

.focus\:to-cyan-100:focus {
  --gradient-to-color: #cffafe !important;
}

.focus\:to-cyan-200:focus {
  --gradient-to-color: #a5f3fc !important;
}

.focus\:to-cyan-300:focus {
  --gradient-to-color: #67e8f9 !important;
}

.focus\:to-cyan-400:focus {
  --gradient-to-color: #22d3ee !important;
}

.focus\:to-cyan-500:focus {
  --gradient-to-color: #06b6d4 !important;
}

.focus\:to-cyan-600:focus {
  --gradient-to-color: #0891b2 !important;
}

.focus\:to-cyan-700:focus {
  --gradient-to-color: #0e7490 !important;
}

.focus\:to-cyan-800:focus {
  --gradient-to-color: #155e75 !important;
}

.focus\:to-cyan-900:focus {
  --gradient-to-color: #164e63 !important;
}

.bg-opacity-0 {
  --bg-opacity: 0 !important;
}

.bg-opacity-25 {
  --bg-opacity: 0.25 !important;
}

.bg-opacity-50 {
  --bg-opacity: 0.5 !important;
}

.bg-opacity-75 {
  --bg-opacity: 0.75 !important;
}

.bg-opacity-100 {
  --bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0 !important;
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0 !important;
}

.focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1 !important;
}

[dir] .bg-auto {
  background-size: auto !important;
}

[dir] .bg-cover {
  background-size: cover !important;
}

[dir] .bg-contain {
  background-size: contain !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

[dir] .border-transparent {
  border-color: transparent !important;
}

[dir] .border-current {
  border-color: currentColor !important;
}

.border-black {
  --border-opacity: 1 !important;
}

[dir] .border-black {
  border-color: #22292f !important;
  border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
}

.border-white {
  --border-opacity: 1 !important;
}

[dir] .border-white {
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-gray-100 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-100 {
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.border-gray-200 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-200 {
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.border-gray-300 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-300 {
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.border-gray-400 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-400 {
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.border-gray-500 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-500 {
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.border-gray-600 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-600 {
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.border-gray-700 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-700 {
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.border-gray-800 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-800 {
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.border-gray-900 {
  --border-opacity: 1 !important;
}

[dir] .border-gray-900 {
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.border-red-50 {
  --border-opacity: 1 !important;
}

[dir] .border-red-50 {
  border-color: #fef2f2 !important;
  border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
}

.border-red-100 {
  --border-opacity: 1 !important;
}

[dir] .border-red-100 {
  border-color: #fee2e2 !important;
  border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
}

.border-red-200 {
  --border-opacity: 1 !important;
}

[dir] .border-red-200 {
  border-color: #fecaca !important;
  border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
}

.border-red-300 {
  --border-opacity: 1 !important;
}

[dir] .border-red-300 {
  border-color: #fca5a5 !important;
  border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
}

.border-red-400 {
  --border-opacity: 1 !important;
}

[dir] .border-red-400 {
  border-color: #f87171 !important;
  border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
}

.border-red-500 {
  --border-opacity: 1 !important;
}

[dir] .border-red-500 {
  border-color: #ef4444 !important;
  border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
}

.border-red-600 {
  --border-opacity: 1 !important;
}

[dir] .border-red-600 {
  border-color: #dc2626 !important;
  border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
}

.border-red-700 {
  --border-opacity: 1 !important;
}

[dir] .border-red-700 {
  border-color: #b91c1c !important;
  border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
}

.border-red-800 {
  --border-opacity: 1 !important;
}

[dir] .border-red-800 {
  border-color: #991b1b !important;
  border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
}

.border-red-900 {
  --border-opacity: 1 !important;
}

[dir] .border-red-900 {
  border-color: #7f1d1d !important;
  border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
}

.border-orange-50 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-50 {
  border-color: #fff7ed !important;
  border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
}

.border-orange-100 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-100 {
  border-color: #ffedd5 !important;
  border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
}

.border-orange-200 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-200 {
  border-color: #fed7aa !important;
  border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
}

.border-orange-300 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-300 {
  border-color: #fdba74 !important;
  border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
}

.border-orange-400 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-400 {
  border-color: #fb923c !important;
  border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
}

.border-orange-500 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-500 {
  border-color: #f97316 !important;
  border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
}

.border-orange-600 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-600 {
  border-color: #ea580c !important;
  border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
}

.border-orange-700 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-700 {
  border-color: #c2410c !important;
  border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
}

.border-orange-800 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-800 {
  border-color: #9a3412 !important;
  border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
}

.border-orange-900 {
  --border-opacity: 1 !important;
}

[dir] .border-orange-900 {
  border-color: #7c2d12 !important;
  border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
}

.border-yellow-50 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-50 {
  border-color: #fefce8 !important;
  border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
}

.border-yellow-100 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-100 {
  border-color: #fef9c3 !important;
  border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
}

.border-yellow-200 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-200 {
  border-color: #fef08a !important;
  border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
}

.border-yellow-300 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-300 {
  border-color: #fde047 !important;
  border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
}

.border-yellow-400 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-400 {
  border-color: #facc15 !important;
  border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
}

.border-yellow-500 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-500 {
  border-color: #eab308 !important;
  border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
}

.border-yellow-600 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-600 {
  border-color: #ca8a04 !important;
  border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
}

.border-yellow-700 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-700 {
  border-color: #a16207 !important;
  border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
}

.border-yellow-800 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-800 {
  border-color: #854d0e !important;
  border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
}

.border-yellow-900 {
  --border-opacity: 1 !important;
}

[dir] .border-yellow-900 {
  border-color: #713f12 !important;
  border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
}

.border-green-50 {
  --border-opacity: 1 !important;
}

[dir] .border-green-50 {
  border-color: #f0fdf4 !important;
  border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
}

.border-green-100 {
  --border-opacity: 1 !important;
}

[dir] .border-green-100 {
  border-color: #dcfce7 !important;
  border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
}

.border-green-200 {
  --border-opacity: 1 !important;
}

[dir] .border-green-200 {
  border-color: #bbf7d0 !important;
  border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
}

.border-green-300 {
  --border-opacity: 1 !important;
}

[dir] .border-green-300 {
  border-color: #86efac !important;
  border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
}

.border-green-400 {
  --border-opacity: 1 !important;
}

[dir] .border-green-400 {
  border-color: #4ade80 !important;
  border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
}

.border-green-500 {
  --border-opacity: 1 !important;
}

[dir] .border-green-500 {
  border-color: #22c55e !important;
  border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
}

.border-green-600 {
  --border-opacity: 1 !important;
}

[dir] .border-green-600 {
  border-color: #16a34a !important;
  border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
}

.border-green-700 {
  --border-opacity: 1 !important;
}

[dir] .border-green-700 {
  border-color: #15803d !important;
  border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
}

.border-green-800 {
  --border-opacity: 1 !important;
}

[dir] .border-green-800 {
  border-color: #166534 !important;
  border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
}

.border-green-900 {
  --border-opacity: 1 !important;
}

[dir] .border-green-900 {
  border-color: #14532d !important;
  border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
}

.border-teal-50 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-50 {
  border-color: #f0fdfa !important;
  border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
}

.border-teal-100 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-100 {
  border-color: #ccfbf1 !important;
  border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
}

.border-teal-200 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-200 {
  border-color: #99f6e4 !important;
  border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
}

.border-teal-300 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-300 {
  border-color: #5eead4 !important;
  border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
}

.border-teal-400 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-400 {
  border-color: #2dd4bf !important;
  border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
}

.border-teal-500 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-500 {
  border-color: #14b8a6 !important;
  border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
}

.border-teal-600 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-600 {
  border-color: #0d9488 !important;
  border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
}

.border-teal-700 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-700 {
  border-color: #0f766e !important;
  border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
}

.border-teal-800 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-800 {
  border-color: #115e59 !important;
  border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
}

.border-teal-900 {
  --border-opacity: 1 !important;
}

[dir] .border-teal-900 {
  border-color: #134e4a !important;
  border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
}

.border-blue-50 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-50 {
  border-color: #eff6ff !important;
  border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
}

.border-blue-100 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-100 {
  border-color: #dbeafe !important;
  border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
}

.border-blue-200 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-200 {
  border-color: #bfdbfe !important;
  border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
}

.border-blue-300 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-300 {
  border-color: #93c5fd !important;
  border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
}

.border-blue-400 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-400 {
  border-color: #60a5fa !important;
  border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
}

.border-blue-500 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-500 {
  border-color: #3b82f6 !important;
  border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
}

.border-blue-600 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-600 {
  border-color: #2563eb !important;
  border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
}

.border-blue-700 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-700 {
  border-color: #1d4ed8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.border-blue-800 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-800 {
  border-color: #1e40af !important;
  border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
}

.border-blue-900 {
  --border-opacity: 1 !important;
}

[dir] .border-blue-900 {
  border-color: #1e3a8a !important;
  border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
}

.border-indigo-100 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-100 {
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.border-indigo-200 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-200 {
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.border-indigo-300 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-300 {
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.border-indigo-400 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-400 {
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.border-indigo-500 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-500 {
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.border-indigo-600 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-600 {
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.border-indigo-700 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-700 {
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.border-indigo-800 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-800 {
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.border-indigo-900 {
  --border-opacity: 1 !important;
}

[dir] .border-indigo-900 {
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.border-purple-50 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-50 {
  border-color: #f5f3ff !important;
  border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
}

.border-purple-100 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-100 {
  border-color: #ede9fe !important;
  border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
}

.border-purple-200 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-200 {
  border-color: #ddd6fe !important;
  border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
}

.border-purple-300 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-300 {
  border-color: #c4b5fd !important;
  border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
}

.border-purple-400 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-400 {
  border-color: #a78bfa !important;
  border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
}

.border-purple-500 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-500 {
  border-color: #8b5cf6 !important;
  border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
}

.border-purple-600 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-600 {
  border-color: #7c3aed !important;
  border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
}

.border-purple-700 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-700 {
  border-color: #6d28d9 !important;
  border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
}

.border-purple-800 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-800 {
  border-color: #5b21b6 !important;
  border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
}

.border-purple-900 {
  --border-opacity: 1 !important;
}

[dir] .border-purple-900 {
  border-color: #4c1d95 !important;
  border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
}

.border-pink-50 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-50 {
  border-color: #fdf2f8 !important;
  border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
}

.border-pink-100 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-100 {
  border-color: #fce7f3 !important;
  border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
}

.border-pink-200 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-200 {
  border-color: #fbcfe8 !important;
  border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
}

.border-pink-300 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-300 {
  border-color: #f9a8d4 !important;
  border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
}

.border-pink-400 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-400 {
  border-color: #f472b6 !important;
  border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
}

.border-pink-500 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-500 {
  border-color: #ec4899 !important;
  border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
}

.border-pink-600 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-600 {
  border-color: #db2777 !important;
  border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
}

.border-pink-700 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-700 {
  border-color: #be185d !important;
  border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
}

.border-pink-800 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-800 {
  border-color: #9d174d !important;
  border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
}

.border-pink-900 {
  --border-opacity: 1 !important;
}

[dir] .border-pink-900 {
  border-color: #831843 !important;
  border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
}

.border-grey-50 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-50 {
  border-color: #f9fafb !important;
  border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
}

.border-grey-100 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-100 {
  border-color: #f3f4f6 !important;
  border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
}

.border-grey-200 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-200 {
  border-color: #e5e7eb !important;
  border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
}

.border-grey-300 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-300 {
  border-color: #d1d5db !important;
  border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
}

.border-grey-400 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-400 {
  border-color: #9ca3af !important;
  border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
}

.border-grey-500 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-500 {
  border-color: #6b7280 !important;
  border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
}

.border-grey-600 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-600 {
  border-color: #4b5563 !important;
  border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
}

.border-grey-700 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-700 {
  border-color: #374151 !important;
  border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
}

.border-grey-800 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-800 {
  border-color: #1f2937 !important;
  border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
}

.border-grey-900 {
  --border-opacity: 1 !important;
}

[dir] .border-grey-900 {
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
}

.border-grey-light {
  --border-opacity: 1 !important;
}

[dir] .border-grey-light {
  border-color: #dae1e7 !important;
  border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
}

.border-primary-light {
  --border-opacity: 1 !important;
}

[dir] .border-primary-light {
  border-color: #3F8CFF !important;
  border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
}

.border-primary-DEFAULT {
  --border-opacity: 1 !important;
}

[dir] .border-primary-DEFAULT {
  border-color: #1D4ED8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.border-primary-dark {
  --border-opacity: 1 !important;
}

[dir] .border-primary-dark {
  border-color: #1E40AF !important;
  border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
}

.border-secondary-light {
  --border-opacity: 1 !important;
}

[dir] .border-secondary-light {
  border-color: #FF7C7C !important;
  border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
}

.border-secondary-DEFAULT {
  --border-opacity: 1 !important;
}

[dir] .border-secondary-DEFAULT {
  border-color: #EF4444 !important;
  border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
}

.border-secondary-dark {
  --border-opacity: 1 !important;
}

[dir] .border-secondary-dark {
  border-color: #B91C1C !important;
  border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
}

.border-success-light {
  --border-opacity: 1 !important;
}

[dir] .border-success-light {
  border-color: #4ADE80 !important;
  border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
}

.border-success-DEFAULT {
  --border-opacity: 1 !important;
}

[dir] .border-success-DEFAULT {
  border-color: #16A34A !important;
  border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
}

.border-success-dark {
  --border-opacity: 1 !important;
}

[dir] .border-success-dark {
  border-color: #15803D !important;
  border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
}

.border-warning-light {
  --border-opacity: 1 !important;
}

[dir] .border-warning-light {
  border-color: #FDE047 !important;
  border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
}

.border-warning-DEFAULT {
  --border-opacity: 1 !important;
}

[dir] .border-warning-DEFAULT {
  border-color: #F59E0B !important;
  border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
}

.border-warning-dark {
  --border-opacity: 1 !important;
}

[dir] .border-warning-dark {
  border-color: #B45309 !important;
  border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
}

.border-danger-light {
  --border-opacity: 1 !important;
}

[dir] .border-danger-light {
  border-color: #F87171 !important;
  border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
}

.border-danger-DEFAULT {
  --border-opacity: 1 !important;
}

[dir] .border-danger-DEFAULT {
  border-color: #DC2626 !important;
  border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
}

.border-danger-dark {
  --border-opacity: 1 !important;
}

[dir] .border-danger-dark {
  border-color: #991B1B !important;
  border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
}

.border-info-light {
  --border-opacity: 1 !important;
}

[dir] .border-info-light {
  border-color: #60A5FA !important;
  border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
}

.border-info-DEFAULT {
  --border-opacity: 1 !important;
}

[dir] .border-info-DEFAULT {
  border-color: #3B82F6 !important;
  border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
}

.border-info-dark {
  --border-opacity: 1 !important;
}

[dir] .border-info-dark {
  border-color: #1D4ED8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.border-neutral-light {
  --border-opacity: 1 !important;
}

[dir] .border-neutral-light {
  border-color: #F3F4F6 !important;
  border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
}

.border-neutral-DEFAULT {
  --border-opacity: 1 !important;
}

[dir] .border-neutral-DEFAULT {
  border-color: #9CA3AF !important;
  border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
}

.border-neutral-dark {
  --border-opacity: 1 !important;
}

[dir] .border-neutral-dark {
  border-color: #4B5563 !important;
  border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
}

.border-telegram {
  --border-opacity: 1 !important;
}

[dir] .border-telegram {
  border-color: #0088CC !important;
  border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
}

.border-instagram {
  --border-opacity: 1 !important;
}

[dir] .border-instagram {
  border-color: #C13584 !important;
  border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
}

.border-facebook {
  --border-opacity: 1 !important;
}

[dir] .border-facebook {
  border-color: #3b5998 !important;
  border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
}

.border-whatsapp {
  --border-opacity: 1 !important;
}

[dir] .border-whatsapp {
  border-color: #25D366 !important;
  border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
}

.border-linkedin {
  --border-opacity: 1 !important;
}

[dir] .border-linkedin {
  border-color: #0e76a8 !important;
  border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
}

.border-cyan-50 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-50 {
  border-color: #ecfeff !important;
  border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
}

.border-cyan-100 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-100 {
  border-color: #cffafe !important;
  border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
}

.border-cyan-200 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-200 {
  border-color: #a5f3fc !important;
  border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
}

.border-cyan-300 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-300 {
  border-color: #67e8f9 !important;
  border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
}

.border-cyan-400 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-400 {
  border-color: #22d3ee !important;
  border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
}

.border-cyan-500 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-500 {
  border-color: #06b6d4 !important;
  border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
}

.border-cyan-600 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-600 {
  border-color: #0891b2 !important;
  border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
}

.border-cyan-700 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-700 {
  border-color: #0e7490 !important;
  border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
}

.border-cyan-800 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-800 {
  border-color: #155e75 !important;
  border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
}

.border-cyan-900 {
  --border-opacity: 1 !important;
}

[dir] .border-cyan-900 {
  border-color: #164e63 !important;
  border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
}

[dir] .hover\:border-transparent:hover {
  border-color: transparent !important;
}

[dir] .hover\:border-current:hover {
  border-color: currentColor !important;
}

.hover\:border-black:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-black:hover {
  border-color: #22292f !important;
  border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
}

.hover\:border-white:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-white:hover {
  border-color: #ffffff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover\:border-gray-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-100:hover {
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.hover\:border-gray-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-200:hover {
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.hover\:border-gray-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-300:hover {
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.hover\:border-gray-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-400:hover {
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.hover\:border-gray-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-500:hover {
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.hover\:border-gray-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-600:hover {
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.hover\:border-gray-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-700:hover {
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.hover\:border-gray-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-800:hover {
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.hover\:border-gray-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-gray-900:hover {
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.hover\:border-red-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-50:hover {
  border-color: #fef2f2 !important;
  border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
}

.hover\:border-red-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-100:hover {
  border-color: #fee2e2 !important;
  border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
}

.hover\:border-red-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-200:hover {
  border-color: #fecaca !important;
  border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
}

.hover\:border-red-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-300:hover {
  border-color: #fca5a5 !important;
  border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
}

.hover\:border-red-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-400:hover {
  border-color: #f87171 !important;
  border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
}

.hover\:border-red-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-500:hover {
  border-color: #ef4444 !important;
  border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
}

.hover\:border-red-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-600:hover {
  border-color: #dc2626 !important;
  border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
}

.hover\:border-red-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-700:hover {
  border-color: #b91c1c !important;
  border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
}

.hover\:border-red-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-800:hover {
  border-color: #991b1b !important;
  border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
}

.hover\:border-red-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-red-900:hover {
  border-color: #7f1d1d !important;
  border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
}

.hover\:border-orange-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-50:hover {
  border-color: #fff7ed !important;
  border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
}

.hover\:border-orange-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-100:hover {
  border-color: #ffedd5 !important;
  border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
}

.hover\:border-orange-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-200:hover {
  border-color: #fed7aa !important;
  border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
}

.hover\:border-orange-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-300:hover {
  border-color: #fdba74 !important;
  border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
}

.hover\:border-orange-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-400:hover {
  border-color: #fb923c !important;
  border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
}

.hover\:border-orange-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-500:hover {
  border-color: #f97316 !important;
  border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
}

.hover\:border-orange-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-600:hover {
  border-color: #ea580c !important;
  border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
}

.hover\:border-orange-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-700:hover {
  border-color: #c2410c !important;
  border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
}

.hover\:border-orange-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-800:hover {
  border-color: #9a3412 !important;
  border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
}

.hover\:border-orange-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-orange-900:hover {
  border-color: #7c2d12 !important;
  border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
}

.hover\:border-yellow-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-50:hover {
  border-color: #fefce8 !important;
  border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
}

.hover\:border-yellow-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-100:hover {
  border-color: #fef9c3 !important;
  border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
}

.hover\:border-yellow-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-200:hover {
  border-color: #fef08a !important;
  border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
}

.hover\:border-yellow-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-300:hover {
  border-color: #fde047 !important;
  border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
}

.hover\:border-yellow-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-400:hover {
  border-color: #facc15 !important;
  border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
}

.hover\:border-yellow-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-500:hover {
  border-color: #eab308 !important;
  border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
}

.hover\:border-yellow-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-600:hover {
  border-color: #ca8a04 !important;
  border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
}

.hover\:border-yellow-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-700:hover {
  border-color: #a16207 !important;
  border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
}

.hover\:border-yellow-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-800:hover {
  border-color: #854d0e !important;
  border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
}

.hover\:border-yellow-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-yellow-900:hover {
  border-color: #713f12 !important;
  border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
}

.hover\:border-green-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-50:hover {
  border-color: #f0fdf4 !important;
  border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
}

.hover\:border-green-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-100:hover {
  border-color: #dcfce7 !important;
  border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
}

.hover\:border-green-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-200:hover {
  border-color: #bbf7d0 !important;
  border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
}

.hover\:border-green-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-300:hover {
  border-color: #86efac !important;
  border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
}

.hover\:border-green-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-400:hover {
  border-color: #4ade80 !important;
  border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
}

.hover\:border-green-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-500:hover {
  border-color: #22c55e !important;
  border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
}

.hover\:border-green-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-600:hover {
  border-color: #16a34a !important;
  border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
}

.hover\:border-green-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-700:hover {
  border-color: #15803d !important;
  border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
}

.hover\:border-green-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-800:hover {
  border-color: #166534 !important;
  border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
}

.hover\:border-green-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-green-900:hover {
  border-color: #14532d !important;
  border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
}

.hover\:border-teal-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-50:hover {
  border-color: #f0fdfa !important;
  border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
}

.hover\:border-teal-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-100:hover {
  border-color: #ccfbf1 !important;
  border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
}

.hover\:border-teal-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-200:hover {
  border-color: #99f6e4 !important;
  border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
}

.hover\:border-teal-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-300:hover {
  border-color: #5eead4 !important;
  border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
}

.hover\:border-teal-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-400:hover {
  border-color: #2dd4bf !important;
  border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
}

.hover\:border-teal-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-500:hover {
  border-color: #14b8a6 !important;
  border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
}

.hover\:border-teal-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-600:hover {
  border-color: #0d9488 !important;
  border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
}

.hover\:border-teal-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-700:hover {
  border-color: #0f766e !important;
  border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
}

.hover\:border-teal-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-800:hover {
  border-color: #115e59 !important;
  border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
}

.hover\:border-teal-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-teal-900:hover {
  border-color: #134e4a !important;
  border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
}

.hover\:border-blue-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-50:hover {
  border-color: #eff6ff !important;
  border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
}

.hover\:border-blue-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-100:hover {
  border-color: #dbeafe !important;
  border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
}

.hover\:border-blue-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-200:hover {
  border-color: #bfdbfe !important;
  border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
}

.hover\:border-blue-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-300:hover {
  border-color: #93c5fd !important;
  border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
}

.hover\:border-blue-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-400:hover {
  border-color: #60a5fa !important;
  border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
}

.hover\:border-blue-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-500:hover {
  border-color: #3b82f6 !important;
  border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
}

.hover\:border-blue-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-600:hover {
  border-color: #2563eb !important;
  border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
}

.hover\:border-blue-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-700:hover {
  border-color: #1d4ed8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.hover\:border-blue-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-800:hover {
  border-color: #1e40af !important;
  border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
}

.hover\:border-blue-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-blue-900:hover {
  border-color: #1e3a8a !important;
  border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
}

.hover\:border-indigo-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-100:hover {
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.hover\:border-indigo-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-200:hover {
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.hover\:border-indigo-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-300:hover {
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.hover\:border-indigo-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-400:hover {
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.hover\:border-indigo-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-500:hover {
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.hover\:border-indigo-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-600:hover {
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.hover\:border-indigo-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-700:hover {
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.hover\:border-indigo-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-800:hover {
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.hover\:border-indigo-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-indigo-900:hover {
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.hover\:border-purple-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-50:hover {
  border-color: #f5f3ff !important;
  border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
}

.hover\:border-purple-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-100:hover {
  border-color: #ede9fe !important;
  border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
}

.hover\:border-purple-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-200:hover {
  border-color: #ddd6fe !important;
  border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
}

.hover\:border-purple-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-300:hover {
  border-color: #c4b5fd !important;
  border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
}

.hover\:border-purple-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-400:hover {
  border-color: #a78bfa !important;
  border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
}

.hover\:border-purple-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-500:hover {
  border-color: #8b5cf6 !important;
  border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
}

.hover\:border-purple-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-600:hover {
  border-color: #7c3aed !important;
  border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
}

.hover\:border-purple-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-700:hover {
  border-color: #6d28d9 !important;
  border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
}

.hover\:border-purple-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-800:hover {
  border-color: #5b21b6 !important;
  border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
}

.hover\:border-purple-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-purple-900:hover {
  border-color: #4c1d95 !important;
  border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
}

.hover\:border-pink-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-50:hover {
  border-color: #fdf2f8 !important;
  border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
}

.hover\:border-pink-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-100:hover {
  border-color: #fce7f3 !important;
  border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
}

.hover\:border-pink-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-200:hover {
  border-color: #fbcfe8 !important;
  border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
}

.hover\:border-pink-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-300:hover {
  border-color: #f9a8d4 !important;
  border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
}

.hover\:border-pink-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-400:hover {
  border-color: #f472b6 !important;
  border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
}

.hover\:border-pink-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-500:hover {
  border-color: #ec4899 !important;
  border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
}

.hover\:border-pink-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-600:hover {
  border-color: #db2777 !important;
  border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
}

.hover\:border-pink-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-700:hover {
  border-color: #be185d !important;
  border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
}

.hover\:border-pink-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-800:hover {
  border-color: #9d174d !important;
  border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
}

.hover\:border-pink-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-pink-900:hover {
  border-color: #831843 !important;
  border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
}

.hover\:border-grey-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-50:hover {
  border-color: #f9fafb !important;
  border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
}

.hover\:border-grey-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-100:hover {
  border-color: #f3f4f6 !important;
  border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
}

.hover\:border-grey-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-200:hover {
  border-color: #e5e7eb !important;
  border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
}

.hover\:border-grey-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-300:hover {
  border-color: #d1d5db !important;
  border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
}

.hover\:border-grey-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-400:hover {
  border-color: #9ca3af !important;
  border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
}

.hover\:border-grey-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-500:hover {
  border-color: #6b7280 !important;
  border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
}

.hover\:border-grey-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-600:hover {
  border-color: #4b5563 !important;
  border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
}

.hover\:border-grey-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-700:hover {
  border-color: #374151 !important;
  border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
}

.hover\:border-grey-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-800:hover {
  border-color: #1f2937 !important;
  border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
}

.hover\:border-grey-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-900:hover {
  border-color: #111827 !important;
  border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
}

.hover\:border-grey-light:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-grey-light:hover {
  border-color: #dae1e7 !important;
  border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
}

.hover\:border-primary-light:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-primary-light:hover {
  border-color: #3F8CFF !important;
  border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
}

.hover\:border-primary-DEFAULT:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-primary-DEFAULT:hover {
  border-color: #1D4ED8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.hover\:border-primary-dark:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-primary-dark:hover {
  border-color: #1E40AF !important;
  border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
}

.hover\:border-secondary-light:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-secondary-light:hover {
  border-color: #FF7C7C !important;
  border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
}

.hover\:border-secondary-DEFAULT:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-secondary-DEFAULT:hover {
  border-color: #EF4444 !important;
  border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
}

.hover\:border-secondary-dark:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-secondary-dark:hover {
  border-color: #B91C1C !important;
  border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
}

.hover\:border-success-light:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-success-light:hover {
  border-color: #4ADE80 !important;
  border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
}

.hover\:border-success-DEFAULT:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-success-DEFAULT:hover {
  border-color: #16A34A !important;
  border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
}

.hover\:border-success-dark:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-success-dark:hover {
  border-color: #15803D !important;
  border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
}

.hover\:border-warning-light:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-warning-light:hover {
  border-color: #FDE047 !important;
  border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
}

.hover\:border-warning-DEFAULT:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-warning-DEFAULT:hover {
  border-color: #F59E0B !important;
  border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
}

.hover\:border-warning-dark:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-warning-dark:hover {
  border-color: #B45309 !important;
  border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
}

.hover\:border-danger-light:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-danger-light:hover {
  border-color: #F87171 !important;
  border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
}

.hover\:border-danger-DEFAULT:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-danger-DEFAULT:hover {
  border-color: #DC2626 !important;
  border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
}

.hover\:border-danger-dark:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-danger-dark:hover {
  border-color: #991B1B !important;
  border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
}

.hover\:border-info-light:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-info-light:hover {
  border-color: #60A5FA !important;
  border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
}

.hover\:border-info-DEFAULT:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-info-DEFAULT:hover {
  border-color: #3B82F6 !important;
  border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
}

.hover\:border-info-dark:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-info-dark:hover {
  border-color: #1D4ED8 !important;
  border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
}

.hover\:border-neutral-light:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-neutral-light:hover {
  border-color: #F3F4F6 !important;
  border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
}

.hover\:border-neutral-DEFAULT:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-neutral-DEFAULT:hover {
  border-color: #9CA3AF !important;
  border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
}

.hover\:border-neutral-dark:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-neutral-dark:hover {
  border-color: #4B5563 !important;
  border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
}

.hover\:border-telegram:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-telegram:hover {
  border-color: #0088CC !important;
  border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
}

.hover\:border-instagram:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-instagram:hover {
  border-color: #C13584 !important;
  border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
}

.hover\:border-facebook:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-facebook:hover {
  border-color: #3b5998 !important;
  border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
}

.hover\:border-whatsapp:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-whatsapp:hover {
  border-color: #25D366 !important;
  border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
}

.hover\:border-linkedin:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-linkedin:hover {
  border-color: #0e76a8 !important;
  border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
}

.hover\:border-cyan-50:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-50:hover {
  border-color: #ecfeff !important;
  border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
}

.hover\:border-cyan-100:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-100:hover {
  border-color: #cffafe !important;
  border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
}

.hover\:border-cyan-200:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-200:hover {
  border-color: #a5f3fc !important;
  border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
}

.hover\:border-cyan-300:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-300:hover {
  border-color: #67e8f9 !important;
  border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
}

.hover\:border-cyan-400:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-400:hover {
  border-color: #22d3ee !important;
  border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
}

.hover\:border-cyan-500:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-500:hover {
  border-color: #06b6d4 !important;
  border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
}

.hover\:border-cyan-600:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-600:hover {
  border-color: #0891b2 !important;
  border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
}

.hover\:border-cyan-700:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-700:hover {
  border-color: #0e7490 !important;
  border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
}

.hover\:border-cyan-800:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-800:hover {
  border-color: #155e75 !important;
  border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
}

.hover\:border-cyan-900:hover {
  --border-opacity: 1 !important;
}

[dir] .hover\:border-cyan-900:hover {
  border-color: #164e63 !important;
  border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
}

.border-opacity-0 {
  --border-opacity: 0 !important;
}

.border-opacity-25 {
  --border-opacity: 0.25 !important;
}

.border-opacity-50 {
  --border-opacity: 0.5 !important;
}

.border-opacity-75 {
  --border-opacity: 0.75 !important;
}

.border-opacity-100 {
  --border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0 !important;
}

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25 !important;
}

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5 !important;
}

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75 !important;
}

.hover\:border-opacity-100:hover {
  --border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --border-opacity: 0 !important;
}

.focus\:border-opacity-25:focus {
  --border-opacity: 0.25 !important;
}

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5 !important;
}

.focus\:border-opacity-75:focus {
  --border-opacity: 0.75 !important;
}

.focus\:border-opacity-100:focus {
  --border-opacity: 1 !important;
}

[dir] .rounded-none {
  border-radius: 0 !important;
}

[dir] .rounded-sm {
  border-radius: .125rem !important;
}

[dir] .rounded {
  border-radius: .25rem !important;
}

[dir] .rounded-lg {
  border-radius: .5rem !important;
}

[dir] .rounded-full {
  border-radius: 9999px !important;
}

[dir=ltr] .rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

[dir=rtl] .rounded-t-none {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

[dir=ltr] .rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=rtl] .rounded-r-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir=ltr] .rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir=rtl] .rounded-b-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=ltr] .rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir=rtl] .rounded-l-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=ltr] .rounded-t-sm {
  border-top-left-radius: .125rem !important;
  border-top-right-radius: .125rem !important;
}

[dir=rtl] .rounded-t-sm {
  border-top-right-radius: .125rem !important;
  border-top-left-radius: .125rem !important;
}

[dir=ltr] .rounded-r-sm {
  border-top-right-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important;
}

[dir=rtl] .rounded-r-sm {
  border-top-left-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

[dir=ltr] .rounded-b-sm {
  border-bottom-right-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

[dir=rtl] .rounded-b-sm {
  border-bottom-left-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important;
}

[dir=ltr] .rounded-l-sm {
  border-top-left-radius: .125rem !important;
  border-bottom-left-radius: .125rem !important;
}

[dir=rtl] .rounded-l-sm {
  border-top-right-radius: .125rem !important;
  border-bottom-right-radius: .125rem !important;
}

[dir=ltr] .rounded-t {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

[dir=rtl] .rounded-t {
  border-top-right-radius: .25rem !important;
  border-top-left-radius: .25rem !important;
}

[dir=ltr] .rounded-r {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

[dir=rtl] .rounded-r {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

[dir=ltr] .rounded-b {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

[dir=rtl] .rounded-b {
  border-bottom-left-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

[dir=ltr] .rounded-l {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

[dir=rtl] .rounded-l {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

[dir=ltr] .rounded-t-lg {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}

[dir=rtl] .rounded-t-lg {
  border-top-right-radius: .5rem !important;
  border-top-left-radius: .5rem !important;
}

[dir=ltr] .rounded-r-lg {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

[dir=rtl] .rounded-r-lg {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

[dir=ltr] .rounded-b-lg {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

[dir=rtl] .rounded-b-lg {
  border-bottom-left-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

[dir=ltr] .rounded-l-lg {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

[dir=rtl] .rounded-l-lg {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

[dir=ltr] .rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

[dir=rtl] .rounded-t-full {
  border-top-right-radius: 9999px !important;
  border-top-left-radius: 9999px !important;
}

[dir=ltr] .rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

[dir=rtl] .rounded-r-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

[dir=ltr] .rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

[dir=rtl] .rounded-b-full {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

[dir=ltr] .rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

[dir=rtl] .rounded-l-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

[dir=ltr] .rounded-tl-none {
  border-top-left-radius: 0 !important;
}

[dir=rtl] .rounded-tl-none {
  border-top-right-radius: 0 !important;
}

[dir=ltr] .rounded-tr-none {
  border-top-right-radius: 0 !important;
}

[dir=rtl] .rounded-tr-none {
  border-top-left-radius: 0 !important;
}

[dir=ltr] .rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

[dir=rtl] .rounded-br-none {
  border-bottom-left-radius: 0 !important;
}

[dir=ltr] .rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

[dir=rtl] .rounded-bl-none {
  border-bottom-right-radius: 0 !important;
}

[dir=ltr] .rounded-tl-sm {
  border-top-left-radius: .125rem !important;
}

[dir=rtl] .rounded-tl-sm {
  border-top-right-radius: .125rem !important;
}

[dir=ltr] .rounded-tr-sm {
  border-top-right-radius: .125rem !important;
}

[dir=rtl] .rounded-tr-sm {
  border-top-left-radius: .125rem !important;
}

[dir=ltr] .rounded-br-sm {
  border-bottom-right-radius: .125rem !important;
}

[dir=rtl] .rounded-br-sm {
  border-bottom-left-radius: .125rem !important;
}

[dir=ltr] .rounded-bl-sm {
  border-bottom-left-radius: .125rem !important;
}

[dir=rtl] .rounded-bl-sm {
  border-bottom-right-radius: .125rem !important;
}

[dir=ltr] .rounded-tl {
  border-top-left-radius: .25rem !important;
}

[dir=rtl] .rounded-tl {
  border-top-right-radius: .25rem !important;
}

[dir=ltr] .rounded-tr {
  border-top-right-radius: .25rem !important;
}

[dir=rtl] .rounded-tr {
  border-top-left-radius: .25rem !important;
}

[dir=ltr] .rounded-br {
  border-bottom-right-radius: .25rem !important;
}

[dir=rtl] .rounded-br {
  border-bottom-left-radius: .25rem !important;
}

[dir=ltr] .rounded-bl {
  border-bottom-left-radius: .25rem !important;
}

[dir=rtl] .rounded-bl {
  border-bottom-right-radius: .25rem !important;
}

[dir=ltr] .rounded-tl-lg {
  border-top-left-radius: .5rem !important;
}

[dir=rtl] .rounded-tl-lg {
  border-top-right-radius: .5rem !important;
}

[dir=ltr] .rounded-tr-lg {
  border-top-right-radius: .5rem !important;
}

[dir=rtl] .rounded-tr-lg {
  border-top-left-radius: .5rem !important;
}

[dir=ltr] .rounded-br-lg {
  border-bottom-right-radius: .5rem !important;
}

[dir=rtl] .rounded-br-lg {
  border-bottom-left-radius: .5rem !important;
}

[dir=ltr] .rounded-bl-lg {
  border-bottom-left-radius: .5rem !important;
}

[dir=rtl] .rounded-bl-lg {
  border-bottom-right-radius: .5rem !important;
}

[dir=ltr] .rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

[dir=rtl] .rounded-tl-full {
  border-top-right-radius: 9999px !important;
}

[dir=ltr] .rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

[dir=rtl] .rounded-tr-full {
  border-top-left-radius: 9999px !important;
}

[dir=ltr] .rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

[dir=rtl] .rounded-br-full {
  border-bottom-left-radius: 9999px !important;
}

[dir=ltr] .rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

[dir=rtl] .rounded-bl-full {
  border-bottom-right-radius: 9999px !important;
}

[dir] .border-solid {
  border-style: solid !important;
}

[dir] .border-dashed {
  border-style: dashed !important;
}

[dir] .border-dotted {
  border-style: dotted !important;
}

[dir] .border-double {
  border-style: double !important;
}

[dir] .border-none {
  border-style: none !important;
}

[dir] .border-0 {
  border-width: 0 !important;
}

[dir] .border-2 {
  border-width: 2px !important;
}

[dir] .border-4 {
  border-width: 4px !important;
}

[dir] .border-8 {
  border-width: 8px !important;
}

[dir] .border {
  border-width: 1px !important;
}

[dir] .border-t-0 {
  border-top-width: 0 !important;
}

[dir=ltr] .border-r-0 {
  border-right-width: 0 !important;
}

[dir=rtl] .border-r-0 {
  border-left-width: 0 !important;
}

[dir] .border-b-0 {
  border-bottom-width: 0 !important;
}

[dir=ltr] .border-l-0 {
  border-left-width: 0 !important;
}

[dir=rtl] .border-l-0 {
  border-right-width: 0 !important;
}

[dir] .border-t-2 {
  border-top-width: 2px !important;
}

[dir=ltr] .border-r-2 {
  border-right-width: 2px !important;
}

[dir=rtl] .border-r-2 {
  border-left-width: 2px !important;
}

[dir] .border-b-2 {
  border-bottom-width: 2px !important;
}

[dir=ltr] .border-l-2 {
  border-left-width: 2px !important;
}

[dir=rtl] .border-l-2 {
  border-right-width: 2px !important;
}

[dir] .border-t-4 {
  border-top-width: 4px !important;
}

[dir=ltr] .border-r-4 {
  border-right-width: 4px !important;
}

[dir=rtl] .border-r-4 {
  border-left-width: 4px !important;
}

[dir] .border-b-4 {
  border-bottom-width: 4px !important;
}

[dir=ltr] .border-l-4 {
  border-left-width: 4px !important;
}

[dir=rtl] .border-l-4 {
  border-right-width: 4px !important;
}

[dir] .border-t-8 {
  border-top-width: 8px !important;
}

[dir=ltr] .border-r-8 {
  border-right-width: 8px !important;
}

[dir=rtl] .border-r-8 {
  border-left-width: 8px !important;
}

[dir] .border-b-8 {
  border-bottom-width: 8px !important;
}

[dir=ltr] .border-l-8 {
  border-left-width: 8px !important;
}

[dir=rtl] .border-l-8 {
  border-right-width: 8px !important;
}

[dir] .border-t {
  border-top-width: 1px !important;
}

[dir=ltr] .border-r {
  border-right-width: 1px !important;
}

[dir=rtl] .border-r {
  border-left-width: 1px !important;
}

[dir] .border-b {
  border-bottom-width: 1px !important;
}

[dir=ltr] .border-l {
  border-left-width: 1px !important;
}

[dir=rtl] .border-l {
  border-right-width: 1px !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

[dir] .cursor-auto {
  cursor: auto !important;
}

[dir] .cursor-default {
  cursor: default !important;
}

[dir] .cursor-pointer {
  cursor: pointer !important;
}

[dir] .cursor-wait {
  cursor: wait !important;
}

[dir] .cursor-text {
  cursor: text !important;
}

[dir] .cursor-move {
  cursor: move !important;
}

[dir] .cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

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

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

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

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

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

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

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

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

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

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

.flex-no-wrap {
  flex-wrap: nowrap !important;
}

.place-items-auto {
  place-items: auto !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

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

.place-items-stretch {
  place-items: stretch !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

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

.place-content-around {
  place-content: space-around !important;
}

.place-content-evenly {
  place-content: space-evenly !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

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

.place-self-stretch {
  place-self: stretch !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

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

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

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

.self-stretch {
  align-self: stretch !important;
}

.justify-items-auto {
  justify-items: auto !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

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

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

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

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

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

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

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

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

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

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-first {
  order: -1 !important;
}

.order-last {
  order: 999 !important;
}

.order-normal {
  order: 0 !important;
}

.hover\:order-1:hover {
  order: 1 !important;
}

.hover\:order-2:hover {
  order: 2 !important;
}

.hover\:order-3:hover {
  order: 3 !important;
}

.hover\:order-4:hover {
  order: 4 !important;
}

.hover\:order-5:hover {
  order: 5 !important;
}

.hover\:order-6:hover {
  order: 6 !important;
}

.hover\:order-first:hover {
  order: -1 !important;
}

.hover\:order-last:hover {
  order: 999 !important;
}

.hover\:order-normal:hover {
  order: 0 !important;
}

.focus\:order-1:focus {
  order: 1 !important;
}

.focus\:order-2:focus {
  order: 2 !important;
}

.focus\:order-3:focus {
  order: 3 !important;
}

.focus\:order-4:focus {
  order: 4 !important;
}

.focus\:order-5:focus {
  order: 5 !important;
}

.focus\:order-6:focus {
  order: 6 !important;
}

.focus\:order-first:focus {
  order: -1 !important;
}

.focus\:order-last:focus {
  order: 999 !important;
}

.focus\:order-normal:focus {
  order: 0 !important;
}

[dir=ltr] .float-right {
  float: right !important;
}

[dir=rtl] .float-right {
  float: left !important;
}

[dir=ltr] .float-left {
  float: left !important;
}

[dir=rtl] .float-left {
  float: right !important;
}

[dir] .float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
}

[dir] .clearfix:after {
  clear: both !important;
}

[dir=ltr] .clear-left {
  clear: left !important;
}

[dir=rtl] .clear-left {
  clear: right !important;
}

[dir=ltr] .clear-right {
  clear: right !important;
}

[dir=rtl] .clear-right {
  clear: left !important;
}

[dir] .clear-both {
  clear: both !important;
}

[dir] .clear-none {
  clear: none !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.hover\:font-light:hover {
  font-weight: 300 !important;
}

.hover\:font-normal:hover {
  font-weight: 400 !important;
}

.hover\:font-medium:hover {
  font-weight: 500 !important;
}

.hover\:font-semibold:hover {
  font-weight: 600 !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:font-black:hover {
  font-weight: 900 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.text-xs {
  font-size: .75rem !important;
}

.text-sm {
  font-size: .875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

[dir] .m-0 {
  margin: 0 !important;
}

[dir] .m-1 {
  margin: 0.25rem !important;
}

[dir] .m-2 {
  margin: 0.5rem !important;
}

[dir] .m-3 {
  margin: 0.75rem !important;
}

[dir] .m-4 {
  margin: 1rem !important;
}

[dir] .m-5 {
  margin: 1.25rem !important;
}

[dir] .m-6 {
  margin: 1.5rem !important;
}

[dir] .m-8 {
  margin: 2rem !important;
}

[dir] .m-10 {
  margin: 2.5rem !important;
}

[dir] .m-12 {
  margin: 3rem !important;
}

[dir] .m-16 {
  margin: 4rem !important;
}

[dir] .m-20 {
  margin: 5rem !important;
}

[dir] .m-24 {
  margin: 6rem !important;
}

[dir] .m-32 {
  margin: 8rem !important;
}

[dir] .m-auto {
  margin: auto !important;
}

[dir] .m-px {
  margin: 1px !important;
}

[dir] .m-base {
  margin: 2.2rem !important;
}

[dir] .-m-px {
  margin: -1px !important;
}

[dir] .-m-1 {
  margin: -0.25rem !important;
}

[dir] .-m-2 {
  margin: -0.5rem !important;
}

[dir] .-m-3 {
  margin: -0.75rem !important;
}

[dir] .-m-4 {
  margin: -1rem !important;
}

[dir] .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

[dir=ltr] .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

[dir=rtl] .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

[dir] .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

[dir=ltr] .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

[dir=rtl] .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

[dir] .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

[dir=ltr] .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

[dir=rtl] .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

[dir] .my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

[dir=ltr] .mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

[dir=rtl] .mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

[dir] .my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

[dir=ltr] .mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

[dir=rtl] .mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

[dir] .my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

[dir=ltr] .mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

[dir=rtl] .mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

[dir] .my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

[dir=ltr] .mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

[dir=rtl] .mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

[dir] .my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

[dir=ltr] .mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

[dir=rtl] .mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

[dir] .my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

[dir=ltr] .mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

[dir=rtl] .mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

[dir] .my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

[dir=ltr] .mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

[dir=rtl] .mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

[dir] .my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

[dir=ltr] .mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

[dir=rtl] .mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

[dir] .my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

[dir=ltr] .mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

[dir=rtl] .mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

[dir] .my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

[dir=ltr] .mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

[dir=rtl] .mx-24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

[dir] .my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

[dir=ltr] .mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

[dir=rtl] .mx-32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

[dir] .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

[dir=ltr] .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

[dir=rtl] .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

[dir] .my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

[dir=ltr] .mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

[dir=rtl] .mx-px {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

[dir] .my-base {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}

[dir=ltr] .mx-base {
  margin-left: 2.2rem !important;
  margin-right: 2.2rem !important;
}

[dir=rtl] .mx-base {
  margin-right: 2.2rem !important;
  margin-left: 2.2rem !important;
}

[dir] .-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

[dir=ltr] .-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

[dir=rtl] .-mx-px {
  margin-right: -1px !important;
  margin-left: -1px !important;
}

[dir] .-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

[dir=ltr] .-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

[dir=rtl] .-mx-1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

[dir] .-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

[dir=ltr] .-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

[dir=rtl] .-mx-2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

[dir] .-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

[dir=ltr] .-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

[dir=rtl] .-mx-3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

[dir] .-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

[dir=ltr] .-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

[dir=rtl] .-mx-4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

[dir] .mt-0 {
  margin-top: 0 !important;
}

[dir=ltr] .mr-0 {
  margin-right: 0 !important;
}

[dir=rtl] .mr-0 {
  margin-left: 0 !important;
}

[dir] .mb-0 {
  margin-bottom: 0 !important;
}

[dir=ltr] .ml-0 {
  margin-left: 0 !important;
}

[dir=rtl] .ml-0 {
  margin-right: 0 !important;
}

[dir] .mt-1 {
  margin-top: 0.25rem !important;
}

[dir=ltr] .mr-1 {
  margin-right: 0.25rem !important;
}

[dir=rtl] .mr-1 {
  margin-left: 0.25rem !important;
}

[dir] .mb-1 {
  margin-bottom: 0.25rem !important;
}

[dir=ltr] .ml-1 {
  margin-left: 0.25rem !important;
}

[dir=rtl] .ml-1 {
  margin-right: 0.25rem !important;
}

[dir] .mt-2 {
  margin-top: 0.5rem !important;
}

[dir=ltr] .mr-2 {
  margin-right: 0.5rem !important;
}

[dir=rtl] .mr-2 {
  margin-left: 0.5rem !important;
}

[dir] .mb-2 {
  margin-bottom: 0.5rem !important;
}

[dir=ltr] .ml-2 {
  margin-left: 0.5rem !important;
}

[dir=rtl] .ml-2 {
  margin-right: 0.5rem !important;
}

[dir] .mt-3 {
  margin-top: 0.75rem !important;
}

[dir=ltr] .mr-3 {
  margin-right: 0.75rem !important;
}

[dir=rtl] .mr-3 {
  margin-left: 0.75rem !important;
}

[dir] .mb-3 {
  margin-bottom: 0.75rem !important;
}

[dir=ltr] .ml-3 {
  margin-left: 0.75rem !important;
}

[dir=rtl] .ml-3 {
  margin-right: 0.75rem !important;
}

[dir] .mt-4 {
  margin-top: 1rem !important;
}

[dir=ltr] .mr-4 {
  margin-right: 1rem !important;
}

[dir=rtl] .mr-4 {
  margin-left: 1rem !important;
}

[dir] .mb-4 {
  margin-bottom: 1rem !important;
}

[dir=ltr] .ml-4 {
  margin-left: 1rem !important;
}

[dir=rtl] .ml-4 {
  margin-right: 1rem !important;
}

[dir] .mt-5 {
  margin-top: 1.25rem !important;
}

[dir=ltr] .mr-5 {
  margin-right: 1.25rem !important;
}

[dir=rtl] .mr-5 {
  margin-left: 1.25rem !important;
}

[dir] .mb-5 {
  margin-bottom: 1.25rem !important;
}

[dir=ltr] .ml-5 {
  margin-left: 1.25rem !important;
}

[dir=rtl] .ml-5 {
  margin-right: 1.25rem !important;
}

[dir] .mt-6 {
  margin-top: 1.5rem !important;
}

[dir=ltr] .mr-6 {
  margin-right: 1.5rem !important;
}

[dir=rtl] .mr-6 {
  margin-left: 1.5rem !important;
}

[dir] .mb-6 {
  margin-bottom: 1.5rem !important;
}

[dir=ltr] .ml-6 {
  margin-left: 1.5rem !important;
}

[dir=rtl] .ml-6 {
  margin-right: 1.5rem !important;
}

[dir] .mt-8 {
  margin-top: 2rem !important;
}

[dir=ltr] .mr-8 {
  margin-right: 2rem !important;
}

[dir=rtl] .mr-8 {
  margin-left: 2rem !important;
}

[dir] .mb-8 {
  margin-bottom: 2rem !important;
}

[dir=ltr] .ml-8 {
  margin-left: 2rem !important;
}

[dir=rtl] .ml-8 {
  margin-right: 2rem !important;
}

[dir] .mt-10 {
  margin-top: 2.5rem !important;
}

[dir=ltr] .mr-10 {
  margin-right: 2.5rem !important;
}

[dir=rtl] .mr-10 {
  margin-left: 2.5rem !important;
}

[dir] .mb-10 {
  margin-bottom: 2.5rem !important;
}

[dir=ltr] .ml-10 {
  margin-left: 2.5rem !important;
}

[dir=rtl] .ml-10 {
  margin-right: 2.5rem !important;
}

[dir] .mt-12 {
  margin-top: 3rem !important;
}

[dir=ltr] .mr-12 {
  margin-right: 3rem !important;
}

[dir=rtl] .mr-12 {
  margin-left: 3rem !important;
}

[dir] .mb-12 {
  margin-bottom: 3rem !important;
}

[dir=ltr] .ml-12 {
  margin-left: 3rem !important;
}

[dir=rtl] .ml-12 {
  margin-right: 3rem !important;
}

[dir] .mt-16 {
  margin-top: 4rem !important;
}

[dir=ltr] .mr-16 {
  margin-right: 4rem !important;
}

[dir=rtl] .mr-16 {
  margin-left: 4rem !important;
}

[dir] .mb-16 {
  margin-bottom: 4rem !important;
}

[dir=ltr] .ml-16 {
  margin-left: 4rem !important;
}

[dir=rtl] .ml-16 {
  margin-right: 4rem !important;
}

[dir] .mt-20 {
  margin-top: 5rem !important;
}

[dir=ltr] .mr-20 {
  margin-right: 5rem !important;
}

[dir=rtl] .mr-20 {
  margin-left: 5rem !important;
}

[dir] .mb-20 {
  margin-bottom: 5rem !important;
}

[dir=ltr] .ml-20 {
  margin-left: 5rem !important;
}

[dir=rtl] .ml-20 {
  margin-right: 5rem !important;
}

[dir] .mt-24 {
  margin-top: 6rem !important;
}

[dir=ltr] .mr-24 {
  margin-right: 6rem !important;
}

[dir=rtl] .mr-24 {
  margin-left: 6rem !important;
}

[dir] .mb-24 {
  margin-bottom: 6rem !important;
}

[dir=ltr] .ml-24 {
  margin-left: 6rem !important;
}

[dir=rtl] .ml-24 {
  margin-right: 6rem !important;
}

[dir] .mt-32 {
  margin-top: 8rem !important;
}

[dir=ltr] .mr-32 {
  margin-right: 8rem !important;
}

[dir=rtl] .mr-32 {
  margin-left: 8rem !important;
}

[dir] .mb-32 {
  margin-bottom: 8rem !important;
}

[dir=ltr] .ml-32 {
  margin-left: 8rem !important;
}

[dir=rtl] .ml-32 {
  margin-right: 8rem !important;
}

[dir] .mt-auto {
  margin-top: auto !important;
}

[dir=ltr] .mr-auto {
  margin-right: auto !important;
}

[dir=rtl] .mr-auto {
  margin-left: auto !important;
}

[dir] .mb-auto {
  margin-bottom: auto !important;
}

[dir=ltr] .ml-auto {
  margin-left: auto !important;
}

[dir=rtl] .ml-auto {
  margin-right: auto !important;
}

[dir] .mt-px {
  margin-top: 1px !important;
}

[dir=ltr] .mr-px {
  margin-right: 1px !important;
}

[dir=rtl] .mr-px {
  margin-left: 1px !important;
}

[dir] .mb-px {
  margin-bottom: 1px !important;
}

[dir=ltr] .ml-px {
  margin-left: 1px !important;
}

[dir=rtl] .ml-px {
  margin-right: 1px !important;
}

[dir] .mt-base {
  margin-top: 2.2rem !important;
}

[dir=ltr] .mr-base {
  margin-right: 2.2rem !important;
}

[dir=rtl] .mr-base {
  margin-left: 2.2rem !important;
}

[dir] .mb-base {
  margin-bottom: 2.2rem !important;
}

[dir=ltr] .ml-base {
  margin-left: 2.2rem !important;
}

[dir=rtl] .ml-base {
  margin-right: 2.2rem !important;
}

[dir] .-mt-px {
  margin-top: -1px !important;
}

[dir=ltr] .-mr-px {
  margin-right: -1px !important;
}

[dir=rtl] .-mr-px {
  margin-left: -1px !important;
}

[dir] .-mb-px {
  margin-bottom: -1px !important;
}

[dir=ltr] .-ml-px {
  margin-left: -1px !important;
}

[dir=rtl] .-ml-px {
  margin-right: -1px !important;
}

[dir] .-mt-1 {
  margin-top: -0.25rem !important;
}

[dir=ltr] .-mr-1 {
  margin-right: -0.25rem !important;
}

[dir=rtl] .-mr-1 {
  margin-left: -0.25rem !important;
}

[dir] .-mb-1 {
  margin-bottom: -0.25rem !important;
}

[dir=ltr] .-ml-1 {
  margin-left: -0.25rem !important;
}

[dir=rtl] .-ml-1 {
  margin-right: -0.25rem !important;
}

[dir] .-mt-2 {
  margin-top: -0.5rem !important;
}

[dir=ltr] .-mr-2 {
  margin-right: -0.5rem !important;
}

[dir=rtl] .-mr-2 {
  margin-left: -0.5rem !important;
}

[dir] .-mb-2 {
  margin-bottom: -0.5rem !important;
}

[dir=ltr] .-ml-2 {
  margin-left: -0.5rem !important;
}

[dir=rtl] .-ml-2 {
  margin-right: -0.5rem !important;
}

[dir] .-mt-3 {
  margin-top: -0.75rem !important;
}

[dir=ltr] .-mr-3 {
  margin-right: -0.75rem !important;
}

[dir=rtl] .-mr-3 {
  margin-left: -0.75rem !important;
}

[dir] .-mb-3 {
  margin-bottom: -0.75rem !important;
}

[dir=ltr] .-ml-3 {
  margin-left: -0.75rem !important;
}

[dir=rtl] .-ml-3 {
  margin-right: -0.75rem !important;
}

[dir] .-mt-4 {
  margin-top: -1rem !important;
}

[dir=ltr] .-mr-4 {
  margin-right: -1rem !important;
}

[dir=rtl] .-mr-4 {
  margin-left: -1rem !important;
}

[dir] .-mb-4 {
  margin-bottom: -1rem !important;
}

[dir=ltr] .-ml-4 {
  margin-left: -1rem !important;
}

[dir=rtl] .-ml-4 {
  margin-right: -1rem !important;
}

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

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

.max-h-100px {
  max-height: 100px !important;
}

.max-h-200px {
  max-height: 200px !important;
}

.max-h-300px {
  max-height: 300px !important;
}

.max-h-400px {
  max-height: 400px !important;
}

.max-h-500px {
  max-height: 500px !important;
}

.max-h-600px {
  max-height: 600px !important;
}

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

.max-w-sm {
  max-width: 30rem !important;
}

.max-w-md {
  max-width: 40rem !important;
}

.max-w-lg {
  max-width: 50rem !important;
}

.max-w-xl {
  max-width: 60rem !important;
}

.max-w-2xl {
  max-width: 70rem !important;
}

.max-w-3xl {
  max-width: 80rem !important;
}

.max-w-4xl {
  max-width: 90rem !important;
}

.max-w-5xl {
  max-width: 100rem !important;
}

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

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

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

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

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

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

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

[dir] .p-0 {
  padding: 0 !important;
}

[dir] .p-1 {
  padding: 0.25rem !important;
}

[dir] .p-2 {
  padding: 0.5rem !important;
}

[dir] .p-3 {
  padding: 0.75rem !important;
}

[dir] .p-4 {
  padding: 1rem !important;
}

[dir] .p-5 {
  padding: 1.25rem !important;
}

[dir] .p-6 {
  padding: 1.5rem !important;
}

[dir] .p-8 {
  padding: 2rem !important;
}

[dir] .p-10 {
  padding: 2.5rem !important;
}

[dir] .p-12 {
  padding: 3rem !important;
}

[dir] .p-16 {
  padding: 4rem !important;
}

[dir] .p-20 {
  padding: 5rem !important;
}

[dir] .p-24 {
  padding: 6rem !important;
}

[dir] .p-32 {
  padding: 8rem !important;
}

[dir] .p-px {
  padding: 1px !important;
}

[dir] .p-base {
  padding: 2.2rem !important;
}

[dir] .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

[dir=ltr] .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[dir=rtl] .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

[dir] .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

[dir=ltr] .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

[dir=rtl] .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

[dir] .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

[dir=ltr] .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

[dir=rtl] .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

[dir] .py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

[dir=ltr] .px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

[dir=rtl] .px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

[dir] .py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

[dir=ltr] .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

[dir=rtl] .px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

[dir] .py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

[dir=ltr] .px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

[dir=rtl] .px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

[dir] .py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

[dir=ltr] .px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

[dir=rtl] .px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

[dir] .py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

[dir=ltr] .px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

[dir=rtl] .px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

[dir] .py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

[dir=ltr] .px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

[dir=rtl] .px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

[dir] .py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

[dir=ltr] .px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

[dir=rtl] .px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

[dir] .py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

[dir=ltr] .px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

[dir=rtl] .px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

[dir] .py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

[dir=ltr] .px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

[dir=rtl] .px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

[dir] .py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

[dir=ltr] .px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

[dir=rtl] .px-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

[dir] .py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

[dir=ltr] .px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

[dir=rtl] .px-32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

[dir] .py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

[dir=ltr] .px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

[dir=rtl] .px-px {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

[dir] .py-base {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}

[dir=ltr] .px-base {
  padding-left: 2.2rem !important;
  padding-right: 2.2rem !important;
}

[dir=rtl] .px-base {
  padding-right: 2.2rem !important;
  padding-left: 2.2rem !important;
}

[dir] .pt-0 {
  padding-top: 0 !important;
}

[dir=ltr] .pr-0 {
  padding-right: 0 !important;
}

[dir=rtl] .pr-0 {
  padding-left: 0 !important;
}

[dir] .pb-0 {
  padding-bottom: 0 !important;
}

[dir=ltr] .pl-0 {
  padding-left: 0 !important;
}

[dir=rtl] .pl-0 {
  padding-right: 0 !important;
}

[dir] .pt-1 {
  padding-top: 0.25rem !important;
}

[dir=ltr] .pr-1 {
  padding-right: 0.25rem !important;
}

[dir=rtl] .pr-1 {
  padding-left: 0.25rem !important;
}

[dir] .pb-1 {
  padding-bottom: 0.25rem !important;
}

[dir=ltr] .pl-1 {
  padding-left: 0.25rem !important;
}

[dir=rtl] .pl-1 {
  padding-right: 0.25rem !important;
}

[dir] .pt-2 {
  padding-top: 0.5rem !important;
}

[dir=ltr] .pr-2 {
  padding-right: 0.5rem !important;
}

[dir=rtl] .pr-2 {
  padding-left: 0.5rem !important;
}

[dir] .pb-2 {
  padding-bottom: 0.5rem !important;
}

[dir=ltr] .pl-2 {
  padding-left: 0.5rem !important;
}

[dir=rtl] .pl-2 {
  padding-right: 0.5rem !important;
}

[dir] .pt-3 {
  padding-top: 0.75rem !important;
}

[dir=ltr] .pr-3 {
  padding-right: 0.75rem !important;
}

[dir=rtl] .pr-3 {
  padding-left: 0.75rem !important;
}

[dir] .pb-3 {
  padding-bottom: 0.75rem !important;
}

[dir=ltr] .pl-3 {
  padding-left: 0.75rem !important;
}

[dir=rtl] .pl-3 {
  padding-right: 0.75rem !important;
}

[dir] .pt-4 {
  padding-top: 1rem !important;
}

[dir=ltr] .pr-4 {
  padding-right: 1rem !important;
}

[dir=rtl] .pr-4 {
  padding-left: 1rem !important;
}

[dir] .pb-4 {
  padding-bottom: 1rem !important;
}

[dir=ltr] .pl-4 {
  padding-left: 1rem !important;
}

[dir=rtl] .pl-4 {
  padding-right: 1rem !important;
}

[dir] .pt-5 {
  padding-top: 1.25rem !important;
}

[dir=ltr] .pr-5 {
  padding-right: 1.25rem !important;
}

[dir=rtl] .pr-5 {
  padding-left: 1.25rem !important;
}

[dir] .pb-5 {
  padding-bottom: 1.25rem !important;
}

[dir=ltr] .pl-5 {
  padding-left: 1.25rem !important;
}

[dir=rtl] .pl-5 {
  padding-right: 1.25rem !important;
}

[dir] .pt-6 {
  padding-top: 1.5rem !important;
}

[dir=ltr] .pr-6 {
  padding-right: 1.5rem !important;
}

[dir=rtl] .pr-6 {
  padding-left: 1.5rem !important;
}

[dir] .pb-6 {
  padding-bottom: 1.5rem !important;
}

[dir=ltr] .pl-6 {
  padding-left: 1.5rem !important;
}

[dir=rtl] .pl-6 {
  padding-right: 1.5rem !important;
}

[dir] .pt-8 {
  padding-top: 2rem !important;
}

[dir=ltr] .pr-8 {
  padding-right: 2rem !important;
}

[dir=rtl] .pr-8 {
  padding-left: 2rem !important;
}

[dir] .pb-8 {
  padding-bottom: 2rem !important;
}

[dir=ltr] .pl-8 {
  padding-left: 2rem !important;
}

[dir=rtl] .pl-8 {
  padding-right: 2rem !important;
}

[dir] .pt-10 {
  padding-top: 2.5rem !important;
}

[dir=ltr] .pr-10 {
  padding-right: 2.5rem !important;
}

[dir=rtl] .pr-10 {
  padding-left: 2.5rem !important;
}

[dir] .pb-10 {
  padding-bottom: 2.5rem !important;
}

[dir=ltr] .pl-10 {
  padding-left: 2.5rem !important;
}

[dir=rtl] .pl-10 {
  padding-right: 2.5rem !important;
}

[dir] .pt-12 {
  padding-top: 3rem !important;
}

[dir=ltr] .pr-12 {
  padding-right: 3rem !important;
}

[dir=rtl] .pr-12 {
  padding-left: 3rem !important;
}

[dir] .pb-12 {
  padding-bottom: 3rem !important;
}

[dir=ltr] .pl-12 {
  padding-left: 3rem !important;
}

[dir=rtl] .pl-12 {
  padding-right: 3rem !important;
}

[dir] .pt-16 {
  padding-top: 4rem !important;
}

[dir=ltr] .pr-16 {
  padding-right: 4rem !important;
}

[dir=rtl] .pr-16 {
  padding-left: 4rem !important;
}

[dir] .pb-16 {
  padding-bottom: 4rem !important;
}

[dir=ltr] .pl-16 {
  padding-left: 4rem !important;
}

[dir=rtl] .pl-16 {
  padding-right: 4rem !important;
}

[dir] .pt-20 {
  padding-top: 5rem !important;
}

[dir=ltr] .pr-20 {
  padding-right: 5rem !important;
}

[dir=rtl] .pr-20 {
  padding-left: 5rem !important;
}

[dir] .pb-20 {
  padding-bottom: 5rem !important;
}

[dir=ltr] .pl-20 {
  padding-left: 5rem !important;
}

[dir=rtl] .pl-20 {
  padding-right: 5rem !important;
}

[dir] .pt-24 {
  padding-top: 6rem !important;
}

[dir=ltr] .pr-24 {
  padding-right: 6rem !important;
}

[dir=rtl] .pr-24 {
  padding-left: 6rem !important;
}

[dir] .pb-24 {
  padding-bottom: 6rem !important;
}

[dir=ltr] .pl-24 {
  padding-left: 6rem !important;
}

[dir=rtl] .pl-24 {
  padding-right: 6rem !important;
}

[dir] .pt-32 {
  padding-top: 8rem !important;
}

[dir=ltr] .pr-32 {
  padding-right: 8rem !important;
}

[dir=rtl] .pr-32 {
  padding-left: 8rem !important;
}

[dir] .pb-32 {
  padding-bottom: 8rem !important;
}

[dir=ltr] .pl-32 {
  padding-left: 8rem !important;
}

[dir=rtl] .pl-32 {
  padding-right: 8rem !important;
}

[dir] .pt-px {
  padding-top: 1px !important;
}

[dir=ltr] .pr-px {
  padding-right: 1px !important;
}

[dir=rtl] .pr-px {
  padding-left: 1px !important;
}

[dir] .pb-px {
  padding-bottom: 1px !important;
}

[dir=ltr] .pl-px {
  padding-left: 1px !important;
}

[dir=rtl] .pl-px {
  padding-right: 1px !important;
}

[dir] .pt-base {
  padding-top: 2.2rem !important;
}

[dir=ltr] .pr-base {
  padding-right: 2.2rem !important;
}

[dir=rtl] .pr-base {
  padding-left: 2.2rem !important;
}

[dir] .pb-base {
  padding-bottom: 2.2rem !important;
}

[dir=ltr] .pl-base {
  padding-left: 2.2rem !important;
}

[dir=rtl] .pl-base {
  padding-right: 2.2rem !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.placeholder-current::placeholder {
  color: currentColor !important;
}

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.placeholder-gray-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.placeholder-gray-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.placeholder-gray-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.placeholder-gray-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.placeholder-gray-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.placeholder-gray-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.placeholder-gray-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.placeholder-red-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-red-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-red-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.placeholder-red-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.placeholder-red-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.placeholder-red-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.placeholder-red-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.placeholder-red-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.placeholder-red-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.placeholder-red-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.placeholder-red-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.placeholder-red-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.placeholder-red-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.placeholder-red-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.placeholder-red-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.placeholder-red-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.placeholder-red-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.placeholder-red-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.placeholder-red-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.placeholder-red-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.placeholder-orange-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.placeholder-orange-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.placeholder-green-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.placeholder-teal-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.placeholder-blue-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-purple-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.placeholder-pink-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.placeholder-pink-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.placeholder-grey-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.placeholder-grey-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.placeholder-grey-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.placeholder-grey-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.placeholder-grey-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.placeholder-grey-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.placeholder-grey-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.placeholder-grey-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.placeholder-grey-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.placeholder-grey-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.placeholder-grey-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.placeholder-grey-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.placeholder-grey-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.placeholder-grey-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.placeholder-grey-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.placeholder-grey-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.placeholder-grey-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.placeholder-grey-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.placeholder-grey-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.placeholder-grey-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.placeholder-grey-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
}

.placeholder-grey-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
}

.placeholder-primary-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3F8CFF !important;
  color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
}

.placeholder-primary-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3F8CFF !important;
  color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
}

.placeholder-primary-DEFAULT::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.placeholder-primary-DEFAULT::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.placeholder-primary-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E40AF !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.placeholder-primary-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E40AF !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.placeholder-secondary-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FF7C7C !important;
  color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
}

.placeholder-secondary-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FF7C7C !important;
  color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
}

.placeholder-secondary-DEFAULT::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #EF4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.placeholder-secondary-DEFAULT::placeholder {
  --placeholder-opacity: 1 !important;
  color: #EF4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.placeholder-secondary-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #B91C1C !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.placeholder-secondary-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #B91C1C !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.placeholder-success-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ADE80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.placeholder-success-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ADE80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.placeholder-success-DEFAULT::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16A34A !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.placeholder-success-DEFAULT::placeholder {
  --placeholder-opacity: 1 !important;
  color: #16A34A !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.placeholder-success-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803D !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.placeholder-success-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803D !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.placeholder-warning-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FDE047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.placeholder-warning-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FDE047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.placeholder-warning-DEFAULT::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F59E0B !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.placeholder-warning-DEFAULT::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F59E0B !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.placeholder-warning-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #B45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.placeholder-warning-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #B45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.placeholder-danger-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.placeholder-danger-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.placeholder-danger-DEFAULT::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DC2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.placeholder-danger-DEFAULT::placeholder {
  --placeholder-opacity: 1 !important;
  color: #DC2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.placeholder-danger-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991B1B !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.placeholder-danger-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #991B1B !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.placeholder-info-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60A5FA !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.placeholder-info-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #60A5FA !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.placeholder-info-DEFAULT::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3B82F6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.placeholder-info-DEFAULT::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3B82F6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.placeholder-info-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.placeholder-info-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.placeholder-neutral-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3F4F6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.placeholder-neutral-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3F4F6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.placeholder-neutral-DEFAULT::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9CA3AF !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.placeholder-neutral-DEFAULT::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9CA3AF !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.placeholder-neutral-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4B5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.placeholder-neutral-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4B5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.placeholder-telegram::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0088CC !important;
  color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
}

.placeholder-telegram::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0088CC !important;
  color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
}

.placeholder-instagram::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #C13584 !important;
  color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
}

.placeholder-instagram::placeholder {
  --placeholder-opacity: 1 !important;
  color: #C13584 !important;
  color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
}

.placeholder-facebook::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b5998 !important;
  color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
}

.placeholder-facebook::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b5998 !important;
  color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
}

.placeholder-whatsapp::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #25D366 !important;
  color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
}

.placeholder-whatsapp::placeholder {
  --placeholder-opacity: 1 !important;
  color: #25D366 !important;
  color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
}

.placeholder-linkedin::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e76a8 !important;
  color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
}

.placeholder-linkedin::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e76a8 !important;
  color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-50::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-50::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-100::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-200::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-200::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-300::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-300::placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-400::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-400::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-500::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-500::placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-600::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-600::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-700::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-700::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-800::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-800::placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-900::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.placeholder-cyan-900::placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3F8CFF !important;
  color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3F8CFF !important;
  color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-DEFAULT:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-DEFAULT:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E40AF !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1E40AF !important;
  color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FF7C7C !important;
  color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FF7C7C !important;
  color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-DEFAULT:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #EF4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-DEFAULT:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #EF4444 !important;
  color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #B91C1C !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #B91C1C !important;
  color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-success-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ADE80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-success-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4ADE80 !important;
  color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-success-DEFAULT:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #16A34A !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-success-DEFAULT:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #16A34A !important;
  color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-success-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803D !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-success-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #15803D !important;
  color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-warning-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #FDE047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-warning-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #FDE047 !important;
  color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-warning-DEFAULT:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F59E0B !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-warning-DEFAULT:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F59E0B !important;
  color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-warning-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #B45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-warning-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #B45309 !important;
  color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-danger-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-danger-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F87171 !important;
  color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-danger-DEFAULT:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DC2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-danger-DEFAULT:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #DC2626 !important;
  color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-danger-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #991B1B !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-danger-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #991B1B !important;
  color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-info-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #60A5FA !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-info-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #60A5FA !important;
  color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-info-DEFAULT:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3B82F6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-info-DEFAULT:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3B82F6 !important;
  color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-info-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-info-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-neutral-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3F4F6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-neutral-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3F4F6 !important;
  color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-neutral-DEFAULT:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #9CA3AF !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-neutral-DEFAULT:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #9CA3AF !important;
  color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-neutral-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #4B5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-neutral-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #4B5563 !important;
  color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-telegram:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0088CC !important;
  color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-telegram:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0088CC !important;
  color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-instagram:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #C13584 !important;
  color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-instagram:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #C13584 !important;
  color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-facebook:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b5998 !important;
  color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-facebook:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #3b5998 !important;
  color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-whatsapp:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #25D366 !important;
  color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-whatsapp:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #25D366 !important;
  color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-linkedin:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e76a8 !important;
  color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-linkedin:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e76a8 !important;
  color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-50:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-50:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-200:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-200:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-300:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-300:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-400:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-400:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-500:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-500:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-600:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-600:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-700:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-700:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-800:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-800:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-900:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-900:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
}

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

.pointer-events-auto {
  pointer-events: auto !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  top: 0 !important;
  bottom: 0 !important;
}

[dir=ltr] .inset-0 {
  right: 0 !important;
  left: 0 !important;
}

[dir=rtl] .inset-0 {
  left: 0 !important;
  right: 0 !important;
}

.inset-auto {
  top: auto !important;
  bottom: auto !important;
}

[dir=ltr] .inset-auto {
  right: auto !important;
  left: auto !important;
}

[dir=rtl] .inset-auto {
  left: auto !important;
  right: auto !important;
}

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

[dir=ltr] .inset-x-0 {
  right: 0 !important;
  left: 0 !important;
}

[dir=rtl] .inset-x-0 {
  left: 0 !important;
  right: 0 !important;
}

.inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

[dir=ltr] .inset-x-auto {
  right: auto !important;
  left: auto !important;
}

[dir=rtl] .inset-x-auto {
  left: auto !important;
  right: auto !important;
}

.top-0 {
  top: 0 !important;
}

[dir=ltr] .right-0 {
  right: 0 !important;
}

[dir=rtl] .right-0 {
  left: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

[dir=ltr] .left-0 {
  left: 0 !important;
}

[dir=rtl] .left-0 {
  right: 0 !important;
}

.top-auto {
  top: auto !important;
}

[dir=ltr] .right-auto {
  right: auto !important;
}

[dir=rtl] .right-auto {
  left: auto !important;
}

.bottom-auto {
  bottom: auto !important;
}

[dir=ltr] .left-auto {
  left: auto !important;
}

[dir=rtl] .left-auto {
  right: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

[dir] .shadow {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
}

[dir] .shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
}

[dir] .shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
}

[dir] .shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
}

[dir] .shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

[dir] .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

[dir] .shadow-outline {
  box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
}

[dir] .shadow-none {
  box-shadow: none !important;
}

[dir] .shadow-drop {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
}

[dir] .hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
}

[dir] .hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
}

[dir] .hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
}

[dir] .hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
}

[dir] .hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

[dir] .hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

[dir] .hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
}

[dir] .hover\:shadow-none:hover {
  box-shadow: none !important;
}

[dir] .hover\:shadow-drop:hover {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
}

[dir] .focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
}

[dir] .focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
}

[dir] .focus\:shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
}

[dir] .focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
}

[dir] .focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

[dir] .focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

[dir] .focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
}

[dir] .focus\:shadow-none:focus {
  box-shadow: none !important;
}

[dir] .focus\:shadow-drop:focus {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

[dir=ltr] .text-left {
  text-align: left !important;
}

[dir=rtl] .text-left {
  text-align: right !important;
}

[dir] .text-center {
  text-align: center !important;
}

[dir=ltr] .text-right {
  text-align: right !important;
}

[dir=rtl] .text-right {
  text-align: left !important;
}

[dir] .text-justify {
  text-align: justify !important;
}

.text-inherit {
  color: inherit !important;
}

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

.text-black {
  --text-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-gray-100 {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.text-gray-200 {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.text-gray-300 {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.text-gray-400 {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.text-gray-500 {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.text-gray-600 {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.text-gray-700 {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.text-gray-800 {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.text-gray-900 {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.text-red-50 {
  --text-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--text-opacity)) !important;
}

.text-red-100 {
  --text-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--text-opacity)) !important;
}

.text-red-200 {
  --text-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--text-opacity)) !important;
}

.text-red-300 {
  --text-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--text-opacity)) !important;
}

.text-red-400 {
  --text-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.text-red-500 {
  --text-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.text-red-600 {
  --text-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.text-red-700 {
  --text-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.text-red-800 {
  --text-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.text-red-900 {
  --text-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--text-opacity)) !important;
}

.text-orange-50 {
  --text-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--text-opacity)) !important;
}

.text-orange-100 {
  --text-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--text-opacity)) !important;
}

.text-orange-200 {
  --text-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--text-opacity)) !important;
}

.text-orange-300 {
  --text-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--text-opacity)) !important;
}

.text-orange-400 {
  --text-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--text-opacity)) !important;
}

.text-orange-500 {
  --text-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--text-opacity)) !important;
}

.text-orange-600 {
  --text-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--text-opacity)) !important;
}

.text-orange-700 {
  --text-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--text-opacity)) !important;
}

.text-orange-800 {
  --text-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--text-opacity)) !important;
}

.text-orange-900 {
  --text-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--text-opacity)) !important;
}

.text-yellow-50 {
  --text-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--text-opacity)) !important;
}

.text-yellow-100 {
  --text-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--text-opacity)) !important;
}

.text-yellow-200 {
  --text-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--text-opacity)) !important;
}

.text-yellow-300 {
  --text-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.text-yellow-400 {
  --text-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--text-opacity)) !important;
}

.text-yellow-500 {
  --text-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--text-opacity)) !important;
}

.text-yellow-600 {
  --text-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--text-opacity)) !important;
}

.text-yellow-700 {
  --text-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--text-opacity)) !important;
}

.text-yellow-800 {
  --text-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--text-opacity)) !important;
}

.text-yellow-900 {
  --text-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--text-opacity)) !important;
}

.text-green-50 {
  --text-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--text-opacity)) !important;
}

.text-green-100 {
  --text-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--text-opacity)) !important;
}

.text-green-200 {
  --text-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--text-opacity)) !important;
}

.text-green-300 {
  --text-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--text-opacity)) !important;
}

.text-green-400 {
  --text-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.text-green-500 {
  --text-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--text-opacity)) !important;
}

.text-green-600 {
  --text-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.text-green-700 {
  --text-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.text-green-800 {
  --text-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--text-opacity)) !important;
}

.text-green-900 {
  --text-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--text-opacity)) !important;
}

.text-teal-50 {
  --text-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--text-opacity)) !important;
}

.text-teal-100 {
  --text-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--text-opacity)) !important;
}

.text-teal-200 {
  --text-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--text-opacity)) !important;
}

.text-teal-300 {
  --text-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--text-opacity)) !important;
}

.text-teal-400 {
  --text-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--text-opacity)) !important;
}

.text-teal-500 {
  --text-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--text-opacity)) !important;
}

.text-teal-600 {
  --text-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--text-opacity)) !important;
}

.text-teal-700 {
  --text-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--text-opacity)) !important;
}

.text-teal-800 {
  --text-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--text-opacity)) !important;
}

.text-teal-900 {
  --text-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--text-opacity)) !important;
}

.text-blue-50 {
  --text-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--text-opacity)) !important;
}

.text-blue-100 {
  --text-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--text-opacity)) !important;
}

.text-blue-200 {
  --text-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--text-opacity)) !important;
}

.text-blue-300 {
  --text-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--text-opacity)) !important;
}

.text-blue-400 {
  --text-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.text-blue-500 {
  --text-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.text-blue-600 {
  --text-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--text-opacity)) !important;
}

.text-blue-700 {
  --text-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.text-blue-800 {
  --text-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.text-blue-900 {
  --text-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--text-opacity)) !important;
}

.text-indigo-100 {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.text-indigo-200 {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.text-indigo-300 {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.text-indigo-400 {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.text-indigo-500 {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.text-indigo-600 {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.text-indigo-700 {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.text-indigo-800 {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.text-indigo-900 {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.text-purple-50 {
  --text-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--text-opacity)) !important;
}

.text-purple-100 {
  --text-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--text-opacity)) !important;
}

.text-purple-200 {
  --text-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--text-opacity)) !important;
}

.text-purple-300 {
  --text-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--text-opacity)) !important;
}

.text-purple-400 {
  --text-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--text-opacity)) !important;
}

.text-purple-500 {
  --text-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--text-opacity)) !important;
}

.text-purple-600 {
  --text-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--text-opacity)) !important;
}

.text-purple-700 {
  --text-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--text-opacity)) !important;
}

.text-purple-800 {
  --text-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--text-opacity)) !important;
}

.text-purple-900 {
  --text-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--text-opacity)) !important;
}

.text-pink-50 {
  --text-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--text-opacity)) !important;
}

.text-pink-100 {
  --text-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--text-opacity)) !important;
}

.text-pink-200 {
  --text-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--text-opacity)) !important;
}

.text-pink-300 {
  --text-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--text-opacity)) !important;
}

.text-pink-400 {
  --text-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--text-opacity)) !important;
}

.text-pink-500 {
  --text-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--text-opacity)) !important;
}

.text-pink-600 {
  --text-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--text-opacity)) !important;
}

.text-pink-700 {
  --text-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--text-opacity)) !important;
}

.text-pink-800 {
  --text-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--text-opacity)) !important;
}

.text-pink-900 {
  --text-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--text-opacity)) !important;
}

.text-grey-50 {
  --text-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--text-opacity)) !important;
}

.text-grey-100 {
  --text-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.text-grey-200 {
  --text-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--text-opacity)) !important;
}

.text-grey-300 {
  --text-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--text-opacity)) !important;
}

.text-grey-400 {
  --text-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.text-grey-500 {
  --text-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--text-opacity)) !important;
}

.text-grey-600 {
  --text-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.text-grey-700 {
  --text-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--text-opacity)) !important;
}

.text-grey-800 {
  --text-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--text-opacity)) !important;
}

.text-grey-900 {
  --text-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--text-opacity)) !important;
}

.text-grey-light {
  --text-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--text-opacity)) !important;
}

.text-primary-light {
  --text-opacity: 1 !important;
  color: #3F8CFF !important;
  color: rgba(63, 140, 255, var(--text-opacity)) !important;
}

.text-primary-DEFAULT {
  --text-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.text-primary-dark {
  --text-opacity: 1 !important;
  color: #1E40AF !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.text-secondary-light {
  --text-opacity: 1 !important;
  color: #FF7C7C !important;
  color: rgba(255, 124, 124, var(--text-opacity)) !important;
}

.text-secondary-DEFAULT {
  --text-opacity: 1 !important;
  color: #EF4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.text-secondary-dark {
  --text-opacity: 1 !important;
  color: #B91C1C !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.text-success-light {
  --text-opacity: 1 !important;
  color: #4ADE80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.text-success-DEFAULT {
  --text-opacity: 1 !important;
  color: #16A34A !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.text-success-dark {
  --text-opacity: 1 !important;
  color: #15803D !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.text-warning-light {
  --text-opacity: 1 !important;
  color: #FDE047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.text-warning-DEFAULT {
  --text-opacity: 1 !important;
  color: #F59E0B !important;
  color: rgba(245, 158, 11, var(--text-opacity)) !important;
}

.text-warning-dark {
  --text-opacity: 1 !important;
  color: #B45309 !important;
  color: rgba(180, 83, 9, var(--text-opacity)) !important;
}

.text-danger-light {
  --text-opacity: 1 !important;
  color: #F87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.text-danger-DEFAULT {
  --text-opacity: 1 !important;
  color: #DC2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.text-danger-dark {
  --text-opacity: 1 !important;
  color: #991B1B !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.text-info-light {
  --text-opacity: 1 !important;
  color: #60A5FA !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.text-info-DEFAULT {
  --text-opacity: 1 !important;
  color: #3B82F6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.text-info-dark {
  --text-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.text-neutral-light {
  --text-opacity: 1 !important;
  color: #F3F4F6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.text-neutral-DEFAULT {
  --text-opacity: 1 !important;
  color: #9CA3AF !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.text-neutral-dark {
  --text-opacity: 1 !important;
  color: #4B5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.text-telegram {
  --text-opacity: 1 !important;
  color: #0088CC !important;
  color: rgba(0, 136, 204, var(--text-opacity)) !important;
}

.text-instagram {
  --text-opacity: 1 !important;
  color: #C13584 !important;
  color: rgba(193, 53, 132, var(--text-opacity)) !important;
}

.text-facebook {
  --text-opacity: 1 !important;
  color: #3b5998 !important;
  color: rgba(59, 89, 152, var(--text-opacity)) !important;
}

.text-whatsapp {
  --text-opacity: 1 !important;
  color: #25D366 !important;
  color: rgba(37, 211, 102, var(--text-opacity)) !important;
}

.text-linkedin {
  --text-opacity: 1 !important;
  color: #0e76a8 !important;
  color: rgba(14, 118, 168, var(--text-opacity)) !important;
}

.text-cyan-50 {
  --text-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--text-opacity)) !important;
}

.text-cyan-100 {
  --text-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--text-opacity)) !important;
}

.text-cyan-200 {
  --text-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--text-opacity)) !important;
}

.text-cyan-300 {
  --text-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--text-opacity)) !important;
}

.text-cyan-400 {
  --text-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--text-opacity)) !important;
}

.text-cyan-500 {
  --text-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--text-opacity)) !important;
}

.text-cyan-600 {
  --text-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--text-opacity)) !important;
}

.text-cyan-700 {
  --text-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--text-opacity)) !important;
}

.text-cyan-800 {
  --text-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--text-opacity)) !important;
}

.text-cyan-900 {
  --text-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--text-opacity)) !important;
}

.hover\:text-inherit:hover {
  color: inherit !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-current:hover {
  color: currentColor !important;
}

.hover\:text-black:hover {
  --text-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--text-opacity)) !important;
}

.hover\:text-white:hover {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-gray-100:hover {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.hover\:text-gray-200:hover {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.hover\:text-gray-300:hover {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.hover\:text-gray-400:hover {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.hover\:text-gray-500:hover {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.hover\:text-gray-600:hover {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.hover\:text-gray-700:hover {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.hover\:text-gray-800:hover {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.hover\:text-gray-900:hover {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.hover\:text-red-50:hover {
  --text-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--text-opacity)) !important;
}

.hover\:text-red-100:hover {
  --text-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--text-opacity)) !important;
}

.hover\:text-red-200:hover {
  --text-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--text-opacity)) !important;
}

.hover\:text-red-300:hover {
  --text-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--text-opacity)) !important;
}

.hover\:text-red-400:hover {
  --text-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.hover\:text-red-500:hover {
  --text-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.hover\:text-red-600:hover {
  --text-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.hover\:text-red-700:hover {
  --text-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.hover\:text-red-800:hover {
  --text-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.hover\:text-red-900:hover {
  --text-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--text-opacity)) !important;
}

.hover\:text-orange-50:hover {
  --text-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--text-opacity)) !important;
}

.hover\:text-orange-100:hover {
  --text-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--text-opacity)) !important;
}

.hover\:text-orange-200:hover {
  --text-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--text-opacity)) !important;
}

.hover\:text-orange-300:hover {
  --text-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--text-opacity)) !important;
}

.hover\:text-orange-400:hover {
  --text-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--text-opacity)) !important;
}

.hover\:text-orange-500:hover {
  --text-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--text-opacity)) !important;
}

.hover\:text-orange-600:hover {
  --text-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--text-opacity)) !important;
}

.hover\:text-orange-700:hover {
  --text-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--text-opacity)) !important;
}

.hover\:text-orange-800:hover {
  --text-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--text-opacity)) !important;
}

.hover\:text-orange-900:hover {
  --text-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--text-opacity)) !important;
}

.hover\:text-yellow-50:hover {
  --text-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--text-opacity)) !important;
}

.hover\:text-yellow-100:hover {
  --text-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--text-opacity)) !important;
}

.hover\:text-yellow-200:hover {
  --text-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--text-opacity)) !important;
}

.hover\:text-yellow-300:hover {
  --text-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --text-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--text-opacity)) !important;
}

.hover\:text-yellow-500:hover {
  --text-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--text-opacity)) !important;
}

.hover\:text-yellow-600:hover {
  --text-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--text-opacity)) !important;
}

.hover\:text-yellow-700:hover {
  --text-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--text-opacity)) !important;
}

.hover\:text-yellow-800:hover {
  --text-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--text-opacity)) !important;
}

.hover\:text-yellow-900:hover {
  --text-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--text-opacity)) !important;
}

.hover\:text-green-50:hover {
  --text-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--text-opacity)) !important;
}

.hover\:text-green-100:hover {
  --text-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--text-opacity)) !important;
}

.hover\:text-green-200:hover {
  --text-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--text-opacity)) !important;
}

.hover\:text-green-300:hover {
  --text-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--text-opacity)) !important;
}

.hover\:text-green-400:hover {
  --text-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.hover\:text-green-500:hover {
  --text-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--text-opacity)) !important;
}

.hover\:text-green-600:hover {
  --text-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.hover\:text-green-700:hover {
  --text-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.hover\:text-green-800:hover {
  --text-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--text-opacity)) !important;
}

.hover\:text-green-900:hover {
  --text-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--text-opacity)) !important;
}

.hover\:text-teal-50:hover {
  --text-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--text-opacity)) !important;
}

.hover\:text-teal-100:hover {
  --text-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--text-opacity)) !important;
}

.hover\:text-teal-200:hover {
  --text-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--text-opacity)) !important;
}

.hover\:text-teal-300:hover {
  --text-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--text-opacity)) !important;
}

.hover\:text-teal-400:hover {
  --text-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--text-opacity)) !important;
}

.hover\:text-teal-500:hover {
  --text-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--text-opacity)) !important;
}

.hover\:text-teal-600:hover {
  --text-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--text-opacity)) !important;
}

.hover\:text-teal-700:hover {
  --text-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--text-opacity)) !important;
}

.hover\:text-teal-800:hover {
  --text-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--text-opacity)) !important;
}

.hover\:text-teal-900:hover {
  --text-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--text-opacity)) !important;
}

.hover\:text-blue-50:hover {
  --text-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--text-opacity)) !important;
}

.hover\:text-blue-100:hover {
  --text-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--text-opacity)) !important;
}

.hover\:text-blue-200:hover {
  --text-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--text-opacity)) !important;
}

.hover\:text-blue-300:hover {
  --text-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--text-opacity)) !important;
}

.hover\:text-blue-400:hover {
  --text-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.hover\:text-blue-500:hover {
  --text-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.hover\:text-blue-600:hover {
  --text-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--text-opacity)) !important;
}

.hover\:text-blue-700:hover {
  --text-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.hover\:text-blue-800:hover {
  --text-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.hover\:text-blue-900:hover {
  --text-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--text-opacity)) !important;
}

.hover\:text-indigo-100:hover {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.hover\:text-indigo-200:hover {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.hover\:text-indigo-300:hover {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.hover\:text-indigo-400:hover {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.hover\:text-indigo-500:hover {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.hover\:text-indigo-600:hover {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.hover\:text-indigo-700:hover {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.hover\:text-indigo-800:hover {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.hover\:text-indigo-900:hover {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.hover\:text-purple-50:hover {
  --text-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--text-opacity)) !important;
}

.hover\:text-purple-100:hover {
  --text-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--text-opacity)) !important;
}

.hover\:text-purple-200:hover {
  --text-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--text-opacity)) !important;
}

.hover\:text-purple-300:hover {
  --text-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--text-opacity)) !important;
}

.hover\:text-purple-400:hover {
  --text-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--text-opacity)) !important;
}

.hover\:text-purple-500:hover {
  --text-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--text-opacity)) !important;
}

.hover\:text-purple-600:hover {
  --text-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--text-opacity)) !important;
}

.hover\:text-purple-700:hover {
  --text-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--text-opacity)) !important;
}

.hover\:text-purple-800:hover {
  --text-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--text-opacity)) !important;
}

.hover\:text-purple-900:hover {
  --text-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--text-opacity)) !important;
}

.hover\:text-pink-50:hover {
  --text-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--text-opacity)) !important;
}

.hover\:text-pink-100:hover {
  --text-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--text-opacity)) !important;
}

.hover\:text-pink-200:hover {
  --text-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--text-opacity)) !important;
}

.hover\:text-pink-300:hover {
  --text-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--text-opacity)) !important;
}

.hover\:text-pink-400:hover {
  --text-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--text-opacity)) !important;
}

.hover\:text-pink-500:hover {
  --text-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--text-opacity)) !important;
}

.hover\:text-pink-600:hover {
  --text-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--text-opacity)) !important;
}

.hover\:text-pink-700:hover {
  --text-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--text-opacity)) !important;
}

.hover\:text-pink-800:hover {
  --text-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--text-opacity)) !important;
}

.hover\:text-pink-900:hover {
  --text-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--text-opacity)) !important;
}

.hover\:text-grey-50:hover {
  --text-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--text-opacity)) !important;
}

.hover\:text-grey-100:hover {
  --text-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.hover\:text-grey-200:hover {
  --text-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--text-opacity)) !important;
}

.hover\:text-grey-300:hover {
  --text-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--text-opacity)) !important;
}

.hover\:text-grey-400:hover {
  --text-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.hover\:text-grey-500:hover {
  --text-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--text-opacity)) !important;
}

.hover\:text-grey-600:hover {
  --text-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.hover\:text-grey-700:hover {
  --text-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--text-opacity)) !important;
}

.hover\:text-grey-800:hover {
  --text-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--text-opacity)) !important;
}

.hover\:text-grey-900:hover {
  --text-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--text-opacity)) !important;
}

.hover\:text-grey-light:hover {
  --text-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--text-opacity)) !important;
}

.hover\:text-primary-light:hover {
  --text-opacity: 1 !important;
  color: #3F8CFF !important;
  color: rgba(63, 140, 255, var(--text-opacity)) !important;
}

.hover\:text-primary-DEFAULT:hover {
  --text-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.hover\:text-primary-dark:hover {
  --text-opacity: 1 !important;
  color: #1E40AF !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.hover\:text-secondary-light:hover {
  --text-opacity: 1 !important;
  color: #FF7C7C !important;
  color: rgba(255, 124, 124, var(--text-opacity)) !important;
}

.hover\:text-secondary-DEFAULT:hover {
  --text-opacity: 1 !important;
  color: #EF4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.hover\:text-secondary-dark:hover {
  --text-opacity: 1 !important;
  color: #B91C1C !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.hover\:text-success-light:hover {
  --text-opacity: 1 !important;
  color: #4ADE80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.hover\:text-success-DEFAULT:hover {
  --text-opacity: 1 !important;
  color: #16A34A !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.hover\:text-success-dark:hover {
  --text-opacity: 1 !important;
  color: #15803D !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.hover\:text-warning-light:hover {
  --text-opacity: 1 !important;
  color: #FDE047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.hover\:text-warning-DEFAULT:hover {
  --text-opacity: 1 !important;
  color: #F59E0B !important;
  color: rgba(245, 158, 11, var(--text-opacity)) !important;
}

.hover\:text-warning-dark:hover {
  --text-opacity: 1 !important;
  color: #B45309 !important;
  color: rgba(180, 83, 9, var(--text-opacity)) !important;
}

.hover\:text-danger-light:hover {
  --text-opacity: 1 !important;
  color: #F87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.hover\:text-danger-DEFAULT:hover {
  --text-opacity: 1 !important;
  color: #DC2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.hover\:text-danger-dark:hover {
  --text-opacity: 1 !important;
  color: #991B1B !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.hover\:text-info-light:hover {
  --text-opacity: 1 !important;
  color: #60A5FA !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.hover\:text-info-DEFAULT:hover {
  --text-opacity: 1 !important;
  color: #3B82F6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.hover\:text-info-dark:hover {
  --text-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.hover\:text-neutral-light:hover {
  --text-opacity: 1 !important;
  color: #F3F4F6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.hover\:text-neutral-DEFAULT:hover {
  --text-opacity: 1 !important;
  color: #9CA3AF !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.hover\:text-neutral-dark:hover {
  --text-opacity: 1 !important;
  color: #4B5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.hover\:text-telegram:hover {
  --text-opacity: 1 !important;
  color: #0088CC !important;
  color: rgba(0, 136, 204, var(--text-opacity)) !important;
}

.hover\:text-instagram:hover {
  --text-opacity: 1 !important;
  color: #C13584 !important;
  color: rgba(193, 53, 132, var(--text-opacity)) !important;
}

.hover\:text-facebook:hover {
  --text-opacity: 1 !important;
  color: #3b5998 !important;
  color: rgba(59, 89, 152, var(--text-opacity)) !important;
}

.hover\:text-whatsapp:hover {
  --text-opacity: 1 !important;
  color: #25D366 !important;
  color: rgba(37, 211, 102, var(--text-opacity)) !important;
}

.hover\:text-linkedin:hover {
  --text-opacity: 1 !important;
  color: #0e76a8 !important;
  color: rgba(14, 118, 168, var(--text-opacity)) !important;
}

.hover\:text-cyan-50:hover {
  --text-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--text-opacity)) !important;
}

.hover\:text-cyan-100:hover {
  --text-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--text-opacity)) !important;
}

.hover\:text-cyan-200:hover {
  --text-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--text-opacity)) !important;
}

.hover\:text-cyan-300:hover {
  --text-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--text-opacity)) !important;
}

.hover\:text-cyan-400:hover {
  --text-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--text-opacity)) !important;
}

.hover\:text-cyan-500:hover {
  --text-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--text-opacity)) !important;
}

.hover\:text-cyan-600:hover {
  --text-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--text-opacity)) !important;
}

.hover\:text-cyan-700:hover {
  --text-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--text-opacity)) !important;
}

.hover\:text-cyan-800:hover {
  --text-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--text-opacity)) !important;
}

.hover\:text-cyan-900:hover {
  --text-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--text-opacity)) !important;
}

.focus\:text-inherit:focus {
  color: inherit !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-current:focus {
  color: currentColor !important;
}

.focus\:text-black:focus {
  --text-opacity: 1 !important;
  color: #22292f !important;
  color: rgba(34, 41, 47, var(--text-opacity)) !important;
}

.focus\:text-white:focus {
  --text-opacity: 1 !important;
  color: #ffffff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:text-gray-100:focus {
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.focus\:text-gray-200:focus {
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.focus\:text-gray-300:focus {
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.focus\:text-gray-400:focus {
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.focus\:text-gray-500:focus {
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.focus\:text-gray-600:focus {
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.focus\:text-gray-700:focus {
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.focus\:text-gray-800:focus {
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.focus\:text-gray-900:focus {
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.focus\:text-red-50:focus {
  --text-opacity: 1 !important;
  color: #fef2f2 !important;
  color: rgba(254, 242, 242, var(--text-opacity)) !important;
}

.focus\:text-red-100:focus {
  --text-opacity: 1 !important;
  color: #fee2e2 !important;
  color: rgba(254, 226, 226, var(--text-opacity)) !important;
}

.focus\:text-red-200:focus {
  --text-opacity: 1 !important;
  color: #fecaca !important;
  color: rgba(254, 202, 202, var(--text-opacity)) !important;
}

.focus\:text-red-300:focus {
  --text-opacity: 1 !important;
  color: #fca5a5 !important;
  color: rgba(252, 165, 165, var(--text-opacity)) !important;
}

.focus\:text-red-400:focus {
  --text-opacity: 1 !important;
  color: #f87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.focus\:text-red-500:focus {
  --text-opacity: 1 !important;
  color: #ef4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.focus\:text-red-600:focus {
  --text-opacity: 1 !important;
  color: #dc2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.focus\:text-red-700:focus {
  --text-opacity: 1 !important;
  color: #b91c1c !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.focus\:text-red-800:focus {
  --text-opacity: 1 !important;
  color: #991b1b !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.focus\:text-red-900:focus {
  --text-opacity: 1 !important;
  color: #7f1d1d !important;
  color: rgba(127, 29, 29, var(--text-opacity)) !important;
}

.focus\:text-orange-50:focus {
  --text-opacity: 1 !important;
  color: #fff7ed !important;
  color: rgba(255, 247, 237, var(--text-opacity)) !important;
}

.focus\:text-orange-100:focus {
  --text-opacity: 1 !important;
  color: #ffedd5 !important;
  color: rgba(255, 237, 213, var(--text-opacity)) !important;
}

.focus\:text-orange-200:focus {
  --text-opacity: 1 !important;
  color: #fed7aa !important;
  color: rgba(254, 215, 170, var(--text-opacity)) !important;
}

.focus\:text-orange-300:focus {
  --text-opacity: 1 !important;
  color: #fdba74 !important;
  color: rgba(253, 186, 116, var(--text-opacity)) !important;
}

.focus\:text-orange-400:focus {
  --text-opacity: 1 !important;
  color: #fb923c !important;
  color: rgba(251, 146, 60, var(--text-opacity)) !important;
}

.focus\:text-orange-500:focus {
  --text-opacity: 1 !important;
  color: #f97316 !important;
  color: rgba(249, 115, 22, var(--text-opacity)) !important;
}

.focus\:text-orange-600:focus {
  --text-opacity: 1 !important;
  color: #ea580c !important;
  color: rgba(234, 88, 12, var(--text-opacity)) !important;
}

.focus\:text-orange-700:focus {
  --text-opacity: 1 !important;
  color: #c2410c !important;
  color: rgba(194, 65, 12, var(--text-opacity)) !important;
}

.focus\:text-orange-800:focus {
  --text-opacity: 1 !important;
  color: #9a3412 !important;
  color: rgba(154, 52, 18, var(--text-opacity)) !important;
}

.focus\:text-orange-900:focus {
  --text-opacity: 1 !important;
  color: #7c2d12 !important;
  color: rgba(124, 45, 18, var(--text-opacity)) !important;
}

.focus\:text-yellow-50:focus {
  --text-opacity: 1 !important;
  color: #fefce8 !important;
  color: rgba(254, 252, 232, var(--text-opacity)) !important;
}

.focus\:text-yellow-100:focus {
  --text-opacity: 1 !important;
  color: #fef9c3 !important;
  color: rgba(254, 249, 195, var(--text-opacity)) !important;
}

.focus\:text-yellow-200:focus {
  --text-opacity: 1 !important;
  color: #fef08a !important;
  color: rgba(254, 240, 138, var(--text-opacity)) !important;
}

.focus\:text-yellow-300:focus {
  --text-opacity: 1 !important;
  color: #fde047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.focus\:text-yellow-400:focus {
  --text-opacity: 1 !important;
  color: #facc15 !important;
  color: rgba(250, 204, 21, var(--text-opacity)) !important;
}

.focus\:text-yellow-500:focus {
  --text-opacity: 1 !important;
  color: #eab308 !important;
  color: rgba(234, 179, 8, var(--text-opacity)) !important;
}

.focus\:text-yellow-600:focus {
  --text-opacity: 1 !important;
  color: #ca8a04 !important;
  color: rgba(202, 138, 4, var(--text-opacity)) !important;
}

.focus\:text-yellow-700:focus {
  --text-opacity: 1 !important;
  color: #a16207 !important;
  color: rgba(161, 98, 7, var(--text-opacity)) !important;
}

.focus\:text-yellow-800:focus {
  --text-opacity: 1 !important;
  color: #854d0e !important;
  color: rgba(133, 77, 14, var(--text-opacity)) !important;
}

.focus\:text-yellow-900:focus {
  --text-opacity: 1 !important;
  color: #713f12 !important;
  color: rgba(113, 63, 18, var(--text-opacity)) !important;
}

.focus\:text-green-50:focus {
  --text-opacity: 1 !important;
  color: #f0fdf4 !important;
  color: rgba(240, 253, 244, var(--text-opacity)) !important;
}

.focus\:text-green-100:focus {
  --text-opacity: 1 !important;
  color: #dcfce7 !important;
  color: rgba(220, 252, 231, var(--text-opacity)) !important;
}

.focus\:text-green-200:focus {
  --text-opacity: 1 !important;
  color: #bbf7d0 !important;
  color: rgba(187, 247, 208, var(--text-opacity)) !important;
}

.focus\:text-green-300:focus {
  --text-opacity: 1 !important;
  color: #86efac !important;
  color: rgba(134, 239, 172, var(--text-opacity)) !important;
}

.focus\:text-green-400:focus {
  --text-opacity: 1 !important;
  color: #4ade80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.focus\:text-green-500:focus {
  --text-opacity: 1 !important;
  color: #22c55e !important;
  color: rgba(34, 197, 94, var(--text-opacity)) !important;
}

.focus\:text-green-600:focus {
  --text-opacity: 1 !important;
  color: #16a34a !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.focus\:text-green-700:focus {
  --text-opacity: 1 !important;
  color: #15803d !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.focus\:text-green-800:focus {
  --text-opacity: 1 !important;
  color: #166534 !important;
  color: rgba(22, 101, 52, var(--text-opacity)) !important;
}

.focus\:text-green-900:focus {
  --text-opacity: 1 !important;
  color: #14532d !important;
  color: rgba(20, 83, 45, var(--text-opacity)) !important;
}

.focus\:text-teal-50:focus {
  --text-opacity: 1 !important;
  color: #f0fdfa !important;
  color: rgba(240, 253, 250, var(--text-opacity)) !important;
}

.focus\:text-teal-100:focus {
  --text-opacity: 1 !important;
  color: #ccfbf1 !important;
  color: rgba(204, 251, 241, var(--text-opacity)) !important;
}

.focus\:text-teal-200:focus {
  --text-opacity: 1 !important;
  color: #99f6e4 !important;
  color: rgba(153, 246, 228, var(--text-opacity)) !important;
}

.focus\:text-teal-300:focus {
  --text-opacity: 1 !important;
  color: #5eead4 !important;
  color: rgba(94, 234, 212, var(--text-opacity)) !important;
}

.focus\:text-teal-400:focus {
  --text-opacity: 1 !important;
  color: #2dd4bf !important;
  color: rgba(45, 212, 191, var(--text-opacity)) !important;
}

.focus\:text-teal-500:focus {
  --text-opacity: 1 !important;
  color: #14b8a6 !important;
  color: rgba(20, 184, 166, var(--text-opacity)) !important;
}

.focus\:text-teal-600:focus {
  --text-opacity: 1 !important;
  color: #0d9488 !important;
  color: rgba(13, 148, 136, var(--text-opacity)) !important;
}

.focus\:text-teal-700:focus {
  --text-opacity: 1 !important;
  color: #0f766e !important;
  color: rgba(15, 118, 110, var(--text-opacity)) !important;
}

.focus\:text-teal-800:focus {
  --text-opacity: 1 !important;
  color: #115e59 !important;
  color: rgba(17, 94, 89, var(--text-opacity)) !important;
}

.focus\:text-teal-900:focus {
  --text-opacity: 1 !important;
  color: #134e4a !important;
  color: rgba(19, 78, 74, var(--text-opacity)) !important;
}

.focus\:text-blue-50:focus {
  --text-opacity: 1 !important;
  color: #eff6ff !important;
  color: rgba(239, 246, 255, var(--text-opacity)) !important;
}

.focus\:text-blue-100:focus {
  --text-opacity: 1 !important;
  color: #dbeafe !important;
  color: rgba(219, 234, 254, var(--text-opacity)) !important;
}

.focus\:text-blue-200:focus {
  --text-opacity: 1 !important;
  color: #bfdbfe !important;
  color: rgba(191, 219, 254, var(--text-opacity)) !important;
}

.focus\:text-blue-300:focus {
  --text-opacity: 1 !important;
  color: #93c5fd !important;
  color: rgba(147, 197, 253, var(--text-opacity)) !important;
}

.focus\:text-blue-400:focus {
  --text-opacity: 1 !important;
  color: #60a5fa !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.focus\:text-blue-500:focus {
  --text-opacity: 1 !important;
  color: #3b82f6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.focus\:text-blue-600:focus {
  --text-opacity: 1 !important;
  color: #2563eb !important;
  color: rgba(37, 99, 235, var(--text-opacity)) !important;
}

.focus\:text-blue-700:focus {
  --text-opacity: 1 !important;
  color: #1d4ed8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.focus\:text-blue-800:focus {
  --text-opacity: 1 !important;
  color: #1e40af !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.focus\:text-blue-900:focus {
  --text-opacity: 1 !important;
  color: #1e3a8a !important;
  color: rgba(30, 58, 138, var(--text-opacity)) !important;
}

.focus\:text-indigo-100:focus {
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.focus\:text-indigo-200:focus {
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.focus\:text-indigo-300:focus {
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.focus\:text-indigo-400:focus {
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.focus\:text-indigo-500:focus {
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.focus\:text-indigo-600:focus {
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.focus\:text-indigo-700:focus {
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.focus\:text-indigo-800:focus {
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.focus\:text-indigo-900:focus {
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.focus\:text-purple-50:focus {
  --text-opacity: 1 !important;
  color: #f5f3ff !important;
  color: rgba(245, 243, 255, var(--text-opacity)) !important;
}

.focus\:text-purple-100:focus {
  --text-opacity: 1 !important;
  color: #ede9fe !important;
  color: rgba(237, 233, 254, var(--text-opacity)) !important;
}

.focus\:text-purple-200:focus {
  --text-opacity: 1 !important;
  color: #ddd6fe !important;
  color: rgba(221, 214, 254, var(--text-opacity)) !important;
}

.focus\:text-purple-300:focus {
  --text-opacity: 1 !important;
  color: #c4b5fd !important;
  color: rgba(196, 181, 253, var(--text-opacity)) !important;
}

.focus\:text-purple-400:focus {
  --text-opacity: 1 !important;
  color: #a78bfa !important;
  color: rgba(167, 139, 250, var(--text-opacity)) !important;
}

.focus\:text-purple-500:focus {
  --text-opacity: 1 !important;
  color: #8b5cf6 !important;
  color: rgba(139, 92, 246, var(--text-opacity)) !important;
}

.focus\:text-purple-600:focus {
  --text-opacity: 1 !important;
  color: #7c3aed !important;
  color: rgba(124, 58, 237, var(--text-opacity)) !important;
}

.focus\:text-purple-700:focus {
  --text-opacity: 1 !important;
  color: #6d28d9 !important;
  color: rgba(109, 40, 217, var(--text-opacity)) !important;
}

.focus\:text-purple-800:focus {
  --text-opacity: 1 !important;
  color: #5b21b6 !important;
  color: rgba(91, 33, 182, var(--text-opacity)) !important;
}

.focus\:text-purple-900:focus {
  --text-opacity: 1 !important;
  color: #4c1d95 !important;
  color: rgba(76, 29, 149, var(--text-opacity)) !important;
}

.focus\:text-pink-50:focus {
  --text-opacity: 1 !important;
  color: #fdf2f8 !important;
  color: rgba(253, 242, 248, var(--text-opacity)) !important;
}

.focus\:text-pink-100:focus {
  --text-opacity: 1 !important;
  color: #fce7f3 !important;
  color: rgba(252, 231, 243, var(--text-opacity)) !important;
}

.focus\:text-pink-200:focus {
  --text-opacity: 1 !important;
  color: #fbcfe8 !important;
  color: rgba(251, 207, 232, var(--text-opacity)) !important;
}

.focus\:text-pink-300:focus {
  --text-opacity: 1 !important;
  color: #f9a8d4 !important;
  color: rgba(249, 168, 212, var(--text-opacity)) !important;
}

.focus\:text-pink-400:focus {
  --text-opacity: 1 !important;
  color: #f472b6 !important;
  color: rgba(244, 114, 182, var(--text-opacity)) !important;
}

.focus\:text-pink-500:focus {
  --text-opacity: 1 !important;
  color: #ec4899 !important;
  color: rgba(236, 72, 153, var(--text-opacity)) !important;
}

.focus\:text-pink-600:focus {
  --text-opacity: 1 !important;
  color: #db2777 !important;
  color: rgba(219, 39, 119, var(--text-opacity)) !important;
}

.focus\:text-pink-700:focus {
  --text-opacity: 1 !important;
  color: #be185d !important;
  color: rgba(190, 24, 93, var(--text-opacity)) !important;
}

.focus\:text-pink-800:focus {
  --text-opacity: 1 !important;
  color: #9d174d !important;
  color: rgba(157, 23, 77, var(--text-opacity)) !important;
}

.focus\:text-pink-900:focus {
  --text-opacity: 1 !important;
  color: #831843 !important;
  color: rgba(131, 24, 67, var(--text-opacity)) !important;
}

.focus\:text-grey-50:focus {
  --text-opacity: 1 !important;
  color: #f9fafb !important;
  color: rgba(249, 250, 251, var(--text-opacity)) !important;
}

.focus\:text-grey-100:focus {
  --text-opacity: 1 !important;
  color: #f3f4f6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.focus\:text-grey-200:focus {
  --text-opacity: 1 !important;
  color: #e5e7eb !important;
  color: rgba(229, 231, 235, var(--text-opacity)) !important;
}

.focus\:text-grey-300:focus {
  --text-opacity: 1 !important;
  color: #d1d5db !important;
  color: rgba(209, 213, 219, var(--text-opacity)) !important;
}

.focus\:text-grey-400:focus {
  --text-opacity: 1 !important;
  color: #9ca3af !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.focus\:text-grey-500:focus {
  --text-opacity: 1 !important;
  color: #6b7280 !important;
  color: rgba(107, 114, 128, var(--text-opacity)) !important;
}

.focus\:text-grey-600:focus {
  --text-opacity: 1 !important;
  color: #4b5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.focus\:text-grey-700:focus {
  --text-opacity: 1 !important;
  color: #374151 !important;
  color: rgba(55, 65, 81, var(--text-opacity)) !important;
}

.focus\:text-grey-800:focus {
  --text-opacity: 1 !important;
  color: #1f2937 !important;
  color: rgba(31, 41, 55, var(--text-opacity)) !important;
}

.focus\:text-grey-900:focus {
  --text-opacity: 1 !important;
  color: #111827 !important;
  color: rgba(17, 24, 39, var(--text-opacity)) !important;
}

.focus\:text-grey-light:focus {
  --text-opacity: 1 !important;
  color: #dae1e7 !important;
  color: rgba(218, 225, 231, var(--text-opacity)) !important;
}

.focus\:text-primary-light:focus {
  --text-opacity: 1 !important;
  color: #3F8CFF !important;
  color: rgba(63, 140, 255, var(--text-opacity)) !important;
}

.focus\:text-primary-DEFAULT:focus {
  --text-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.focus\:text-primary-dark:focus {
  --text-opacity: 1 !important;
  color: #1E40AF !important;
  color: rgba(30, 64, 175, var(--text-opacity)) !important;
}

.focus\:text-secondary-light:focus {
  --text-opacity: 1 !important;
  color: #FF7C7C !important;
  color: rgba(255, 124, 124, var(--text-opacity)) !important;
}

.focus\:text-secondary-DEFAULT:focus {
  --text-opacity: 1 !important;
  color: #EF4444 !important;
  color: rgba(239, 68, 68, var(--text-opacity)) !important;
}

.focus\:text-secondary-dark:focus {
  --text-opacity: 1 !important;
  color: #B91C1C !important;
  color: rgba(185, 28, 28, var(--text-opacity)) !important;
}

.focus\:text-success-light:focus {
  --text-opacity: 1 !important;
  color: #4ADE80 !important;
  color: rgba(74, 222, 128, var(--text-opacity)) !important;
}

.focus\:text-success-DEFAULT:focus {
  --text-opacity: 1 !important;
  color: #16A34A !important;
  color: rgba(22, 163, 74, var(--text-opacity)) !important;
}

.focus\:text-success-dark:focus {
  --text-opacity: 1 !important;
  color: #15803D !important;
  color: rgba(21, 128, 61, var(--text-opacity)) !important;
}

.focus\:text-warning-light:focus {
  --text-opacity: 1 !important;
  color: #FDE047 !important;
  color: rgba(253, 224, 71, var(--text-opacity)) !important;
}

.focus\:text-warning-DEFAULT:focus {
  --text-opacity: 1 !important;
  color: #F59E0B !important;
  color: rgba(245, 158, 11, var(--text-opacity)) !important;
}

.focus\:text-warning-dark:focus {
  --text-opacity: 1 !important;
  color: #B45309 !important;
  color: rgba(180, 83, 9, var(--text-opacity)) !important;
}

.focus\:text-danger-light:focus {
  --text-opacity: 1 !important;
  color: #F87171 !important;
  color: rgba(248, 113, 113, var(--text-opacity)) !important;
}

.focus\:text-danger-DEFAULT:focus {
  --text-opacity: 1 !important;
  color: #DC2626 !important;
  color: rgba(220, 38, 38, var(--text-opacity)) !important;
}

.focus\:text-danger-dark:focus {
  --text-opacity: 1 !important;
  color: #991B1B !important;
  color: rgba(153, 27, 27, var(--text-opacity)) !important;
}

.focus\:text-info-light:focus {
  --text-opacity: 1 !important;
  color: #60A5FA !important;
  color: rgba(96, 165, 250, var(--text-opacity)) !important;
}

.focus\:text-info-DEFAULT:focus {
  --text-opacity: 1 !important;
  color: #3B82F6 !important;
  color: rgba(59, 130, 246, var(--text-opacity)) !important;
}

.focus\:text-info-dark:focus {
  --text-opacity: 1 !important;
  color: #1D4ED8 !important;
  color: rgba(29, 78, 216, var(--text-opacity)) !important;
}

.focus\:text-neutral-light:focus {
  --text-opacity: 1 !important;
  color: #F3F4F6 !important;
  color: rgba(243, 244, 246, var(--text-opacity)) !important;
}

.focus\:text-neutral-DEFAULT:focus {
  --text-opacity: 1 !important;
  color: #9CA3AF !important;
  color: rgba(156, 163, 175, var(--text-opacity)) !important;
}

.focus\:text-neutral-dark:focus {
  --text-opacity: 1 !important;
  color: #4B5563 !important;
  color: rgba(75, 85, 99, var(--text-opacity)) !important;
}

.focus\:text-telegram:focus {
  --text-opacity: 1 !important;
  color: #0088CC !important;
  color: rgba(0, 136, 204, var(--text-opacity)) !important;
}

.focus\:text-instagram:focus {
  --text-opacity: 1 !important;
  color: #C13584 !important;
  color: rgba(193, 53, 132, var(--text-opacity)) !important;
}

.focus\:text-facebook:focus {
  --text-opacity: 1 !important;
  color: #3b5998 !important;
  color: rgba(59, 89, 152, var(--text-opacity)) !important;
}

.focus\:text-whatsapp:focus {
  --text-opacity: 1 !important;
  color: #25D366 !important;
  color: rgba(37, 211, 102, var(--text-opacity)) !important;
}

.focus\:text-linkedin:focus {
  --text-opacity: 1 !important;
  color: #0e76a8 !important;
  color: rgba(14, 118, 168, var(--text-opacity)) !important;
}

.focus\:text-cyan-50:focus {
  --text-opacity: 1 !important;
  color: #ecfeff !important;
  color: rgba(236, 254, 255, var(--text-opacity)) !important;
}

.focus\:text-cyan-100:focus {
  --text-opacity: 1 !important;
  color: #cffafe !important;
  color: rgba(207, 250, 254, var(--text-opacity)) !important;
}

.focus\:text-cyan-200:focus {
  --text-opacity: 1 !important;
  color: #a5f3fc !important;
  color: rgba(165, 243, 252, var(--text-opacity)) !important;
}

.focus\:text-cyan-300:focus {
  --text-opacity: 1 !important;
  color: #67e8f9 !important;
  color: rgba(103, 232, 249, var(--text-opacity)) !important;
}

.focus\:text-cyan-400:focus {
  --text-opacity: 1 !important;
  color: #22d3ee !important;
  color: rgba(34, 211, 238, var(--text-opacity)) !important;
}

.focus\:text-cyan-500:focus {
  --text-opacity: 1 !important;
  color: #06b6d4 !important;
  color: rgba(6, 182, 212, var(--text-opacity)) !important;
}

.focus\:text-cyan-600:focus {
  --text-opacity: 1 !important;
  color: #0891b2 !important;
  color: rgba(8, 145, 178, var(--text-opacity)) !important;
}

.focus\:text-cyan-700:focus {
  --text-opacity: 1 !important;
  color: #0e7490 !important;
  color: rgba(14, 116, 144, var(--text-opacity)) !important;
}

.focus\:text-cyan-800:focus {
  --text-opacity: 1 !important;
  color: #155e75 !important;
  color: rgba(21, 94, 117, var(--text-opacity)) !important;
}

.focus\:text-cyan-900:focus {
  --text-opacity: 1 !important;
  color: #164e63 !important;
  color: rgba(22, 78, 99, var(--text-opacity)) !important;
}

.text-opacity-0 {
  --text-opacity: 0 !important;
}

.text-opacity-25 {
  --text-opacity: 0.25 !important;
}

.text-opacity-50 {
  --text-opacity: 0.5 !important;
}

.text-opacity-75 {
  --text-opacity: 0.75 !important;
}

.text-opacity-100 {
  --text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0 !important;
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25 !important;
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5 !important;
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75 !important;
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --text-opacity: 0 !important;
}

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25 !important;
}

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5 !important;
}

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75 !important;
}

.focus\:text-opacity-100:focus {
  --text-opacity: 1 !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.hover\:italic:hover {
  font-style: italic !important;
}

.hover\:not-italic:hover {
  font-style: normal !important;
}

.focus\:italic:focus {
  font-style: italic !important;
}

.focus\:not-italic:focus {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.hover\:uppercase:hover {
  text-transform: uppercase !important;
}

.hover\:lowercase:hover {
  text-transform: lowercase !important;
}

.hover\:capitalize:hover {
  text-transform: capitalize !important;
}

.hover\:normal-case:hover {
  text-transform: none !important;
}

.focus\:uppercase:focus {
  text-transform: uppercase !important;
}

.focus\:lowercase:focus {
  text-transform: lowercase !important;
}

.focus\:capitalize:focus {
  text-transform: capitalize !important;
}

.focus\:normal-case:focus {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal !important;
}

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --font-variant-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions !important;
}

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

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.whitespace-no-wrap {
  white-space: nowrap !important;
}

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

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

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

.break-normal {
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

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

.break-all {
  word-break: break-all !important;
}

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

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

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

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

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

.w-16 {
  width: 4rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

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

.w-64 {
  width: 16rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

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

.w-1\/3 {
  width: 33.33333% !important;
}

.w-2\/3 {
  width: 66.66667% !important;
}

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

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

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

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

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

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

.w-1\/6 {
  width: 16.66667% !important;
}

.w-5\/6 {
  width: 83.33333% !important;
}

.w-1\/12 {
  width: 8.33333% !important;
}

.w-2\/12 {
  width: 16.66667% !important;
}

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

.w-4\/12 {
  width: 33.33333% !important;
}

.w-5\/12 {
  width: 41.66667% !important;
}

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

.w-7\/12 {
  width: 58.33333% !important;
}

.w-8\/12 {
  width: 66.66667% !important;
}

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

.w-10\/12 {
  width: 83.33333% !important;
}

.w-11\/12 {
  width: 91.66667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.z-0 {
  z-index: 0 !important;
}

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

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

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

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

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

.z-auto {
  z-index: auto !important;
}

.gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.gap-1 {
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.gap-2 {
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gap-3 {
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4 {
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-5 {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-6 {
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-8 {
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.gap-10 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-12 {
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.gap-16 {
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.gap-20 {
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-24 {
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-32 {
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-40 {
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-48 {
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.gap-56 {
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-64 {
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-px {
  grid-gap: 1px !important;
  gap: 1px !important;
}

.col-gap-0 {
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.col-gap-1 {
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.col-gap-2 {
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.col-gap-3 {
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.col-gap-4 {
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.col-gap-5 {
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.col-gap-6 {
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.col-gap-8 {
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.col-gap-10 {
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.col-gap-12 {
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.col-gap-16 {
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.col-gap-20 {
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.col-gap-24 {
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.col-gap-32 {
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.col-gap-40 {
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.col-gap-48 {
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.col-gap-56 {
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.col-gap-64 {
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.col-gap-px {
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-0 {
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.gap-x-1 {
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2 {
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3 {
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4 {
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5 {
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

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

.gap-x-8 {
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-10 {
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-12 {
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-16 {
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-20 {
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24 {
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-32 {
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-40 {
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-48 {
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-56 {
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-64 {
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-px {
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.row-gap-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.row-gap-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.row-gap-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.row-gap-5 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.row-gap-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.row-gap-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.row-gap-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.row-gap-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.row-gap-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.row-gap-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.gap-y-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.gap-y-1 {
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.gap-y-4 {
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

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

.gap-y-6 {
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.gap-y-8 {
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.gap-y-10 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.gap-y-12 {
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.gap-y-16 {
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.gap-y-20 {
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.gap-y-24 {
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.gap-y-32 {
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.gap-y-40 {
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.gap-y-48 {
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.gap-y-56 {
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.gap-y-64 {
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.gap-y-px {
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none !important;
}

.auto-cols-auto {
  grid-auto-columns: auto !important;
}

.auto-cols-min {
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.col-auto {
  grid-column: auto !important;
}

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

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

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

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

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

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

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

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

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

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

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

.row-auto {
  grid-row: auto !important;
}

.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

[dir] .transform {
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

[dir] .transform-none {
  transform: none !important;
}

[dir] .origin-center {
  transform-origin: center !important;
}

[dir] .origin-top {
  transform-origin: top !important;
}

[dir=ltr] .origin-top-right {
  transform-origin: top right !important;
}

[dir=rtl] .origin-top-right {
  transform-origin: top left !important;
}

[dir=ltr] .origin-right {
  transform-origin: right !important;
}

[dir=rtl] .origin-right {
  transform-origin: left !important;
}

[dir=ltr] .origin-bottom-right {
  transform-origin: bottom right !important;
}

[dir=rtl] .origin-bottom-right {
  transform-origin: bottom left !important;
}

[dir] .origin-bottom {
  transform-origin: bottom !important;
}

[dir=ltr] .origin-bottom-left {
  transform-origin: bottom left !important;
}

[dir=rtl] .origin-bottom-left {
  transform-origin: bottom right !important;
}

[dir=ltr] .origin-left {
  transform-origin: left !important;
}

[dir=rtl] .origin-left {
  transform-origin: right !important;
}

[dir=ltr] .origin-top-left {
  transform-origin: top left !important;
}

[dir=rtl] .origin-top-left {
  transform-origin: top right !important;
}

.scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.scale-x-0 {
  --transform-scale-x: 0 !important;
}

.scale-x-50 {
  --transform-scale-x: .5 !important;
}

.scale-x-75 {
  --transform-scale-x: .75 !important;
}

.scale-x-90 {
  --transform-scale-x: .9 !important;
}

.scale-x-95 {
  --transform-scale-x: .95 !important;
}

.scale-x-100 {
  --transform-scale-x: 1 !important;
}

.scale-x-105 {
  --transform-scale-x: 1.05 !important;
}

.scale-x-110 {
  --transform-scale-x: 1.1 !important;
}

.scale-x-125 {
  --transform-scale-x: 1.25 !important;
}

.scale-x-150 {
  --transform-scale-x: 1.5 !important;
}

.scale-y-0 {
  --transform-scale-y: 0 !important;
}

.scale-y-50 {
  --transform-scale-y: .5 !important;
}

.scale-y-75 {
  --transform-scale-y: .75 !important;
}

.scale-y-90 {
  --transform-scale-y: .9 !important;
}

.scale-y-95 {
  --transform-scale-y: .95 !important;
}

.scale-y-100 {
  --transform-scale-y: 1 !important;
}

.scale-y-105 {
  --transform-scale-y: 1.05 !important;
}

.scale-y-110 {
  --transform-scale-y: 1.1 !important;
}

.scale-y-125 {
  --transform-scale-y: 1.25 !important;
}

.scale-y-150 {
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5 !important;
}

.rotate-0 {
  --transform-rotate: 0 !important;
}

.rotate-1 {
  --transform-rotate: 1deg !important;
}

.rotate-2 {
  --transform-rotate: 2deg !important;
}

.rotate-3 {
  --transform-rotate: 3deg !important;
}

.rotate-6 {
  --transform-rotate: 6deg !important;
}

.rotate-12 {
  --transform-rotate: 12deg !important;
}

.rotate-45 {
  --transform-rotate: 45deg !important;
}

.rotate-90 {
  --transform-rotate: 90deg !important;
}

.rotate-180 {
  --transform-rotate: 180deg !important;
}

.-rotate-180 {
  --transform-rotate: -180deg !important;
}

.-rotate-90 {
  --transform-rotate: -90deg !important;
}

.-rotate-45 {
  --transform-rotate: -45deg !important;
}

.-rotate-12 {
  --transform-rotate: -12deg !important;
}

.-rotate-6 {
  --transform-rotate: -6deg !important;
}

.-rotate-3 {
  --transform-rotate: -3deg !important;
}

.-rotate-2 {
  --transform-rotate: -2deg !important;
}

.-rotate-1 {
  --transform-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0 !important;
}

.hover\:rotate-1:hover {
  --transform-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --transform-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --transform-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --transform-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --transform-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --transform-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --transform-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --transform-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --transform-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --transform-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0 !important;
}

.focus\:rotate-1:focus {
  --transform-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --transform-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --transform-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --transform-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --transform-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --transform-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --transform-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --transform-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --transform-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --transform-rotate: -1deg !important;
}

.translate-x-0 {
  --transform-translate-x: 0 !important;
}

.translate-x-1 {
  --transform-translate-x: 0.25rem !important;
}

.translate-x-2 {
  --transform-translate-x: 0.5rem !important;
}

.translate-x-3 {
  --transform-translate-x: 0.75rem !important;
}

.translate-x-4 {
  --transform-translate-x: 1rem !important;
}

.translate-x-5 {
  --transform-translate-x: 1.25rem !important;
}

.translate-x-6 {
  --transform-translate-x: 1.5rem !important;
}

.translate-x-8 {
  --transform-translate-x: 2rem !important;
}

.translate-x-10 {
  --transform-translate-x: 2.5rem !important;
}

.translate-x-12 {
  --transform-translate-x: 3rem !important;
}

.translate-x-16 {
  --transform-translate-x: 4rem !important;
}

.translate-x-20 {
  --transform-translate-x: 5rem !important;
}

.translate-x-24 {
  --transform-translate-x: 6rem !important;
}

.translate-x-32 {
  --transform-translate-x: 8rem !important;
}

.translate-x-40 {
  --transform-translate-x: 10rem !important;
}

.translate-x-48 {
  --transform-translate-x: 12rem !important;
}

.translate-x-56 {
  --transform-translate-x: 14rem !important;
}

.translate-x-64 {
  --transform-translate-x: 16rem !important;
}

.translate-x-px {
  --transform-translate-x: 1px !important;
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem !important;
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem !important;
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem !important;
}

.-translate-x-4 {
  --transform-translate-x: -1rem !important;
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-8 {
  --transform-translate-x: -2rem !important;
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-12 {
  --transform-translate-x: -3rem !important;
}

.-translate-x-16 {
  --transform-translate-x: -4rem !important;
}

.-translate-x-20 {
  --transform-translate-x: -5rem !important;
}

.-translate-x-24 {
  --transform-translate-x: -6rem !important;
}

.-translate-x-32 {
  --transform-translate-x: -8rem !important;
}

.-translate-x-40 {
  --transform-translate-x: -10rem !important;
}

.-translate-x-48 {
  --transform-translate-x: -12rem !important;
}

.-translate-x-56 {
  --transform-translate-x: -14rem !important;
}

.-translate-x-64 {
  --transform-translate-x: -16rem !important;
}

.-translate-x-px {
  --transform-translate-x: -1px !important;
}

.-translate-x-full {
  --transform-translate-x: -100% !important;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important;
}

.translate-x-1\/2 {
  --transform-translate-x: 50% !important;
}

.translate-x-full {
  --transform-translate-x: 100% !important;
}

.translate-y-0 {
  --transform-translate-y: 0 !important;
}

.translate-y-1 {
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2 {
  --transform-translate-y: 0.5rem !important;
}

.translate-y-3 {
  --transform-translate-y: 0.75rem !important;
}

.translate-y-4 {
  --transform-translate-y: 1rem !important;
}

.translate-y-5 {
  --transform-translate-y: 1.25rem !important;
}

.translate-y-6 {
  --transform-translate-y: 1.5rem !important;
}

.translate-y-8 {
  --transform-translate-y: 2rem !important;
}

.translate-y-10 {
  --transform-translate-y: 2.5rem !important;
}

.translate-y-12 {
  --transform-translate-y: 3rem !important;
}

.translate-y-16 {
  --transform-translate-y: 4rem !important;
}

.translate-y-20 {
  --transform-translate-y: 5rem !important;
}

.translate-y-24 {
  --transform-translate-y: 6rem !important;
}

.translate-y-32 {
  --transform-translate-y: 8rem !important;
}

.translate-y-40 {
  --transform-translate-y: 10rem !important;
}

.translate-y-48 {
  --transform-translate-y: 12rem !important;
}

.translate-y-56 {
  --transform-translate-y: 14rem !important;
}

.translate-y-64 {
  --transform-translate-y: 16rem !important;
}

.translate-y-px {
  --transform-translate-y: 1px !important;
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem !important;
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem !important;
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem !important;
}

.-translate-y-4 {
  --transform-translate-y: -1rem !important;
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-8 {
  --transform-translate-y: -2rem !important;
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-12 {
  --transform-translate-y: -3rem !important;
}

.-translate-y-16 {
  --transform-translate-y: -4rem !important;
}

.-translate-y-20 {
  --transform-translate-y: -5rem !important;
}

.-translate-y-24 {
  --transform-translate-y: -6rem !important;
}

.-translate-y-32 {
  --transform-translate-y: -8rem !important;
}

.-translate-y-40 {
  --transform-translate-y: -10rem !important;
}

.-translate-y-48 {
  --transform-translate-y: -12rem !important;
}

.-translate-y-56 {
  --transform-translate-y: -14rem !important;
}

.-translate-y-64 {
  --transform-translate-y: -16rem !important;
}

.-translate-y-px {
  --transform-translate-y: -1px !important;
}

.-translate-y-full {
  --transform-translate-y: -100% !important;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50% !important;
}

.translate-y-1\/2 {
  --transform-translate-y: 50% !important;
}

.translate-y-full {
  --transform-translate-y: 100% !important;
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0 !important;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem !important;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem !important;
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem !important;
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem !important;
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem !important;
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem !important;
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem !important;
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem !important;
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem !important;
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem !important;
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px !important;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem !important;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem !important;
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem !important;
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem !important;
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem !important;
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem !important;
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem !important;
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem !important;
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem !important;
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem !important;
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px !important;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50% !important;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50% !important;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100% !important;
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0 !important;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem !important;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem !important;
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem !important;
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem !important;
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem !important;
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem !important;
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem !important;
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem !important;
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem !important;
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem !important;
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px !important;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem !important;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem !important;
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem !important;
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem !important;
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem !important;
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem !important;
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem !important;
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem !important;
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem !important;
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem !important;
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px !important;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50% !important;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50% !important;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100% !important;
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0 !important;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem !important;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem !important;
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem !important;
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem !important;
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem !important;
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem !important;
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem !important;
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem !important;
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem !important;
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem !important;
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px !important;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem !important;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem !important;
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem !important;
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem !important;
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem !important;
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem !important;
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem !important;
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem !important;
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem !important;
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem !important;
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px !important;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50% !important;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50% !important;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100% !important;
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0 !important;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem !important;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem !important;
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem !important;
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem !important;
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem !important;
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem !important;
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem !important;
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem !important;
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem !important;
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem !important;
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px !important;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem !important;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem !important;
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem !important;
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem !important;
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem !important;
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem !important;
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem !important;
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem !important;
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem !important;
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem !important;
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px !important;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50% !important;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50% !important;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100% !important;
}

.skew-x-0 {
  --transform-skew-x: 0 !important;
}

.skew-x-1 {
  --transform-skew-x: 1deg !important;
}

.skew-x-2 {
  --transform-skew-x: 2deg !important;
}

.skew-x-3 {
  --transform-skew-x: 3deg !important;
}

.skew-x-6 {
  --transform-skew-x: 6deg !important;
}

.skew-x-12 {
  --transform-skew-x: 12deg !important;
}

.-skew-x-12 {
  --transform-skew-x: -12deg !important;
}

.-skew-x-6 {
  --transform-skew-x: -6deg !important;
}

.-skew-x-3 {
  --transform-skew-x: -3deg !important;
}

.-skew-x-2 {
  --transform-skew-x: -2deg !important;
}

.-skew-x-1 {
  --transform-skew-x: -1deg !important;
}

.skew-y-0 {
  --transform-skew-y: 0 !important;
}

.skew-y-1 {
  --transform-skew-y: 1deg !important;
}

.skew-y-2 {
  --transform-skew-y: 2deg !important;
}

.skew-y-3 {
  --transform-skew-y: 3deg !important;
}

.skew-y-6 {
  --transform-skew-y: 6deg !important;
}

.skew-y-12 {
  --transform-skew-y: 12deg !important;
}

.-skew-y-12 {
  --transform-skew-y: -12deg !important;
}

.-skew-y-6 {
  --transform-skew-y: -6deg !important;
}

.-skew-y-3 {
  --transform-skew-y: -3deg !important;
}

.-skew-y-2 {
  --transform-skew-y: -2deg !important;
}

.-skew-y-1 {
  --transform-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0 !important;
}

.hover\:skew-x-1:hover {
  --transform-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --transform-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --transform-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --transform-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0 !important;
}

.hover\:skew-y-1:hover {
  --transform-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --transform-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --transform-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --transform-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0 !important;
}

.focus\:skew-x-1:focus {
  --transform-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --transform-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --transform-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --transform-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0 !important;
}

.focus\:skew-y-1:focus {
  --transform-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --transform-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --transform-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --transform-skew-y: -1deg !important;
}

[dir] .transition-none {
  transition-property: none !important;
}

[dir] .transition-all {
  transition-property: all !important;
}

[dir] .transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

[dir] .transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
}

[dir] .transition-opacity {
  transition-property: opacity !important;
}

[dir] .transition-shadow {
  transition-property: box-shadow !important;
}

[dir] .transition-transform {
  transition-property: transform !important;
}

[dir] .ease-linear {
  transition-timing-function: linear !important;
}

[dir] .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

[dir] .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

[dir] .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

[dir] .duration-75 {
  transition-duration: 75ms !important;
}

[dir] .duration-100 {
  transition-duration: 100ms !important;
}

[dir] .duration-150 {
  transition-duration: 150ms !important;
}

[dir] .duration-200 {
  transition-duration: 200ms !important;
}

[dir] .duration-300 {
  transition-duration: 300ms !important;
}

[dir] .duration-500 {
  transition-duration: 500ms !important;
}

[dir] .duration-700 {
  transition-duration: 700ms !important;
}

[dir] .duration-1000 {
  transition-duration: 1000ms !important;
}

[dir] .delay-75 {
  transition-delay: 75ms !important;
}

[dir] .delay-100 {
  transition-delay: 100ms !important;
}

[dir] .delay-150 {
  transition-delay: 150ms !important;
}

[dir] .delay-200 {
  transition-delay: 200ms !important;
}

[dir] .delay-300 {
  transition-delay: 300ms !important;
}

[dir] .delay-500 {
  transition-delay: 500ms !important;
}

[dir] .delay-700 {
  transition-delay: 700ms !important;
}

[dir] .delay-1000 {
  transition-delay: 1000ms !important;
}

@keyframes spin-ltr {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-rtl {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

[dir=ltr] .animate-none {
  animation: none !important;
}

[dir=rtl] .animate-none {
  animation: none !important;
}

[dir=ltr] .animate-spin {
  animation:  spin-ltr 1s linear infinite !important;
}

[dir=rtl] .animate-spin {
  animation:  spin-rtl 1s linear infinite !important;
}

[dir=ltr] .animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

[dir=rtl] .animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

[dir=ltr] .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

[dir=rtl] .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

[dir=ltr] .animate-bounce {
  animation: bounce 1s infinite !important;
}

[dir=rtl] .animate-bounce {
  animation: bounce 1s infinite !important;
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

@media (min-width: 576px) {
  .sm\:container {
    width: 100%;
  }
  [dir=ltr] .sm\:container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  [dir=rtl] .sm\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 576px) {
    .sm\:container {
      max-width: 576px;
    }
  }

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

  @media (min-width: 992px) {
    .sm\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .sm\:container {
      max-width: 1200px;
    }
  }

  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-0 > :not(template) ~ :not(template) {
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: calc(0px * var(--space-x-reverse)) !important;
    margin-right: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .sm\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-1 > :not(template) ~ :not(template) {
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-2 > :not(template) ~ :not(template) {
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-3 > :not(template) ~ :not(template) {
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .sm\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-4 > :not(template) ~ :not(template) {
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: calc(1rem * var(--space-x-reverse)) !important;
    margin-right: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-5 > :not(template) ~ :not(template) {
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-6 > :not(template) ~ :not(template) {
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-8 > :not(template) ~ :not(template) {
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: calc(2rem * var(--space-x-reverse)) !important;
    margin-right: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-10 > :not(template) ~ :not(template) {
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-12 > :not(template) ~ :not(template) {
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: calc(3rem * var(--space-x-reverse)) !important;
    margin-right: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-16 > :not(template) ~ :not(template) {
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: calc(4rem * var(--space-x-reverse)) !important;
    margin-right: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-20 > :not(template) ~ :not(template) {
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: calc(5rem * var(--space-x-reverse)) !important;
    margin-right: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-24 > :not(template) ~ :not(template) {
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: calc(6rem * var(--space-x-reverse)) !important;
    margin-right: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-32 > :not(template) ~ :not(template) {
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: calc(8rem * var(--space-x-reverse)) !important;
    margin-right: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-40 > :not(template) ~ :not(template) {
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: calc(10rem * var(--space-x-reverse)) !important;
    margin-right: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-48 > :not(template) ~ :not(template) {
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: calc(12rem * var(--space-x-reverse)) !important;
    margin-right: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-56 > :not(template) ~ :not(template) {
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: calc(14rem * var(--space-x-reverse)) !important;
    margin-right: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-64 > :not(template) ~ :not(template) {
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: calc(16rem * var(--space-x-reverse)) !important;
    margin-right: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .sm\:space-y-px > :not(template) ~ :not(template) {
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:space-x-px > :not(template) ~ :not(template) {
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:space-x-px > :not(template) ~ :not(template) {
    margin-left: calc(1px * var(--space-x-reverse)) !important;
    margin-right: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .sm\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-1 > :not(template) ~ :not(template) {
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-2 > :not(template) ~ :not(template) {
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-3 > :not(template) ~ :not(template) {
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .sm\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-4 > :not(template) ~ :not(template) {
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: calc(-1rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-5 > :not(template) ~ :not(template) {
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-6 > :not(template) ~ :not(template) {
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-8 > :not(template) ~ :not(template) {
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: calc(-2rem * var(--space-x-reverse)) !important;
    margin-right: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-10 > :not(template) ~ :not(template) {
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-12 > :not(template) ~ :not(template) {
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: calc(-3rem * var(--space-x-reverse)) !important;
    margin-right: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-16 > :not(template) ~ :not(template) {
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: calc(-4rem * var(--space-x-reverse)) !important;
    margin-right: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-20 > :not(template) ~ :not(template) {
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: calc(-5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-24 > :not(template) ~ :not(template) {
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: calc(-6rem * var(--space-x-reverse)) !important;
    margin-right: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-32 > :not(template) ~ :not(template) {
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: calc(-8rem * var(--space-x-reverse)) !important;
    margin-right: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-40 > :not(template) ~ :not(template) {
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: calc(-10rem * var(--space-x-reverse)) !important;
    margin-right: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-48 > :not(template) ~ :not(template) {
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: calc(-12rem * var(--space-x-reverse)) !important;
    margin-right: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-56 > :not(template) ~ :not(template) {
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: calc(-14rem * var(--space-x-reverse)) !important;
    margin-right: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .sm\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-64 > :not(template) ~ :not(template) {
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: calc(-16rem * var(--space-x-reverse)) !important;
    margin-right: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .sm\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:-space-x-px > :not(template) ~ :not(template) {
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .sm\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: calc(-1px * var(--space-x-reverse)) !important;
    margin-right: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .sm\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:divide-x-0 > :not(template) ~ :not(template) {
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .sm\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: calc(0px * var(--divide-x-reverse)) !important;
    border-right-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .sm\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:divide-x-2 > :not(template) ~ :not(template) {
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .sm\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: calc(2px * var(--divide-x-reverse)) !important;
    border-right-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .sm\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:divide-x-4 > :not(template) ~ :not(template) {
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .sm\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: calc(4px * var(--divide-x-reverse)) !important;
    border-right-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .sm\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:divide-x-8 > :not(template) ~ :not(template) {
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .sm\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: calc(8px * var(--divide-x-reverse)) !important;
    border-right-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

  [dir] .sm\:divide-y > :not(template) ~ :not(template) {
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .sm\:divide-x > :not(template) ~ :not(template) {
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .sm\:divide-x > :not(template) ~ :not(template) {
    border-left-width: calc(1px * var(--divide-x-reverse)) !important;
    border-right-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  [dir] .sm\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  [dir] .sm\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .sm\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-black > :not(template) ~ :not(template) {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
  }

  .sm\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-50 > :not(template) ~ :not(template) {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .sm\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-50 > :not(template) ~ :not(template) {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-50 > :not(template) ~ :not(template) {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-50 > :not(template) ~ :not(template) {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-50 > :not(template) ~ :not(template) {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-50 > :not(template) ~ :not(template) {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-100 > :not(template) ~ :not(template) {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-200 > :not(template) ~ :not(template) {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-300 > :not(template) ~ :not(template) {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-400 > :not(template) ~ :not(template) {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-500 > :not(template) ~ :not(template) {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-600 > :not(template) ~ :not(template) {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-700 > :not(template) ~ :not(template) {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-800 > :not(template) ~ :not(template) {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-indigo-900 > :not(template) ~ :not(template) {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-50 > :not(template) ~ :not(template) {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-50 > :not(template) ~ :not(template) {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-100 > :not(template) ~ :not(template) {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-200 > :not(template) ~ :not(template) {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-300 > :not(template) ~ :not(template) {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-400 > :not(template) ~ :not(template) {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-500 > :not(template) ~ :not(template) {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-600 > :not(template) ~ :not(template) {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-700 > :not(template) ~ :not(template) {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-800 > :not(template) ~ :not(template) {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-pink-900 > :not(template) ~ :not(template) {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-50 > :not(template) ~ :not(template) {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-200 > :not(template) ~ :not(template) {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-300 > :not(template) ~ :not(template) {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-400 > :not(template) ~ :not(template) {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-500 > :not(template) ~ :not(template) {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-600 > :not(template) ~ :not(template) {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-700 > :not(template) ~ :not(template) {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-800 > :not(template) ~ :not(template) {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-900 > :not(template) ~ :not(template) {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
  }

  .sm\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-grey-light > :not(template) ~ :not(template) {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
  }

  .sm\:divide-primary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-primary-light > :not(template) ~ :not(template) {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-primary-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-primary-DEFAULT > :not(template) ~ :not(template) {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .sm\:divide-primary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-primary-dark > :not(template) ~ :not(template) {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .sm\:divide-secondary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-secondary-light > :not(template) ~ :not(template) {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--divide-opacity)) !important;
  }

  .sm\:divide-secondary-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-secondary-DEFAULT > :not(template) ~ :not(template) {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .sm\:divide-secondary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-secondary-dark > :not(template) ~ :not(template) {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .sm\:divide-success-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-success-light > :not(template) ~ :not(template) {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .sm\:divide-success-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-success-DEFAULT > :not(template) ~ :not(template) {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .sm\:divide-success-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-success-dark > :not(template) ~ :not(template) {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .sm\:divide-warning-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-warning-light > :not(template) ~ :not(template) {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .sm\:divide-warning-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-warning-DEFAULT > :not(template) ~ :not(template) {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
  }

  .sm\:divide-warning-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-warning-dark > :not(template) ~ :not(template) {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
  }

  .sm\:divide-danger-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-danger-light > :not(template) ~ :not(template) {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .sm\:divide-danger-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-danger-DEFAULT > :not(template) ~ :not(template) {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .sm\:divide-danger-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-danger-dark > :not(template) ~ :not(template) {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .sm\:divide-info-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-info-light > :not(template) ~ :not(template) {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-info-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-info-DEFAULT > :not(template) ~ :not(template) {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .sm\:divide-info-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-info-dark > :not(template) ~ :not(template) {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .sm\:divide-neutral-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-neutral-light > :not(template) ~ :not(template) {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .sm\:divide-neutral-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-neutral-DEFAULT > :not(template) ~ :not(template) {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .sm\:divide-neutral-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-neutral-dark > :not(template) ~ :not(template) {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .sm\:divide-telegram > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-telegram > :not(template) ~ :not(template) {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--divide-opacity)) !important;
  }

  .sm\:divide-instagram > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-instagram > :not(template) ~ :not(template) {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--divide-opacity)) !important;
  }

  .sm\:divide-facebook > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-facebook > :not(template) ~ :not(template) {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--divide-opacity)) !important;
  }

  .sm\:divide-whatsapp > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-whatsapp > :not(template) ~ :not(template) {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--divide-opacity)) !important;
  }

  .sm\:divide-linkedin > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-linkedin > :not(template) ~ :not(template) {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-50 > :not(template) ~ :not(template) {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-100 > :not(template) ~ :not(template) {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-200 > :not(template) ~ :not(template) {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-300 > :not(template) ~ :not(template) {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-400 > :not(template) ~ :not(template) {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-500 > :not(template) ~ :not(template) {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-600 > :not(template) ~ :not(template) {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-700 > :not(template) ~ :not(template) {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-800 > :not(template) ~ :not(template) {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
  }

  .sm\:divide-cyan-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .sm\:divide-cyan-900 > :not(template) ~ :not(template) {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
  }

  [dir] .sm\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  [dir] .sm\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  [dir] .sm\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  [dir] .sm\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  [dir] .sm\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

  [dir] .sm\:sr-only {
    padding: 0 !important;
    margin: -1px !important;
    border-width: 0 !important;
  }

  .sm\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  [dir] .sm\:not-sr-only {
    padding: 0 !important;
    margin: 0 !important;
  }

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

  [dir] .sm\:focus\:sr-only:focus {
    padding: 0 !important;
    margin: -1px !important;
    border-width: 0 !important;
  }

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

  [dir] .sm\:focus\:not-sr-only:focus {
    padding: 0 !important;
    margin: 0 !important;
  }

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

  [dir] .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  [dir] .sm\:bg-local {
    background-attachment: local !important;
  }

  [dir] .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  [dir] .sm\:bg-clip-border {
    background-clip: border-box !important;
  }

  [dir] .sm\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  [dir] .sm\:bg-clip-content {
    background-clip: content-box !important;
  }

  [dir] .sm\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  [dir] .sm\:bg-transparent {
    background-color: transparent !important;
  }

  [dir] .sm\:bg-current {
    background-color: currentColor !important;
  }

  .sm\:bg-black {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-black {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .sm\:bg-white {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-white {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-100 {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-200 {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-300 {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-400 {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-500 {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-600 {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-700 {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-800 {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-gray-900 {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-50 {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-100 {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-200 {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-300 {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-400 {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-500 {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-600 {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-700 {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-800 {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:bg-red-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-red-900 {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-50 {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-100 {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-200 {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-300 {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-400 {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-500 {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-600 {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-700 {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-800 {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-orange-900 {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-50 {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-100 {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-200 {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-300 {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-400 {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-500 {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-600 {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-700 {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-800 {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-yellow-900 {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-50 {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-100 {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-200 {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-300 {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-400 {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-500 {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-600 {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-700 {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-800 {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-green-900 {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-50 {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-100 {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-200 {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-300 {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-400 {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-500 {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-600 {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-700 {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-800 {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-teal-900 {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-50 {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-100 {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-200 {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-300 {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-400 {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-500 {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-600 {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-700 {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-800 {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-blue-900 {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-100 {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-200 {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-300 {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-500 {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-600 {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-700 {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-800 {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-indigo-900 {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-50 {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-100 {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-200 {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-300 {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-400 {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-500 {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-600 {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-700 {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-800 {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-purple-900 {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-50 {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-100 {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-200 {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-300 {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-400 {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-500 {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-600 {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-700 {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-800 {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-pink-900 {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-50 {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-100 {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-200 {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-300 {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-400 {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-500 {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-600 {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-700 {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-800 {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-900 {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .sm\:bg-grey-light {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-grey-light {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .sm\:bg-primary-light {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-primary-light {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-primary-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-primary-DEFAULT {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:bg-primary-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-primary-dark {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:bg-secondary-light {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-secondary-light {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .sm\:bg-secondary-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-secondary-DEFAULT {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:bg-secondary-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-secondary-dark {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:bg-success-light {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-success-light {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:bg-success-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-success-DEFAULT {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:bg-success-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-success-dark {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:bg-warning-light {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-warning-light {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:bg-warning-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-warning-DEFAULT {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .sm\:bg-warning-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-warning-dark {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .sm\:bg-danger-light {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-danger-light {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:bg-danger-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-danger-DEFAULT {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:bg-danger-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-danger-dark {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:bg-info-light {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-info-light {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-info-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-info-DEFAULT {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:bg-info-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-info-dark {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:bg-neutral-light {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-neutral-light {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:bg-neutral-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-neutral-DEFAULT {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:bg-neutral-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-neutral-dark {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:bg-telegram {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-telegram {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .sm\:bg-instagram {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-instagram {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .sm\:bg-facebook {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-facebook {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .sm\:bg-whatsapp {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-whatsapp {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .sm\:bg-linkedin {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-linkedin {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-50 {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-100 {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-200 {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-300 {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-400 {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-500 {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-600 {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-700 {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-800 {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .sm\:bg-cyan-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-cyan-900 {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  [dir] .sm\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-black:hover {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-white:hover {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-50:hover {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-100:hover {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-200:hover {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-300:hover {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-400:hover {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-500:hover {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-600:hover {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-700:hover {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-800:hover {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-red-900:hover {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-50:hover {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-100:hover {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-200:hover {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-300:hover {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-400:hover {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-500:hover {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-600:hover {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-700:hover {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-800:hover {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-orange-900:hover {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-50:hover {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-100:hover {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-200:hover {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-300:hover {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-400:hover {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-500:hover {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-600:hover {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-700:hover {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-800:hover {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-yellow-900:hover {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-50:hover {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-100:hover {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-200:hover {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-300:hover {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-400:hover {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-500:hover {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-600:hover {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-700:hover {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-800:hover {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-green-900:hover {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-50:hover {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-100:hover {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-200:hover {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-300:hover {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-400:hover {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-500:hover {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-600:hover {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-700:hover {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-800:hover {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-teal-900:hover {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-50:hover {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-100:hover {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-300:hover {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-400:hover {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-500:hover {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-600:hover {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-800:hover {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-100:hover {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-400:hover {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-600:hover {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-700:hover {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-800:hover {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-purple-900:hover {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-100:hover {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-400:hover {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-500:hover {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-600:hover {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-700:hover {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-800:hover {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-pink-900:hover {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-50:hover {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-100:hover {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-200:hover {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-300:hover {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-400:hover {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-500:hover {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-600:hover {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-700:hover {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-800:hover {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-900:hover {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-grey-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-primary-light:hover {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-primary-DEFAULT:hover {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-primary-dark:hover {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-secondary-light:hover {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-secondary-DEFAULT:hover {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-secondary-dark:hover {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-success-light:hover {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-success-DEFAULT:hover {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-success-dark:hover {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-warning-light:hover {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-warning-DEFAULT:hover {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-warning-dark:hover {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-danger-light:hover {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-danger-DEFAULT:hover {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-danger-dark:hover {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-info-light:hover {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-info-DEFAULT:hover {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-info-dark:hover {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-neutral-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-neutral-light:hover {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-neutral-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-neutral-DEFAULT:hover {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-neutral-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-neutral-dark:hover {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-telegram:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-telegram:hover {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-instagram:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-instagram:hover {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-facebook:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-facebook:hover {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-whatsapp:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-whatsapp:hover {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-linkedin:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-linkedin:hover {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-50:hover {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-100:hover {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-200:hover {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-300:hover {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-400:hover {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-500:hover {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-600:hover {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-700:hover {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-800:hover {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:hover\:bg-cyan-900:hover {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  [dir] .sm\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .sm\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-black:focus {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-white:focus {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-50:focus {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-100:focus {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-200:focus {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-300:focus {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-400:focus {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-500:focus {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-600:focus {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-700:focus {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-800:focus {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-red-900:focus {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-50:focus {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-100:focus {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-200:focus {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-300:focus {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-400:focus {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-500:focus {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-600:focus {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-700:focus {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-800:focus {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-orange-900:focus {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-50:focus {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-100:focus {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-200:focus {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-300:focus {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-400:focus {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-500:focus {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-600:focus {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-700:focus {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-800:focus {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-yellow-900:focus {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-50:focus {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-100:focus {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-200:focus {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-300:focus {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-400:focus {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-500:focus {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-600:focus {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-700:focus {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-800:focus {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-green-900:focus {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-50:focus {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-100:focus {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-200:focus {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-300:focus {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-400:focus {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-500:focus {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-600:focus {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-700:focus {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-800:focus {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-teal-900:focus {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-50:focus {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-100:focus {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-300:focus {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-400:focus {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-500:focus {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-600:focus {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-800:focus {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-100:focus {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-400:focus {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-600:focus {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-700:focus {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-800:focus {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-purple-900:focus {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-100:focus {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-400:focus {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-500:focus {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-600:focus {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-700:focus {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-800:focus {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-pink-900:focus {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-50:focus {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-100:focus {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-200:focus {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-300:focus {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-400:focus {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-500:focus {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-600:focus {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-700:focus {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-800:focus {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-900:focus {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-grey-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-grey-light:focus {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-primary-light:focus {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-primary-DEFAULT:focus {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-primary-dark:focus {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-secondary-light:focus {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-secondary-DEFAULT:focus {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-secondary-dark:focus {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-success-light:focus {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-success-DEFAULT:focus {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-success-dark:focus {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-warning-light:focus {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-warning-DEFAULT:focus {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-warning-dark:focus {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-danger-light:focus {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-danger-DEFAULT:focus {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-danger-dark:focus {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-info-light:focus {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-info-DEFAULT:focus {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-info-dark:focus {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-neutral-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-neutral-light:focus {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-neutral-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-neutral-DEFAULT:focus {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-neutral-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-neutral-dark:focus {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-telegram:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-telegram:focus {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-instagram:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-instagram:focus {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-facebook:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-facebook:focus {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-whatsapp:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-whatsapp:focus {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-linkedin:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-linkedin:focus {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-50:focus {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-100:focus {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-200:focus {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-300:focus {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-400:focus {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-500:focus {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-600:focus {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-700:focus {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-800:focus {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:focus\:bg-cyan-900:focus {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .sm\:bg-none {
    background-image: none !important;
  }

  [dir] .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  [dir] .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-black {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:from-white {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-gray-100 {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:from-gray-200 {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:from-gray-300 {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:from-gray-400 {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:from-gray-500 {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:from-gray-600 {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:from-gray-700 {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:from-gray-800 {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:from-gray-900 {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:from-red-50 {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:from-red-100 {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:from-red-200 {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:from-red-300 {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:from-red-400 {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:from-red-500 {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:from-red-600 {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:from-red-700 {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:from-red-800 {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:from-red-900 {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:from-orange-50 {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:from-orange-100 {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:from-orange-200 {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:from-orange-300 {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:from-orange-400 {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:from-orange-500 {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:from-orange-600 {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:from-orange-700 {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:from-orange-800 {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:from-orange-900 {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:from-yellow-50 {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:from-yellow-100 {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:from-yellow-200 {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:from-yellow-300 {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:from-yellow-400 {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:from-yellow-500 {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:from-yellow-600 {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:from-yellow-700 {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:from-yellow-800 {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:from-yellow-900 {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:from-green-50 {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:from-green-100 {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:from-green-200 {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:from-green-300 {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:from-green-400 {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:from-green-500 {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:from-green-600 {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:from-green-700 {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:from-green-800 {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:from-green-900 {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:from-teal-50 {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:from-teal-100 {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:from-teal-200 {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:from-teal-300 {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:from-teal-400 {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:from-teal-500 {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:from-teal-600 {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:from-teal-700 {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:from-teal-800 {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:from-teal-900 {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:from-blue-50 {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:from-blue-100 {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:from-blue-200 {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:from-blue-300 {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:from-blue-400 {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:from-blue-500 {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:from-blue-600 {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:from-blue-700 {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:from-blue-800 {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:from-blue-900 {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:from-purple-50 {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:from-purple-100 {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:from-purple-200 {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:from-purple-300 {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:from-purple-400 {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:from-purple-500 {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:from-purple-600 {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:from-purple-700 {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:from-purple-800 {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:from-purple-900 {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:from-pink-50 {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:from-pink-100 {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:from-pink-200 {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:from-pink-300 {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:from-pink-400 {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:from-pink-500 {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:from-pink-600 {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:from-pink-700 {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:from-pink-800 {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:from-pink-900 {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:from-grey-50 {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:from-grey-100 {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:from-grey-200 {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:from-grey-300 {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:from-grey-400 {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:from-grey-500 {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:from-grey-600 {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:from-grey-700 {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:from-grey-800 {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:from-grey-900 {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:from-grey-light {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:from-primary-light {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .sm\:from-primary-DEFAULT {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:from-primary-dark {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:from-secondary-light {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .sm\:from-secondary-DEFAULT {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:from-secondary-dark {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:from-success-light {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:from-success-DEFAULT {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:from-success-dark {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:from-warning-light {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:from-warning-DEFAULT {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:from-warning-dark {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:from-danger-light {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:from-danger-DEFAULT {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:from-danger-dark {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:from-info-light {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:from-info-DEFAULT {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:from-info-dark {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:from-neutral-light {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:from-neutral-DEFAULT {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:from-neutral-dark {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:from-telegram {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .sm\:from-instagram {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .sm\:from-facebook {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .sm\:from-whatsapp {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .sm\:from-linkedin {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .sm\:from-cyan-50 {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:from-cyan-100 {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:from-cyan-200 {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:from-cyan-300 {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:from-cyan-400 {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:from-cyan-500 {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:from-cyan-600 {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:from-cyan-700 {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:from-cyan-800 {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:from-cyan-900 {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-black {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:via-white {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gray-100 {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:via-gray-200 {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:via-gray-300 {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:via-gray-400 {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:via-gray-500 {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:via-gray-600 {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:via-gray-700 {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:via-gray-800 {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:via-gray-900 {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:via-red-50 {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:via-red-100 {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:via-red-200 {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:via-red-300 {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:via-red-400 {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:via-red-500 {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:via-red-600 {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:via-red-700 {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:via-red-800 {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:via-red-900 {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:via-orange-50 {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:via-orange-100 {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:via-orange-200 {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:via-orange-300 {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:via-orange-400 {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:via-orange-500 {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:via-orange-600 {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:via-orange-700 {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:via-orange-800 {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:via-orange-900 {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:via-yellow-50 {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:via-yellow-100 {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:via-yellow-200 {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:via-yellow-300 {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:via-yellow-400 {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:via-yellow-500 {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:via-yellow-600 {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:via-yellow-700 {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:via-yellow-800 {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:via-yellow-900 {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:via-green-50 {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:via-green-100 {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:via-green-200 {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:via-green-300 {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:via-green-400 {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:via-green-500 {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:via-green-600 {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:via-green-700 {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:via-green-800 {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:via-green-900 {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:via-teal-50 {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:via-teal-100 {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:via-teal-200 {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:via-teal-300 {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:via-teal-400 {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:via-teal-500 {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:via-teal-600 {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:via-teal-700 {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:via-teal-800 {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:via-teal-900 {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:via-blue-50 {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:via-blue-100 {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:via-blue-200 {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:via-blue-300 {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:via-blue-400 {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:via-blue-500 {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:via-blue-600 {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:via-blue-700 {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:via-blue-800 {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:via-blue-900 {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:via-purple-50 {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:via-purple-100 {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:via-purple-200 {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:via-purple-300 {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:via-purple-400 {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:via-purple-500 {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:via-purple-600 {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:via-purple-700 {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:via-purple-800 {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:via-purple-900 {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:via-pink-50 {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:via-pink-100 {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:via-pink-200 {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:via-pink-300 {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:via-pink-400 {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:via-pink-500 {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:via-pink-600 {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:via-pink-700 {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:via-pink-800 {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:via-pink-900 {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:via-grey-50 {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:via-grey-100 {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:via-grey-200 {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:via-grey-300 {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:via-grey-400 {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:via-grey-500 {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:via-grey-600 {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:via-grey-700 {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:via-grey-800 {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:via-grey-900 {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:via-grey-light {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:via-primary-light {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .sm\:via-primary-DEFAULT {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:via-primary-dark {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:via-secondary-light {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .sm\:via-secondary-DEFAULT {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:via-secondary-dark {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:via-success-light {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:via-success-DEFAULT {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:via-success-dark {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:via-warning-light {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:via-warning-DEFAULT {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:via-warning-dark {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:via-danger-light {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:via-danger-DEFAULT {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:via-danger-dark {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:via-info-light {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:via-info-DEFAULT {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:via-info-dark {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:via-neutral-light {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:via-neutral-DEFAULT {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:via-neutral-dark {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:via-telegram {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .sm\:via-instagram {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .sm\:via-facebook {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .sm\:via-whatsapp {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .sm\:via-linkedin {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .sm\:via-cyan-50 {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:via-cyan-100 {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:via-cyan-200 {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:via-cyan-300 {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:via-cyan-400 {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:via-cyan-500 {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:via-cyan-600 {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:via-cyan-700 {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:via-cyan-800 {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:via-cyan-900 {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .sm\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .sm\:to-black {
    --gradient-to-color: #22292f !important;
  }

  .sm\:to-white {
    --gradient-to-color: #ffffff !important;
  }

  .sm\:to-gray-100 {
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:to-gray-200 {
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:to-gray-300 {
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:to-gray-400 {
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:to-gray-500 {
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:to-gray-600 {
    --gradient-to-color: #718096 !important;
  }

  .sm\:to-gray-700 {
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:to-gray-800 {
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:to-gray-900 {
    --gradient-to-color: #1a202c !important;
  }

  .sm\:to-red-50 {
    --gradient-to-color: #fef2f2 !important;
  }

  .sm\:to-red-100 {
    --gradient-to-color: #fee2e2 !important;
  }

  .sm\:to-red-200 {
    --gradient-to-color: #fecaca !important;
  }

  .sm\:to-red-300 {
    --gradient-to-color: #fca5a5 !important;
  }

  .sm\:to-red-400 {
    --gradient-to-color: #f87171 !important;
  }

  .sm\:to-red-500 {
    --gradient-to-color: #ef4444 !important;
  }

  .sm\:to-red-600 {
    --gradient-to-color: #dc2626 !important;
  }

  .sm\:to-red-700 {
    --gradient-to-color: #b91c1c !important;
  }

  .sm\:to-red-800 {
    --gradient-to-color: #991b1b !important;
  }

  .sm\:to-red-900 {
    --gradient-to-color: #7f1d1d !important;
  }

  .sm\:to-orange-50 {
    --gradient-to-color: #fff7ed !important;
  }

  .sm\:to-orange-100 {
    --gradient-to-color: #ffedd5 !important;
  }

  .sm\:to-orange-200 {
    --gradient-to-color: #fed7aa !important;
  }

  .sm\:to-orange-300 {
    --gradient-to-color: #fdba74 !important;
  }

  .sm\:to-orange-400 {
    --gradient-to-color: #fb923c !important;
  }

  .sm\:to-orange-500 {
    --gradient-to-color: #f97316 !important;
  }

  .sm\:to-orange-600 {
    --gradient-to-color: #ea580c !important;
  }

  .sm\:to-orange-700 {
    --gradient-to-color: #c2410c !important;
  }

  .sm\:to-orange-800 {
    --gradient-to-color: #9a3412 !important;
  }

  .sm\:to-orange-900 {
    --gradient-to-color: #7c2d12 !important;
  }

  .sm\:to-yellow-50 {
    --gradient-to-color: #fefce8 !important;
  }

  .sm\:to-yellow-100 {
    --gradient-to-color: #fef9c3 !important;
  }

  .sm\:to-yellow-200 {
    --gradient-to-color: #fef08a !important;
  }

  .sm\:to-yellow-300 {
    --gradient-to-color: #fde047 !important;
  }

  .sm\:to-yellow-400 {
    --gradient-to-color: #facc15 !important;
  }

  .sm\:to-yellow-500 {
    --gradient-to-color: #eab308 !important;
  }

  .sm\:to-yellow-600 {
    --gradient-to-color: #ca8a04 !important;
  }

  .sm\:to-yellow-700 {
    --gradient-to-color: #a16207 !important;
  }

  .sm\:to-yellow-800 {
    --gradient-to-color: #854d0e !important;
  }

  .sm\:to-yellow-900 {
    --gradient-to-color: #713f12 !important;
  }

  .sm\:to-green-50 {
    --gradient-to-color: #f0fdf4 !important;
  }

  .sm\:to-green-100 {
    --gradient-to-color: #dcfce7 !important;
  }

  .sm\:to-green-200 {
    --gradient-to-color: #bbf7d0 !important;
  }

  .sm\:to-green-300 {
    --gradient-to-color: #86efac !important;
  }

  .sm\:to-green-400 {
    --gradient-to-color: #4ade80 !important;
  }

  .sm\:to-green-500 {
    --gradient-to-color: #22c55e !important;
  }

  .sm\:to-green-600 {
    --gradient-to-color: #16a34a !important;
  }

  .sm\:to-green-700 {
    --gradient-to-color: #15803d !important;
  }

  .sm\:to-green-800 {
    --gradient-to-color: #166534 !important;
  }

  .sm\:to-green-900 {
    --gradient-to-color: #14532d !important;
  }

  .sm\:to-teal-50 {
    --gradient-to-color: #f0fdfa !important;
  }

  .sm\:to-teal-100 {
    --gradient-to-color: #ccfbf1 !important;
  }

  .sm\:to-teal-200 {
    --gradient-to-color: #99f6e4 !important;
  }

  .sm\:to-teal-300 {
    --gradient-to-color: #5eead4 !important;
  }

  .sm\:to-teal-400 {
    --gradient-to-color: #2dd4bf !important;
  }

  .sm\:to-teal-500 {
    --gradient-to-color: #14b8a6 !important;
  }

  .sm\:to-teal-600 {
    --gradient-to-color: #0d9488 !important;
  }

  .sm\:to-teal-700 {
    --gradient-to-color: #0f766e !important;
  }

  .sm\:to-teal-800 {
    --gradient-to-color: #115e59 !important;
  }

  .sm\:to-teal-900 {
    --gradient-to-color: #134e4a !important;
  }

  .sm\:to-blue-50 {
    --gradient-to-color: #eff6ff !important;
  }

  .sm\:to-blue-100 {
    --gradient-to-color: #dbeafe !important;
  }

  .sm\:to-blue-200 {
    --gradient-to-color: #bfdbfe !important;
  }

  .sm\:to-blue-300 {
    --gradient-to-color: #93c5fd !important;
  }

  .sm\:to-blue-400 {
    --gradient-to-color: #60a5fa !important;
  }

  .sm\:to-blue-500 {
    --gradient-to-color: #3b82f6 !important;
  }

  .sm\:to-blue-600 {
    --gradient-to-color: #2563eb !important;
  }

  .sm\:to-blue-700 {
    --gradient-to-color: #1d4ed8 !important;
  }

  .sm\:to-blue-800 {
    --gradient-to-color: #1e40af !important;
  }

  .sm\:to-blue-900 {
    --gradient-to-color: #1e3a8a !important;
  }

  .sm\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .sm\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .sm\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .sm\:to-purple-50 {
    --gradient-to-color: #f5f3ff !important;
  }

  .sm\:to-purple-100 {
    --gradient-to-color: #ede9fe !important;
  }

  .sm\:to-purple-200 {
    --gradient-to-color: #ddd6fe !important;
  }

  .sm\:to-purple-300 {
    --gradient-to-color: #c4b5fd !important;
  }

  .sm\:to-purple-400 {
    --gradient-to-color: #a78bfa !important;
  }

  .sm\:to-purple-500 {
    --gradient-to-color: #8b5cf6 !important;
  }

  .sm\:to-purple-600 {
    --gradient-to-color: #7c3aed !important;
  }

  .sm\:to-purple-700 {
    --gradient-to-color: #6d28d9 !important;
  }

  .sm\:to-purple-800 {
    --gradient-to-color: #5b21b6 !important;
  }

  .sm\:to-purple-900 {
    --gradient-to-color: #4c1d95 !important;
  }

  .sm\:to-pink-50 {
    --gradient-to-color: #fdf2f8 !important;
  }

  .sm\:to-pink-100 {
    --gradient-to-color: #fce7f3 !important;
  }

  .sm\:to-pink-200 {
    --gradient-to-color: #fbcfe8 !important;
  }

  .sm\:to-pink-300 {
    --gradient-to-color: #f9a8d4 !important;
  }

  .sm\:to-pink-400 {
    --gradient-to-color: #f472b6 !important;
  }

  .sm\:to-pink-500 {
    --gradient-to-color: #ec4899 !important;
  }

  .sm\:to-pink-600 {
    --gradient-to-color: #db2777 !important;
  }

  .sm\:to-pink-700 {
    --gradient-to-color: #be185d !important;
  }

  .sm\:to-pink-800 {
    --gradient-to-color: #9d174d !important;
  }

  .sm\:to-pink-900 {
    --gradient-to-color: #831843 !important;
  }

  .sm\:to-grey-50 {
    --gradient-to-color: #f9fafb !important;
  }

  .sm\:to-grey-100 {
    --gradient-to-color: #f3f4f6 !important;
  }

  .sm\:to-grey-200 {
    --gradient-to-color: #e5e7eb !important;
  }

  .sm\:to-grey-300 {
    --gradient-to-color: #d1d5db !important;
  }

  .sm\:to-grey-400 {
    --gradient-to-color: #9ca3af !important;
  }

  .sm\:to-grey-500 {
    --gradient-to-color: #6b7280 !important;
  }

  .sm\:to-grey-600 {
    --gradient-to-color: #4b5563 !important;
  }

  .sm\:to-grey-700 {
    --gradient-to-color: #374151 !important;
  }

  .sm\:to-grey-800 {
    --gradient-to-color: #1f2937 !important;
  }

  .sm\:to-grey-900 {
    --gradient-to-color: #111827 !important;
  }

  .sm\:to-grey-light {
    --gradient-to-color: #dae1e7 !important;
  }

  .sm\:to-primary-light {
    --gradient-to-color: #3F8CFF !important;
  }

  .sm\:to-primary-DEFAULT {
    --gradient-to-color: #1D4ED8 !important;
  }

  .sm\:to-primary-dark {
    --gradient-to-color: #1E40AF !important;
  }

  .sm\:to-secondary-light {
    --gradient-to-color: #FF7C7C !important;
  }

  .sm\:to-secondary-DEFAULT {
    --gradient-to-color: #EF4444 !important;
  }

  .sm\:to-secondary-dark {
    --gradient-to-color: #B91C1C !important;
  }

  .sm\:to-success-light {
    --gradient-to-color: #4ADE80 !important;
  }

  .sm\:to-success-DEFAULT {
    --gradient-to-color: #16A34A !important;
  }

  .sm\:to-success-dark {
    --gradient-to-color: #15803D !important;
  }

  .sm\:to-warning-light {
    --gradient-to-color: #FDE047 !important;
  }

  .sm\:to-warning-DEFAULT {
    --gradient-to-color: #F59E0B !important;
  }

  .sm\:to-warning-dark {
    --gradient-to-color: #B45309 !important;
  }

  .sm\:to-danger-light {
    --gradient-to-color: #F87171 !important;
  }

  .sm\:to-danger-DEFAULT {
    --gradient-to-color: #DC2626 !important;
  }

  .sm\:to-danger-dark {
    --gradient-to-color: #991B1B !important;
  }

  .sm\:to-info-light {
    --gradient-to-color: #60A5FA !important;
  }

  .sm\:to-info-DEFAULT {
    --gradient-to-color: #3B82F6 !important;
  }

  .sm\:to-info-dark {
    --gradient-to-color: #1D4ED8 !important;
  }

  .sm\:to-neutral-light {
    --gradient-to-color: #F3F4F6 !important;
  }

  .sm\:to-neutral-DEFAULT {
    --gradient-to-color: #9CA3AF !important;
  }

  .sm\:to-neutral-dark {
    --gradient-to-color: #4B5563 !important;
  }

  .sm\:to-telegram {
    --gradient-to-color: #0088CC !important;
  }

  .sm\:to-instagram {
    --gradient-to-color: #C13584 !important;
  }

  .sm\:to-facebook {
    --gradient-to-color: #3b5998 !important;
  }

  .sm\:to-whatsapp {
    --gradient-to-color: #25D366 !important;
  }

  .sm\:to-linkedin {
    --gradient-to-color: #0e76a8 !important;
  }

  .sm\:to-cyan-50 {
    --gradient-to-color: #ecfeff !important;
  }

  .sm\:to-cyan-100 {
    --gradient-to-color: #cffafe !important;
  }

  .sm\:to-cyan-200 {
    --gradient-to-color: #a5f3fc !important;
  }

  .sm\:to-cyan-300 {
    --gradient-to-color: #67e8f9 !important;
  }

  .sm\:to-cyan-400 {
    --gradient-to-color: #22d3ee !important;
  }

  .sm\:to-cyan-500 {
    --gradient-to-color: #06b6d4 !important;
  }

  .sm\:to-cyan-600 {
    --gradient-to-color: #0891b2 !important;
  }

  .sm\:to-cyan-700 {
    --gradient-to-color: #0e7490 !important;
  }

  .sm\:to-cyan-800 {
    --gradient-to-color: #155e75 !important;
  }

  .sm\:to-cyan-900 {
    --gradient-to-color: #164e63 !important;
  }

  .sm\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-black:hover {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:hover\:from-white:hover {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:from-red-50:hover {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:from-red-100:hover {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:from-red-200:hover {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:from-red-300:hover {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:from-red-400:hover {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:from-red-500:hover {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:from-red-600:hover {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:from-red-700:hover {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:from-red-800:hover {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:from-red-900:hover {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:from-orange-50:hover {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:hover\:from-orange-100:hover {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:hover\:from-orange-200:hover {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:hover\:from-orange-300:hover {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:hover\:from-orange-400:hover {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:hover\:from-orange-500:hover {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:hover\:from-orange-600:hover {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:hover\:from-orange-700:hover {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:hover\:from-orange-800:hover {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:hover\:from-orange-900:hover {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:hover\:from-yellow-50:hover {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:hover\:from-yellow-300:hover {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:hover\:from-yellow-400:hover {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:hover\:from-yellow-500:hover {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:hover\:from-yellow-600:hover {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:hover\:from-yellow-700:hover {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:hover\:from-yellow-800:hover {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:hover\:from-yellow-900:hover {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:hover\:from-green-50:hover {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:hover\:from-green-100:hover {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:hover\:from-green-200:hover {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:hover\:from-green-300:hover {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:hover\:from-green-400:hover {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:hover\:from-green-500:hover {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:hover\:from-green-600:hover {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:hover\:from-green-700:hover {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:hover\:from-green-800:hover {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:hover\:from-green-900:hover {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:hover\:from-teal-50:hover {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:hover\:from-teal-100:hover {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:hover\:from-teal-200:hover {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:hover\:from-teal-300:hover {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:hover\:from-teal-400:hover {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:hover\:from-teal-500:hover {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:hover\:from-teal-600:hover {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:hover\:from-teal-700:hover {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:hover\:from-teal-800:hover {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:hover\:from-teal-900:hover {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:hover\:from-blue-50:hover {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-100:hover {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:hover\:from-blue-200:hover {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:hover\:from-blue-300:hover {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:hover\:from-blue-400:hover {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:from-blue-500:hover {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:from-blue-600:hover {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:hover\:from-blue-700:hover {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:from-blue-800:hover {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:from-blue-900:hover {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:from-purple-50:hover {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:hover\:from-purple-100:hover {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:hover\:from-purple-200:hover {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:hover\:from-purple-300:hover {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:hover\:from-purple-400:hover {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:hover\:from-purple-500:hover {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:hover\:from-purple-600:hover {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:hover\:from-purple-700:hover {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:hover\:from-purple-800:hover {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:hover\:from-purple-900:hover {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:hover\:from-pink-50:hover {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:hover\:from-pink-100:hover {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:hover\:from-pink-200:hover {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:hover\:from-pink-300:hover {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:hover\:from-pink-400:hover {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:hover\:from-pink-500:hover {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:hover\:from-pink-600:hover {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:hover\:from-pink-700:hover {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:hover\:from-pink-800:hover {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:hover\:from-pink-900:hover {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:hover\:from-grey-50:hover {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:hover\:from-grey-100:hover {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:hover\:from-grey-200:hover {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:hover\:from-grey-300:hover {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:hover\:from-grey-400:hover {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:from-grey-500:hover {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:from-grey-600:hover {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:from-grey-700:hover {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:hover\:from-grey-800:hover {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:hover\:from-grey-900:hover {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:hover\:from-grey-light:hover {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:hover\:from-primary-light:hover {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .sm\:hover\:from-primary-DEFAULT:hover {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:from-primary-dark:hover {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:from-secondary-light:hover {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .sm\:hover\:from-secondary-DEFAULT:hover {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:from-secondary-dark:hover {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:from-success-light:hover {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:hover\:from-success-DEFAULT:hover {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:hover\:from-success-dark:hover {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:hover\:from-warning-light:hover {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:hover\:from-warning-DEFAULT:hover {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:hover\:from-warning-dark:hover {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:hover\:from-danger-light:hover {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:from-danger-DEFAULT:hover {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:from-danger-dark:hover {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:from-info-light:hover {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:from-info-DEFAULT:hover {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:from-info-dark:hover {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:from-neutral-light:hover {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:hover\:from-neutral-DEFAULT:hover {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:from-neutral-dark:hover {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:from-telegram:hover {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .sm\:hover\:from-instagram:hover {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .sm\:hover\:from-facebook:hover {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .sm\:hover\:from-whatsapp:hover {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .sm\:hover\:from-linkedin:hover {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .sm\:hover\:from-cyan-50:hover {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:hover\:from-cyan-100:hover {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:hover\:from-cyan-200:hover {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:hover\:from-cyan-300:hover {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:hover\:from-cyan-400:hover {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:hover\:from-cyan-500:hover {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:hover\:from-cyan-600:hover {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:hover\:from-cyan-700:hover {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:hover\:from-cyan-800:hover {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:hover\:from-cyan-900:hover {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-black:hover {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:hover\:via-white:hover {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:via-red-50:hover {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:via-red-100:hover {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:via-red-200:hover {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:via-red-300:hover {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:via-red-400:hover {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:via-red-500:hover {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:via-red-600:hover {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:via-red-700:hover {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:via-red-800:hover {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:via-red-900:hover {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:via-orange-50:hover {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:hover\:via-orange-100:hover {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:hover\:via-orange-200:hover {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:hover\:via-orange-300:hover {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:hover\:via-orange-400:hover {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:hover\:via-orange-500:hover {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:hover\:via-orange-600:hover {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:hover\:via-orange-700:hover {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:hover\:via-orange-800:hover {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:hover\:via-orange-900:hover {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:hover\:via-yellow-50:hover {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:hover\:via-yellow-300:hover {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:hover\:via-yellow-400:hover {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:hover\:via-yellow-500:hover {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:hover\:via-yellow-600:hover {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:hover\:via-yellow-700:hover {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:hover\:via-yellow-800:hover {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:hover\:via-yellow-900:hover {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:hover\:via-green-50:hover {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:hover\:via-green-100:hover {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:hover\:via-green-200:hover {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:hover\:via-green-300:hover {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:hover\:via-green-400:hover {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:hover\:via-green-500:hover {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:hover\:via-green-600:hover {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:hover\:via-green-700:hover {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:hover\:via-green-800:hover {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:hover\:via-green-900:hover {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:hover\:via-teal-50:hover {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:hover\:via-teal-100:hover {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:hover\:via-teal-200:hover {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:hover\:via-teal-300:hover {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:hover\:via-teal-400:hover {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:hover\:via-teal-500:hover {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:hover\:via-teal-600:hover {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:hover\:via-teal-700:hover {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:hover\:via-teal-800:hover {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:hover\:via-teal-900:hover {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:hover\:via-blue-50:hover {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-100:hover {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:hover\:via-blue-200:hover {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:hover\:via-blue-300:hover {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:hover\:via-blue-400:hover {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:via-blue-500:hover {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:via-blue-600:hover {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:hover\:via-blue-700:hover {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:via-blue-800:hover {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:via-blue-900:hover {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:via-purple-50:hover {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:hover\:via-purple-100:hover {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:hover\:via-purple-200:hover {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:hover\:via-purple-300:hover {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:hover\:via-purple-400:hover {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:hover\:via-purple-500:hover {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:hover\:via-purple-600:hover {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:hover\:via-purple-700:hover {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:hover\:via-purple-800:hover {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:hover\:via-purple-900:hover {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:hover\:via-pink-50:hover {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:hover\:via-pink-100:hover {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:hover\:via-pink-200:hover {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:hover\:via-pink-300:hover {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:hover\:via-pink-400:hover {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:hover\:via-pink-500:hover {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:hover\:via-pink-600:hover {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:hover\:via-pink-700:hover {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:hover\:via-pink-800:hover {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:hover\:via-pink-900:hover {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:hover\:via-grey-50:hover {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:hover\:via-grey-100:hover {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:hover\:via-grey-200:hover {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:hover\:via-grey-300:hover {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:hover\:via-grey-400:hover {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:via-grey-500:hover {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:hover\:via-grey-600:hover {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:via-grey-700:hover {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:hover\:via-grey-800:hover {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:hover\:via-grey-900:hover {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:hover\:via-grey-light:hover {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:hover\:via-primary-light:hover {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .sm\:hover\:via-primary-DEFAULT:hover {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:via-primary-dark:hover {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:via-secondary-light:hover {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .sm\:hover\:via-secondary-DEFAULT:hover {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:via-secondary-dark:hover {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:via-success-light:hover {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:hover\:via-success-DEFAULT:hover {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:hover\:via-success-dark:hover {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:hover\:via-warning-light:hover {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:hover\:via-warning-DEFAULT:hover {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:hover\:via-warning-dark:hover {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:hover\:via-danger-light:hover {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:via-danger-DEFAULT:hover {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:via-danger-dark:hover {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:via-info-light:hover {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:via-info-DEFAULT:hover {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:via-info-dark:hover {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:via-neutral-light:hover {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:hover\:via-neutral-DEFAULT:hover {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:hover\:via-neutral-dark:hover {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:via-telegram:hover {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .sm\:hover\:via-instagram:hover {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .sm\:hover\:via-facebook:hover {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .sm\:hover\:via-whatsapp:hover {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .sm\:hover\:via-linkedin:hover {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .sm\:hover\:via-cyan-50:hover {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:hover\:via-cyan-100:hover {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:hover\:via-cyan-200:hover {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:hover\:via-cyan-300:hover {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:hover\:via-cyan-400:hover {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:hover\:via-cyan-500:hover {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:hover\:via-cyan-600:hover {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:hover\:via-cyan-700:hover {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:hover\:via-cyan-800:hover {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:hover\:via-cyan-900:hover {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .sm\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .sm\:hover\:to-black:hover {
    --gradient-to-color: #22292f !important;
  }

  .sm\:hover\:to-white:hover {
    --gradient-to-color: #ffffff !important;
  }

  .sm\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096 !important;
  }

  .sm\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c !important;
  }

  .sm\:hover\:to-red-50:hover {
    --gradient-to-color: #fef2f2 !important;
  }

  .sm\:hover\:to-red-100:hover {
    --gradient-to-color: #fee2e2 !important;
  }

  .sm\:hover\:to-red-200:hover {
    --gradient-to-color: #fecaca !important;
  }

  .sm\:hover\:to-red-300:hover {
    --gradient-to-color: #fca5a5 !important;
  }

  .sm\:hover\:to-red-400:hover {
    --gradient-to-color: #f87171 !important;
  }

  .sm\:hover\:to-red-500:hover {
    --gradient-to-color: #ef4444 !important;
  }

  .sm\:hover\:to-red-600:hover {
    --gradient-to-color: #dc2626 !important;
  }

  .sm\:hover\:to-red-700:hover {
    --gradient-to-color: #b91c1c !important;
  }

  .sm\:hover\:to-red-800:hover {
    --gradient-to-color: #991b1b !important;
  }

  .sm\:hover\:to-red-900:hover {
    --gradient-to-color: #7f1d1d !important;
  }

  .sm\:hover\:to-orange-50:hover {
    --gradient-to-color: #fff7ed !important;
  }

  .sm\:hover\:to-orange-100:hover {
    --gradient-to-color: #ffedd5 !important;
  }

  .sm\:hover\:to-orange-200:hover {
    --gradient-to-color: #fed7aa !important;
  }

  .sm\:hover\:to-orange-300:hover {
    --gradient-to-color: #fdba74 !important;
  }

  .sm\:hover\:to-orange-400:hover {
    --gradient-to-color: #fb923c !important;
  }

  .sm\:hover\:to-orange-500:hover {
    --gradient-to-color: #f97316 !important;
  }

  .sm\:hover\:to-orange-600:hover {
    --gradient-to-color: #ea580c !important;
  }

  .sm\:hover\:to-orange-700:hover {
    --gradient-to-color: #c2410c !important;
  }

  .sm\:hover\:to-orange-800:hover {
    --gradient-to-color: #9a3412 !important;
  }

  .sm\:hover\:to-orange-900:hover {
    --gradient-to-color: #7c2d12 !important;
  }

  .sm\:hover\:to-yellow-50:hover {
    --gradient-to-color: #fefce8 !important;
  }

  .sm\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fef9c3 !important;
  }

  .sm\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fef08a !important;
  }

  .sm\:hover\:to-yellow-300:hover {
    --gradient-to-color: #fde047 !important;
  }

  .sm\:hover\:to-yellow-400:hover {
    --gradient-to-color: #facc15 !important;
  }

  .sm\:hover\:to-yellow-500:hover {
    --gradient-to-color: #eab308 !important;
  }

  .sm\:hover\:to-yellow-600:hover {
    --gradient-to-color: #ca8a04 !important;
  }

  .sm\:hover\:to-yellow-700:hover {
    --gradient-to-color: #a16207 !important;
  }

  .sm\:hover\:to-yellow-800:hover {
    --gradient-to-color: #854d0e !important;
  }

  .sm\:hover\:to-yellow-900:hover {
    --gradient-to-color: #713f12 !important;
  }

  .sm\:hover\:to-green-50:hover {
    --gradient-to-color: #f0fdf4 !important;
  }

  .sm\:hover\:to-green-100:hover {
    --gradient-to-color: #dcfce7 !important;
  }

  .sm\:hover\:to-green-200:hover {
    --gradient-to-color: #bbf7d0 !important;
  }

  .sm\:hover\:to-green-300:hover {
    --gradient-to-color: #86efac !important;
  }

  .sm\:hover\:to-green-400:hover {
    --gradient-to-color: #4ade80 !important;
  }

  .sm\:hover\:to-green-500:hover {
    --gradient-to-color: #22c55e !important;
  }

  .sm\:hover\:to-green-600:hover {
    --gradient-to-color: #16a34a !important;
  }

  .sm\:hover\:to-green-700:hover {
    --gradient-to-color: #15803d !important;
  }

  .sm\:hover\:to-green-800:hover {
    --gradient-to-color: #166534 !important;
  }

  .sm\:hover\:to-green-900:hover {
    --gradient-to-color: #14532d !important;
  }

  .sm\:hover\:to-teal-50:hover {
    --gradient-to-color: #f0fdfa !important;
  }

  .sm\:hover\:to-teal-100:hover {
    --gradient-to-color: #ccfbf1 !important;
  }

  .sm\:hover\:to-teal-200:hover {
    --gradient-to-color: #99f6e4 !important;
  }

  .sm\:hover\:to-teal-300:hover {
    --gradient-to-color: #5eead4 !important;
  }

  .sm\:hover\:to-teal-400:hover {
    --gradient-to-color: #2dd4bf !important;
  }

  .sm\:hover\:to-teal-500:hover {
    --gradient-to-color: #14b8a6 !important;
  }

  .sm\:hover\:to-teal-600:hover {
    --gradient-to-color: #0d9488 !important;
  }

  .sm\:hover\:to-teal-700:hover {
    --gradient-to-color: #0f766e !important;
  }

  .sm\:hover\:to-teal-800:hover {
    --gradient-to-color: #115e59 !important;
  }

  .sm\:hover\:to-teal-900:hover {
    --gradient-to-color: #134e4a !important;
  }

  .sm\:hover\:to-blue-50:hover {
    --gradient-to-color: #eff6ff !important;
  }

  .sm\:hover\:to-blue-100:hover {
    --gradient-to-color: #dbeafe !important;
  }

  .sm\:hover\:to-blue-200:hover {
    --gradient-to-color: #bfdbfe !important;
  }

  .sm\:hover\:to-blue-300:hover {
    --gradient-to-color: #93c5fd !important;
  }

  .sm\:hover\:to-blue-400:hover {
    --gradient-to-color: #60a5fa !important;
  }

  .sm\:hover\:to-blue-500:hover {
    --gradient-to-color: #3b82f6 !important;
  }

  .sm\:hover\:to-blue-600:hover {
    --gradient-to-color: #2563eb !important;
  }

  .sm\:hover\:to-blue-700:hover {
    --gradient-to-color: #1d4ed8 !important;
  }

  .sm\:hover\:to-blue-800:hover {
    --gradient-to-color: #1e40af !important;
  }

  .sm\:hover\:to-blue-900:hover {
    --gradient-to-color: #1e3a8a !important;
  }

  .sm\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .sm\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .sm\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .sm\:hover\:to-purple-50:hover {
    --gradient-to-color: #f5f3ff !important;
  }

  .sm\:hover\:to-purple-100:hover {
    --gradient-to-color: #ede9fe !important;
  }

  .sm\:hover\:to-purple-200:hover {
    --gradient-to-color: #ddd6fe !important;
  }

  .sm\:hover\:to-purple-300:hover {
    --gradient-to-color: #c4b5fd !important;
  }

  .sm\:hover\:to-purple-400:hover {
    --gradient-to-color: #a78bfa !important;
  }

  .sm\:hover\:to-purple-500:hover {
    --gradient-to-color: #8b5cf6 !important;
  }

  .sm\:hover\:to-purple-600:hover {
    --gradient-to-color: #7c3aed !important;
  }

  .sm\:hover\:to-purple-700:hover {
    --gradient-to-color: #6d28d9 !important;
  }

  .sm\:hover\:to-purple-800:hover {
    --gradient-to-color: #5b21b6 !important;
  }

  .sm\:hover\:to-purple-900:hover {
    --gradient-to-color: #4c1d95 !important;
  }

  .sm\:hover\:to-pink-50:hover {
    --gradient-to-color: #fdf2f8 !important;
  }

  .sm\:hover\:to-pink-100:hover {
    --gradient-to-color: #fce7f3 !important;
  }

  .sm\:hover\:to-pink-200:hover {
    --gradient-to-color: #fbcfe8 !important;
  }

  .sm\:hover\:to-pink-300:hover {
    --gradient-to-color: #f9a8d4 !important;
  }

  .sm\:hover\:to-pink-400:hover {
    --gradient-to-color: #f472b6 !important;
  }

  .sm\:hover\:to-pink-500:hover {
    --gradient-to-color: #ec4899 !important;
  }

  .sm\:hover\:to-pink-600:hover {
    --gradient-to-color: #db2777 !important;
  }

  .sm\:hover\:to-pink-700:hover {
    --gradient-to-color: #be185d !important;
  }

  .sm\:hover\:to-pink-800:hover {
    --gradient-to-color: #9d174d !important;
  }

  .sm\:hover\:to-pink-900:hover {
    --gradient-to-color: #831843 !important;
  }

  .sm\:hover\:to-grey-50:hover {
    --gradient-to-color: #f9fafb !important;
  }

  .sm\:hover\:to-grey-100:hover {
    --gradient-to-color: #f3f4f6 !important;
  }

  .sm\:hover\:to-grey-200:hover {
    --gradient-to-color: #e5e7eb !important;
  }

  .sm\:hover\:to-grey-300:hover {
    --gradient-to-color: #d1d5db !important;
  }

  .sm\:hover\:to-grey-400:hover {
    --gradient-to-color: #9ca3af !important;
  }

  .sm\:hover\:to-grey-500:hover {
    --gradient-to-color: #6b7280 !important;
  }

  .sm\:hover\:to-grey-600:hover {
    --gradient-to-color: #4b5563 !important;
  }

  .sm\:hover\:to-grey-700:hover {
    --gradient-to-color: #374151 !important;
  }

  .sm\:hover\:to-grey-800:hover {
    --gradient-to-color: #1f2937 !important;
  }

  .sm\:hover\:to-grey-900:hover {
    --gradient-to-color: #111827 !important;
  }

  .sm\:hover\:to-grey-light:hover {
    --gradient-to-color: #dae1e7 !important;
  }

  .sm\:hover\:to-primary-light:hover {
    --gradient-to-color: #3F8CFF !important;
  }

  .sm\:hover\:to-primary-DEFAULT:hover {
    --gradient-to-color: #1D4ED8 !important;
  }

  .sm\:hover\:to-primary-dark:hover {
    --gradient-to-color: #1E40AF !important;
  }

  .sm\:hover\:to-secondary-light:hover {
    --gradient-to-color: #FF7C7C !important;
  }

  .sm\:hover\:to-secondary-DEFAULT:hover {
    --gradient-to-color: #EF4444 !important;
  }

  .sm\:hover\:to-secondary-dark:hover {
    --gradient-to-color: #B91C1C !important;
  }

  .sm\:hover\:to-success-light:hover {
    --gradient-to-color: #4ADE80 !important;
  }

  .sm\:hover\:to-success-DEFAULT:hover {
    --gradient-to-color: #16A34A !important;
  }

  .sm\:hover\:to-success-dark:hover {
    --gradient-to-color: #15803D !important;
  }

  .sm\:hover\:to-warning-light:hover {
    --gradient-to-color: #FDE047 !important;
  }

  .sm\:hover\:to-warning-DEFAULT:hover {
    --gradient-to-color: #F59E0B !important;
  }

  .sm\:hover\:to-warning-dark:hover {
    --gradient-to-color: #B45309 !important;
  }

  .sm\:hover\:to-danger-light:hover {
    --gradient-to-color: #F87171 !important;
  }

  .sm\:hover\:to-danger-DEFAULT:hover {
    --gradient-to-color: #DC2626 !important;
  }

  .sm\:hover\:to-danger-dark:hover {
    --gradient-to-color: #991B1B !important;
  }

  .sm\:hover\:to-info-light:hover {
    --gradient-to-color: #60A5FA !important;
  }

  .sm\:hover\:to-info-DEFAULT:hover {
    --gradient-to-color: #3B82F6 !important;
  }

  .sm\:hover\:to-info-dark:hover {
    --gradient-to-color: #1D4ED8 !important;
  }

  .sm\:hover\:to-neutral-light:hover {
    --gradient-to-color: #F3F4F6 !important;
  }

  .sm\:hover\:to-neutral-DEFAULT:hover {
    --gradient-to-color: #9CA3AF !important;
  }

  .sm\:hover\:to-neutral-dark:hover {
    --gradient-to-color: #4B5563 !important;
  }

  .sm\:hover\:to-telegram:hover {
    --gradient-to-color: #0088CC !important;
  }

  .sm\:hover\:to-instagram:hover {
    --gradient-to-color: #C13584 !important;
  }

  .sm\:hover\:to-facebook:hover {
    --gradient-to-color: #3b5998 !important;
  }

  .sm\:hover\:to-whatsapp:hover {
    --gradient-to-color: #25D366 !important;
  }

  .sm\:hover\:to-linkedin:hover {
    --gradient-to-color: #0e76a8 !important;
  }

  .sm\:hover\:to-cyan-50:hover {
    --gradient-to-color: #ecfeff !important;
  }

  .sm\:hover\:to-cyan-100:hover {
    --gradient-to-color: #cffafe !important;
  }

  .sm\:hover\:to-cyan-200:hover {
    --gradient-to-color: #a5f3fc !important;
  }

  .sm\:hover\:to-cyan-300:hover {
    --gradient-to-color: #67e8f9 !important;
  }

  .sm\:hover\:to-cyan-400:hover {
    --gradient-to-color: #22d3ee !important;
  }

  .sm\:hover\:to-cyan-500:hover {
    --gradient-to-color: #06b6d4 !important;
  }

  .sm\:hover\:to-cyan-600:hover {
    --gradient-to-color: #0891b2 !important;
  }

  .sm\:hover\:to-cyan-700:hover {
    --gradient-to-color: #0e7490 !important;
  }

  .sm\:hover\:to-cyan-800:hover {
    --gradient-to-color: #155e75 !important;
  }

  .sm\:hover\:to-cyan-900:hover {
    --gradient-to-color: #164e63 !important;
  }

  .sm\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-black:focus {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:focus\:from-white:focus {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:from-red-50:focus {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:from-red-100:focus {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:from-red-200:focus {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:from-red-300:focus {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:from-red-400:focus {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:from-red-500:focus {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:from-red-600:focus {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:from-red-700:focus {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:from-red-800:focus {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:from-red-900:focus {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:from-orange-50:focus {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:focus\:from-orange-100:focus {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:focus\:from-orange-200:focus {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:focus\:from-orange-300:focus {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:focus\:from-orange-400:focus {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:focus\:from-orange-500:focus {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:focus\:from-orange-600:focus {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:focus\:from-orange-700:focus {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:focus\:from-orange-800:focus {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:focus\:from-orange-900:focus {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:focus\:from-yellow-50:focus {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:focus\:from-yellow-300:focus {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:focus\:from-yellow-400:focus {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:focus\:from-yellow-500:focus {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:focus\:from-yellow-600:focus {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:focus\:from-yellow-700:focus {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:focus\:from-yellow-800:focus {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:focus\:from-yellow-900:focus {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:focus\:from-green-50:focus {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:focus\:from-green-100:focus {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:focus\:from-green-200:focus {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:focus\:from-green-300:focus {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:focus\:from-green-400:focus {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:focus\:from-green-500:focus {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:focus\:from-green-600:focus {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:focus\:from-green-700:focus {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:focus\:from-green-800:focus {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:focus\:from-green-900:focus {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:focus\:from-teal-50:focus {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:focus\:from-teal-100:focus {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:focus\:from-teal-200:focus {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:focus\:from-teal-300:focus {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:focus\:from-teal-400:focus {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:focus\:from-teal-500:focus {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:focus\:from-teal-600:focus {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:focus\:from-teal-700:focus {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:focus\:from-teal-800:focus {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:focus\:from-teal-900:focus {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:focus\:from-blue-50:focus {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-100:focus {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:focus\:from-blue-200:focus {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:focus\:from-blue-300:focus {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:focus\:from-blue-400:focus {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:from-blue-500:focus {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:from-blue-600:focus {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:focus\:from-blue-700:focus {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:from-blue-800:focus {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:from-blue-900:focus {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:from-purple-50:focus {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:focus\:from-purple-100:focus {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:focus\:from-purple-200:focus {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:focus\:from-purple-300:focus {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:focus\:from-purple-400:focus {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:focus\:from-purple-500:focus {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:focus\:from-purple-600:focus {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:focus\:from-purple-700:focus {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:focus\:from-purple-800:focus {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:focus\:from-purple-900:focus {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:focus\:from-pink-50:focus {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:focus\:from-pink-100:focus {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:focus\:from-pink-200:focus {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:focus\:from-pink-300:focus {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:focus\:from-pink-400:focus {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:focus\:from-pink-500:focus {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:focus\:from-pink-600:focus {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:focus\:from-pink-700:focus {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:focus\:from-pink-800:focus {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:focus\:from-pink-900:focus {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:focus\:from-grey-50:focus {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:focus\:from-grey-100:focus {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:focus\:from-grey-200:focus {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:focus\:from-grey-300:focus {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:focus\:from-grey-400:focus {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:from-grey-500:focus {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:from-grey-600:focus {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:from-grey-700:focus {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:focus\:from-grey-800:focus {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:focus\:from-grey-900:focus {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:focus\:from-grey-light:focus {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:focus\:from-primary-light:focus {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .sm\:focus\:from-primary-DEFAULT:focus {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:from-primary-dark:focus {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:from-secondary-light:focus {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .sm\:focus\:from-secondary-DEFAULT:focus {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:from-secondary-dark:focus {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:from-success-light:focus {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:focus\:from-success-DEFAULT:focus {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:focus\:from-success-dark:focus {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:focus\:from-warning-light:focus {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:focus\:from-warning-DEFAULT:focus {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:focus\:from-warning-dark:focus {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:focus\:from-danger-light:focus {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:from-danger-DEFAULT:focus {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:from-danger-dark:focus {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:from-info-light:focus {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:from-info-DEFAULT:focus {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:from-info-dark:focus {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:from-neutral-light:focus {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:focus\:from-neutral-DEFAULT:focus {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:from-neutral-dark:focus {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:from-telegram:focus {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .sm\:focus\:from-instagram:focus {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .sm\:focus\:from-facebook:focus {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .sm\:focus\:from-whatsapp:focus {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .sm\:focus\:from-linkedin:focus {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .sm\:focus\:from-cyan-50:focus {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:focus\:from-cyan-100:focus {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:focus\:from-cyan-200:focus {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:focus\:from-cyan-300:focus {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:focus\:from-cyan-400:focus {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:focus\:from-cyan-500:focus {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:focus\:from-cyan-600:focus {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:focus\:from-cyan-700:focus {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:focus\:from-cyan-800:focus {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:focus\:from-cyan-900:focus {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-black:focus {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .sm\:focus\:via-white:focus {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:via-red-50:focus {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:via-red-100:focus {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:via-red-200:focus {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:via-red-300:focus {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:via-red-400:focus {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:via-red-500:focus {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:via-red-600:focus {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:via-red-700:focus {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:via-red-800:focus {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:via-red-900:focus {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:via-orange-50:focus {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:focus\:via-orange-100:focus {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:focus\:via-orange-200:focus {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:focus\:via-orange-300:focus {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:focus\:via-orange-400:focus {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:focus\:via-orange-500:focus {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:focus\:via-orange-600:focus {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:focus\:via-orange-700:focus {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:focus\:via-orange-800:focus {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:focus\:via-orange-900:focus {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:focus\:via-yellow-50:focus {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:focus\:via-yellow-300:focus {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:focus\:via-yellow-400:focus {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:focus\:via-yellow-500:focus {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:focus\:via-yellow-600:focus {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:focus\:via-yellow-700:focus {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:focus\:via-yellow-800:focus {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:focus\:via-yellow-900:focus {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:focus\:via-green-50:focus {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:focus\:via-green-100:focus {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:focus\:via-green-200:focus {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:focus\:via-green-300:focus {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:focus\:via-green-400:focus {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:focus\:via-green-500:focus {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:focus\:via-green-600:focus {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:focus\:via-green-700:focus {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:focus\:via-green-800:focus {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:focus\:via-green-900:focus {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:focus\:via-teal-50:focus {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:focus\:via-teal-100:focus {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:focus\:via-teal-200:focus {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:focus\:via-teal-300:focus {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:focus\:via-teal-400:focus {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:focus\:via-teal-500:focus {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:focus\:via-teal-600:focus {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:focus\:via-teal-700:focus {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:focus\:via-teal-800:focus {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:focus\:via-teal-900:focus {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:focus\:via-blue-50:focus {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-100:focus {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:focus\:via-blue-200:focus {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:focus\:via-blue-300:focus {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:focus\:via-blue-400:focus {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:via-blue-500:focus {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:via-blue-600:focus {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:focus\:via-blue-700:focus {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:via-blue-800:focus {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:via-blue-900:focus {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:via-purple-50:focus {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:focus\:via-purple-100:focus {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:focus\:via-purple-200:focus {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:focus\:via-purple-300:focus {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:focus\:via-purple-400:focus {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:focus\:via-purple-500:focus {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:focus\:via-purple-600:focus {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:focus\:via-purple-700:focus {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:focus\:via-purple-800:focus {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:focus\:via-purple-900:focus {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:focus\:via-pink-50:focus {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:focus\:via-pink-100:focus {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:focus\:via-pink-200:focus {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:focus\:via-pink-300:focus {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:focus\:via-pink-400:focus {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:focus\:via-pink-500:focus {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:focus\:via-pink-600:focus {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:focus\:via-pink-700:focus {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:focus\:via-pink-800:focus {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:focus\:via-pink-900:focus {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:focus\:via-grey-50:focus {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .sm\:focus\:via-grey-100:focus {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:focus\:via-grey-200:focus {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .sm\:focus\:via-grey-300:focus {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .sm\:focus\:via-grey-400:focus {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:via-grey-500:focus {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .sm\:focus\:via-grey-600:focus {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:via-grey-700:focus {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .sm\:focus\:via-grey-800:focus {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .sm\:focus\:via-grey-900:focus {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .sm\:focus\:via-grey-light:focus {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .sm\:focus\:via-primary-light:focus {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .sm\:focus\:via-primary-DEFAULT:focus {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:via-primary-dark:focus {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:via-secondary-light:focus {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .sm\:focus\:via-secondary-DEFAULT:focus {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:via-secondary-dark:focus {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:via-success-light:focus {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:focus\:via-success-DEFAULT:focus {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:focus\:via-success-dark:focus {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:focus\:via-warning-light:focus {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:focus\:via-warning-DEFAULT:focus {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:focus\:via-warning-dark:focus {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:focus\:via-danger-light:focus {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:via-danger-DEFAULT:focus {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:via-danger-dark:focus {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:via-info-light:focus {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:via-info-DEFAULT:focus {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:via-info-dark:focus {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:via-neutral-light:focus {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .sm\:focus\:via-neutral-DEFAULT:focus {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .sm\:focus\:via-neutral-dark:focus {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:via-telegram:focus {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .sm\:focus\:via-instagram:focus {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .sm\:focus\:via-facebook:focus {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .sm\:focus\:via-whatsapp:focus {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .sm\:focus\:via-linkedin:focus {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .sm\:focus\:via-cyan-50:focus {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:focus\:via-cyan-100:focus {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:focus\:via-cyan-200:focus {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:focus\:via-cyan-300:focus {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:focus\:via-cyan-400:focus {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:focus\:via-cyan-500:focus {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:focus\:via-cyan-600:focus {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:focus\:via-cyan-700:focus {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:focus\:via-cyan-800:focus {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:focus\:via-cyan-900:focus {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .sm\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .sm\:focus\:to-black:focus {
    --gradient-to-color: #22292f !important;
  }

  .sm\:focus\:to-white:focus {
    --gradient-to-color: #ffffff !important;
  }

  .sm\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096 !important;
  }

  .sm\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c !important;
  }

  .sm\:focus\:to-red-50:focus {
    --gradient-to-color: #fef2f2 !important;
  }

  .sm\:focus\:to-red-100:focus {
    --gradient-to-color: #fee2e2 !important;
  }

  .sm\:focus\:to-red-200:focus {
    --gradient-to-color: #fecaca !important;
  }

  .sm\:focus\:to-red-300:focus {
    --gradient-to-color: #fca5a5 !important;
  }

  .sm\:focus\:to-red-400:focus {
    --gradient-to-color: #f87171 !important;
  }

  .sm\:focus\:to-red-500:focus {
    --gradient-to-color: #ef4444 !important;
  }

  .sm\:focus\:to-red-600:focus {
    --gradient-to-color: #dc2626 !important;
  }

  .sm\:focus\:to-red-700:focus {
    --gradient-to-color: #b91c1c !important;
  }

  .sm\:focus\:to-red-800:focus {
    --gradient-to-color: #991b1b !important;
  }

  .sm\:focus\:to-red-900:focus {
    --gradient-to-color: #7f1d1d !important;
  }

  .sm\:focus\:to-orange-50:focus {
    --gradient-to-color: #fff7ed !important;
  }

  .sm\:focus\:to-orange-100:focus {
    --gradient-to-color: #ffedd5 !important;
  }

  .sm\:focus\:to-orange-200:focus {
    --gradient-to-color: #fed7aa !important;
  }

  .sm\:focus\:to-orange-300:focus {
    --gradient-to-color: #fdba74 !important;
  }

  .sm\:focus\:to-orange-400:focus {
    --gradient-to-color: #fb923c !important;
  }

  .sm\:focus\:to-orange-500:focus {
    --gradient-to-color: #f97316 !important;
  }

  .sm\:focus\:to-orange-600:focus {
    --gradient-to-color: #ea580c !important;
  }

  .sm\:focus\:to-orange-700:focus {
    --gradient-to-color: #c2410c !important;
  }

  .sm\:focus\:to-orange-800:focus {
    --gradient-to-color: #9a3412 !important;
  }

  .sm\:focus\:to-orange-900:focus {
    --gradient-to-color: #7c2d12 !important;
  }

  .sm\:focus\:to-yellow-50:focus {
    --gradient-to-color: #fefce8 !important;
  }

  .sm\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fef9c3 !important;
  }

  .sm\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fef08a !important;
  }

  .sm\:focus\:to-yellow-300:focus {
    --gradient-to-color: #fde047 !important;
  }

  .sm\:focus\:to-yellow-400:focus {
    --gradient-to-color: #facc15 !important;
  }

  .sm\:focus\:to-yellow-500:focus {
    --gradient-to-color: #eab308 !important;
  }

  .sm\:focus\:to-yellow-600:focus {
    --gradient-to-color: #ca8a04 !important;
  }

  .sm\:focus\:to-yellow-700:focus {
    --gradient-to-color: #a16207 !important;
  }

  .sm\:focus\:to-yellow-800:focus {
    --gradient-to-color: #854d0e !important;
  }

  .sm\:focus\:to-yellow-900:focus {
    --gradient-to-color: #713f12 !important;
  }

  .sm\:focus\:to-green-50:focus {
    --gradient-to-color: #f0fdf4 !important;
  }

  .sm\:focus\:to-green-100:focus {
    --gradient-to-color: #dcfce7 !important;
  }

  .sm\:focus\:to-green-200:focus {
    --gradient-to-color: #bbf7d0 !important;
  }

  .sm\:focus\:to-green-300:focus {
    --gradient-to-color: #86efac !important;
  }

  .sm\:focus\:to-green-400:focus {
    --gradient-to-color: #4ade80 !important;
  }

  .sm\:focus\:to-green-500:focus {
    --gradient-to-color: #22c55e !important;
  }

  .sm\:focus\:to-green-600:focus {
    --gradient-to-color: #16a34a !important;
  }

  .sm\:focus\:to-green-700:focus {
    --gradient-to-color: #15803d !important;
  }

  .sm\:focus\:to-green-800:focus {
    --gradient-to-color: #166534 !important;
  }

  .sm\:focus\:to-green-900:focus {
    --gradient-to-color: #14532d !important;
  }

  .sm\:focus\:to-teal-50:focus {
    --gradient-to-color: #f0fdfa !important;
  }

  .sm\:focus\:to-teal-100:focus {
    --gradient-to-color: #ccfbf1 !important;
  }

  .sm\:focus\:to-teal-200:focus {
    --gradient-to-color: #99f6e4 !important;
  }

  .sm\:focus\:to-teal-300:focus {
    --gradient-to-color: #5eead4 !important;
  }

  .sm\:focus\:to-teal-400:focus {
    --gradient-to-color: #2dd4bf !important;
  }

  .sm\:focus\:to-teal-500:focus {
    --gradient-to-color: #14b8a6 !important;
  }

  .sm\:focus\:to-teal-600:focus {
    --gradient-to-color: #0d9488 !important;
  }

  .sm\:focus\:to-teal-700:focus {
    --gradient-to-color: #0f766e !important;
  }

  .sm\:focus\:to-teal-800:focus {
    --gradient-to-color: #115e59 !important;
  }

  .sm\:focus\:to-teal-900:focus {
    --gradient-to-color: #134e4a !important;
  }

  .sm\:focus\:to-blue-50:focus {
    --gradient-to-color: #eff6ff !important;
  }

  .sm\:focus\:to-blue-100:focus {
    --gradient-to-color: #dbeafe !important;
  }

  .sm\:focus\:to-blue-200:focus {
    --gradient-to-color: #bfdbfe !important;
  }

  .sm\:focus\:to-blue-300:focus {
    --gradient-to-color: #93c5fd !important;
  }

  .sm\:focus\:to-blue-400:focus {
    --gradient-to-color: #60a5fa !important;
  }

  .sm\:focus\:to-blue-500:focus {
    --gradient-to-color: #3b82f6 !important;
  }

  .sm\:focus\:to-blue-600:focus {
    --gradient-to-color: #2563eb !important;
  }

  .sm\:focus\:to-blue-700:focus {
    --gradient-to-color: #1d4ed8 !important;
  }

  .sm\:focus\:to-blue-800:focus {
    --gradient-to-color: #1e40af !important;
  }

  .sm\:focus\:to-blue-900:focus {
    --gradient-to-color: #1e3a8a !important;
  }

  .sm\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .sm\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .sm\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .sm\:focus\:to-purple-50:focus {
    --gradient-to-color: #f5f3ff !important;
  }

  .sm\:focus\:to-purple-100:focus {
    --gradient-to-color: #ede9fe !important;
  }

  .sm\:focus\:to-purple-200:focus {
    --gradient-to-color: #ddd6fe !important;
  }

  .sm\:focus\:to-purple-300:focus {
    --gradient-to-color: #c4b5fd !important;
  }

  .sm\:focus\:to-purple-400:focus {
    --gradient-to-color: #a78bfa !important;
  }

  .sm\:focus\:to-purple-500:focus {
    --gradient-to-color: #8b5cf6 !important;
  }

  .sm\:focus\:to-purple-600:focus {
    --gradient-to-color: #7c3aed !important;
  }

  .sm\:focus\:to-purple-700:focus {
    --gradient-to-color: #6d28d9 !important;
  }

  .sm\:focus\:to-purple-800:focus {
    --gradient-to-color: #5b21b6 !important;
  }

  .sm\:focus\:to-purple-900:focus {
    --gradient-to-color: #4c1d95 !important;
  }

  .sm\:focus\:to-pink-50:focus {
    --gradient-to-color: #fdf2f8 !important;
  }

  .sm\:focus\:to-pink-100:focus {
    --gradient-to-color: #fce7f3 !important;
  }

  .sm\:focus\:to-pink-200:focus {
    --gradient-to-color: #fbcfe8 !important;
  }

  .sm\:focus\:to-pink-300:focus {
    --gradient-to-color: #f9a8d4 !important;
  }

  .sm\:focus\:to-pink-400:focus {
    --gradient-to-color: #f472b6 !important;
  }

  .sm\:focus\:to-pink-500:focus {
    --gradient-to-color: #ec4899 !important;
  }

  .sm\:focus\:to-pink-600:focus {
    --gradient-to-color: #db2777 !important;
  }

  .sm\:focus\:to-pink-700:focus {
    --gradient-to-color: #be185d !important;
  }

  .sm\:focus\:to-pink-800:focus {
    --gradient-to-color: #9d174d !important;
  }

  .sm\:focus\:to-pink-900:focus {
    --gradient-to-color: #831843 !important;
  }

  .sm\:focus\:to-grey-50:focus {
    --gradient-to-color: #f9fafb !important;
  }

  .sm\:focus\:to-grey-100:focus {
    --gradient-to-color: #f3f4f6 !important;
  }

  .sm\:focus\:to-grey-200:focus {
    --gradient-to-color: #e5e7eb !important;
  }

  .sm\:focus\:to-grey-300:focus {
    --gradient-to-color: #d1d5db !important;
  }

  .sm\:focus\:to-grey-400:focus {
    --gradient-to-color: #9ca3af !important;
  }

  .sm\:focus\:to-grey-500:focus {
    --gradient-to-color: #6b7280 !important;
  }

  .sm\:focus\:to-grey-600:focus {
    --gradient-to-color: #4b5563 !important;
  }

  .sm\:focus\:to-grey-700:focus {
    --gradient-to-color: #374151 !important;
  }

  .sm\:focus\:to-grey-800:focus {
    --gradient-to-color: #1f2937 !important;
  }

  .sm\:focus\:to-grey-900:focus {
    --gradient-to-color: #111827 !important;
  }

  .sm\:focus\:to-grey-light:focus {
    --gradient-to-color: #dae1e7 !important;
  }

  .sm\:focus\:to-primary-light:focus {
    --gradient-to-color: #3F8CFF !important;
  }

  .sm\:focus\:to-primary-DEFAULT:focus {
    --gradient-to-color: #1D4ED8 !important;
  }

  .sm\:focus\:to-primary-dark:focus {
    --gradient-to-color: #1E40AF !important;
  }

  .sm\:focus\:to-secondary-light:focus {
    --gradient-to-color: #FF7C7C !important;
  }

  .sm\:focus\:to-secondary-DEFAULT:focus {
    --gradient-to-color: #EF4444 !important;
  }

  .sm\:focus\:to-secondary-dark:focus {
    --gradient-to-color: #B91C1C !important;
  }

  .sm\:focus\:to-success-light:focus {
    --gradient-to-color: #4ADE80 !important;
  }

  .sm\:focus\:to-success-DEFAULT:focus {
    --gradient-to-color: #16A34A !important;
  }

  .sm\:focus\:to-success-dark:focus {
    --gradient-to-color: #15803D !important;
  }

  .sm\:focus\:to-warning-light:focus {
    --gradient-to-color: #FDE047 !important;
  }

  .sm\:focus\:to-warning-DEFAULT:focus {
    --gradient-to-color: #F59E0B !important;
  }

  .sm\:focus\:to-warning-dark:focus {
    --gradient-to-color: #B45309 !important;
  }

  .sm\:focus\:to-danger-light:focus {
    --gradient-to-color: #F87171 !important;
  }

  .sm\:focus\:to-danger-DEFAULT:focus {
    --gradient-to-color: #DC2626 !important;
  }

  .sm\:focus\:to-danger-dark:focus {
    --gradient-to-color: #991B1B !important;
  }

  .sm\:focus\:to-info-light:focus {
    --gradient-to-color: #60A5FA !important;
  }

  .sm\:focus\:to-info-DEFAULT:focus {
    --gradient-to-color: #3B82F6 !important;
  }

  .sm\:focus\:to-info-dark:focus {
    --gradient-to-color: #1D4ED8 !important;
  }

  .sm\:focus\:to-neutral-light:focus {
    --gradient-to-color: #F3F4F6 !important;
  }

  .sm\:focus\:to-neutral-DEFAULT:focus {
    --gradient-to-color: #9CA3AF !important;
  }

  .sm\:focus\:to-neutral-dark:focus {
    --gradient-to-color: #4B5563 !important;
  }

  .sm\:focus\:to-telegram:focus {
    --gradient-to-color: #0088CC !important;
  }

  .sm\:focus\:to-instagram:focus {
    --gradient-to-color: #C13584 !important;
  }

  .sm\:focus\:to-facebook:focus {
    --gradient-to-color: #3b5998 !important;
  }

  .sm\:focus\:to-whatsapp:focus {
    --gradient-to-color: #25D366 !important;
  }

  .sm\:focus\:to-linkedin:focus {
    --gradient-to-color: #0e76a8 !important;
  }

  .sm\:focus\:to-cyan-50:focus {
    --gradient-to-color: #ecfeff !important;
  }

  .sm\:focus\:to-cyan-100:focus {
    --gradient-to-color: #cffafe !important;
  }

  .sm\:focus\:to-cyan-200:focus {
    --gradient-to-color: #a5f3fc !important;
  }

  .sm\:focus\:to-cyan-300:focus {
    --gradient-to-color: #67e8f9 !important;
  }

  .sm\:focus\:to-cyan-400:focus {
    --gradient-to-color: #22d3ee !important;
  }

  .sm\:focus\:to-cyan-500:focus {
    --gradient-to-color: #06b6d4 !important;
  }

  .sm\:focus\:to-cyan-600:focus {
    --gradient-to-color: #0891b2 !important;
  }

  .sm\:focus\:to-cyan-700:focus {
    --gradient-to-color: #0e7490 !important;
  }

  .sm\:focus\:to-cyan-800:focus {
    --gradient-to-color: #155e75 !important;
  }

  .sm\:focus\:to-cyan-900:focus {
    --gradient-to-color: #164e63 !important;
  }

  .sm\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .sm\:bg-auto {
    background-size: auto !important;
  }

  [dir] .sm\:bg-cover {
    background-size: cover !important;
  }

  [dir] .sm\:bg-contain {
    background-size: contain !important;
  }

  [dir] .sm\:border-transparent {
    border-color: transparent !important;
  }

  [dir] .sm\:border-current {
    border-color: currentColor !important;
  }

  .sm\:border-black {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-black {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .sm\:border-white {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-white {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:border-gray-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-100 {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:border-gray-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-200 {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:border-gray-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-300 {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:border-gray-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-400 {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:border-gray-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-500 {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:border-gray-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-600 {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:border-gray-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-700 {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:border-gray-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-800 {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:border-gray-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-gray-900 {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:border-red-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-50 {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:border-red-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-100 {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .sm\:border-red-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-200 {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .sm\:border-red-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-300 {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .sm\:border-red-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-400 {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .sm\:border-red-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-500 {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .sm\:border-red-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-600 {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:border-red-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-700 {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:border-red-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-800 {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .sm\:border-red-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-red-900 {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:border-orange-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-50 {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .sm\:border-orange-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-100 {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .sm\:border-orange-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-200 {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .sm\:border-orange-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-300 {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .sm\:border-orange-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-400 {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .sm\:border-orange-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-500 {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .sm\:border-orange-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-600 {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .sm\:border-orange-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-700 {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .sm\:border-orange-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-800 {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .sm\:border-orange-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-orange-900 {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-50 {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-100 {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-200 {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-300 {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-400 {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-500 {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-600 {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-700 {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-800 {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-yellow-900 {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .sm\:border-green-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-50 {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .sm\:border-green-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-100 {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .sm\:border-green-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-200 {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .sm\:border-green-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-300 {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .sm\:border-green-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-400 {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .sm\:border-green-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-500 {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .sm\:border-green-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-600 {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .sm\:border-green-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-700 {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .sm\:border-green-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-800 {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .sm\:border-green-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-green-900 {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .sm\:border-teal-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-50 {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .sm\:border-teal-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-100 {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .sm\:border-teal-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-200 {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .sm\:border-teal-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-300 {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .sm\:border-teal-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-400 {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .sm\:border-teal-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-500 {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .sm\:border-teal-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-600 {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .sm\:border-teal-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-700 {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .sm\:border-teal-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-800 {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .sm\:border-teal-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-teal-900 {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .sm\:border-blue-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-50 {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .sm\:border-blue-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-100 {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .sm\:border-blue-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-200 {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .sm\:border-blue-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-300 {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .sm\:border-blue-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-400 {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .sm\:border-blue-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-500 {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .sm\:border-blue-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-600 {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .sm\:border-blue-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-700 {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:border-blue-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-800 {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .sm\:border-blue-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-blue-900 {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-100 {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-200 {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-300 {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-400 {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-500 {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-600 {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-700 {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-800 {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-indigo-900 {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:border-purple-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-50 {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .sm\:border-purple-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-100 {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .sm\:border-purple-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-200 {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .sm\:border-purple-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-300 {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .sm\:border-purple-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-400 {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .sm\:border-purple-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-500 {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .sm\:border-purple-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-600 {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .sm\:border-purple-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-700 {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .sm\:border-purple-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-800 {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .sm\:border-purple-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-purple-900 {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .sm\:border-pink-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-50 {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .sm\:border-pink-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-100 {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .sm\:border-pink-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-200 {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .sm\:border-pink-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-300 {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .sm\:border-pink-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-400 {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .sm\:border-pink-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-500 {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .sm\:border-pink-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-600 {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .sm\:border-pink-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-700 {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .sm\:border-pink-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-800 {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .sm\:border-pink-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-pink-900 {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .sm\:border-grey-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-50 {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .sm\:border-grey-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-100 {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .sm\:border-grey-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-200 {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .sm\:border-grey-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-300 {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .sm\:border-grey-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-400 {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .sm\:border-grey-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-500 {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .sm\:border-grey-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-600 {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .sm\:border-grey-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-700 {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .sm\:border-grey-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-800 {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .sm\:border-grey-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-900 {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .sm\:border-grey-light {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-grey-light {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .sm\:border-primary-light {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-primary-light {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
  }

  .sm\:border-primary-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-primary-DEFAULT {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:border-primary-dark {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-primary-dark {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .sm\:border-secondary-light {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-secondary-light {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
  }

  .sm\:border-secondary-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-secondary-DEFAULT {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .sm\:border-secondary-dark {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-secondary-dark {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:border-success-light {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-success-light {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .sm\:border-success-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-success-DEFAULT {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .sm\:border-success-dark {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-success-dark {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .sm\:border-warning-light {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-warning-light {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .sm\:border-warning-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-warning-DEFAULT {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .sm\:border-warning-dark {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-warning-dark {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .sm\:border-danger-light {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-danger-light {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .sm\:border-danger-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-danger-DEFAULT {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:border-danger-dark {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-danger-dark {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .sm\:border-info-light {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-info-light {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .sm\:border-info-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-info-DEFAULT {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .sm\:border-info-dark {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-info-dark {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:border-neutral-light {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-neutral-light {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .sm\:border-neutral-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-neutral-DEFAULT {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .sm\:border-neutral-dark {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-neutral-dark {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .sm\:border-telegram {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-telegram {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
  }

  .sm\:border-instagram {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-instagram {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
  }

  .sm\:border-facebook {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-facebook {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
  }

  .sm\:border-whatsapp {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-whatsapp {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
  }

  .sm\:border-linkedin {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-linkedin {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-50 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-50 {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-100 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-100 {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-200 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-200 {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-300 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-300 {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-400 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-400 {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-500 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-500 {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-600 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-600 {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-700 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-700 {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-800 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-800 {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .sm\:border-cyan-900 {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-cyan-900 {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  [dir] .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  [dir] .sm\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .sm\:hover\:border-black:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-black:hover {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-white:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-white:hover {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-50:hover {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-100:hover {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-200:hover {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-300:hover {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-400:hover {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-500:hover {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-600:hover {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-700:hover {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-800:hover {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-red-900:hover {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-50:hover {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-100:hover {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-200:hover {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-300:hover {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-400:hover {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-500:hover {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-600:hover {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-700:hover {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-800:hover {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-orange-900:hover {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-50:hover {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-100:hover {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-200:hover {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-300:hover {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-400:hover {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-500:hover {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-600:hover {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-700:hover {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-800:hover {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-yellow-900:hover {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-50:hover {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-100:hover {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-200:hover {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-300:hover {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-400:hover {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-500:hover {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-600:hover {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-700:hover {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-800:hover {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-green-900:hover {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-50:hover {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-100:hover {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-200:hover {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-300:hover {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-400:hover {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-500:hover {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-600:hover {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-700:hover {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-800:hover {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-teal-900:hover {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-50:hover {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-100:hover {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-200:hover {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-300:hover {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-400:hover {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-500:hover {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-600:hover {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-700:hover {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-800:hover {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-blue-900:hover {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-50:hover {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-100:hover {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-200:hover {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-300:hover {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-400:hover {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-500:hover {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-600:hover {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-700:hover {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-800:hover {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-purple-900:hover {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-50:hover {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-100:hover {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-200:hover {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-300:hover {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-400:hover {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-500:hover {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-600:hover {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-700:hover {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-800:hover {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-pink-900:hover {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-50:hover {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-100:hover {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-200:hover {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-300:hover {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-400:hover {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-500:hover {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-600:hover {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-700:hover {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-800:hover {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-900:hover {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-grey-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-primary-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-primary-light:hover {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-primary-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-primary-DEFAULT:hover {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-primary-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-primary-dark:hover {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-secondary-light:hover {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-secondary-DEFAULT:hover {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-secondary-dark:hover {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-success-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-success-light:hover {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-success-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-success-DEFAULT:hover {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-success-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-success-dark:hover {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-warning-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-warning-light:hover {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-warning-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-warning-DEFAULT:hover {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-warning-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-warning-dark:hover {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-danger-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-danger-light:hover {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-danger-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-danger-DEFAULT:hover {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-danger-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-danger-dark:hover {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-info-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-info-light:hover {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-info-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-info-DEFAULT:hover {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-info-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-info-dark:hover {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-neutral-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-neutral-light:hover {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-neutral-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-neutral-DEFAULT:hover {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-neutral-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-neutral-dark:hover {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-telegram:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-telegram:hover {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-instagram:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-instagram:hover {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-facebook:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-facebook:hover {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-whatsapp:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-whatsapp:hover {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-linkedin:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-linkedin:hover {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-50:hover {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-100:hover {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-200:hover {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-300:hover {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-400:hover {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-500:hover {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-600:hover {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-700:hover {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-800:hover {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:hover\:border-cyan-900:hover {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .sm\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .sm\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  [dir] .sm\:border-solid {
    border-style: solid !important;
  }

  [dir] .sm\:border-dashed {
    border-style: dashed !important;
  }

  [dir] .sm\:border-dotted {
    border-style: dotted !important;
  }

  [dir] .sm\:border-double {
    border-style: double !important;
  }

  [dir] .sm\:border-none {
    border-style: none !important;
  }

  [dir] .sm\:border-0 {
    border-width: 0 !important;
  }

  [dir] .sm\:border-2 {
    border-width: 2px !important;
  }

  [dir] .sm\:border-4 {
    border-width: 4px !important;
  }

  [dir] .sm\:border-8 {
    border-width: 8px !important;
  }

  [dir] .sm\:border {
    border-width: 1px !important;
  }

  [dir] .sm\:border-t-0 {
    border-top-width: 0 !important;
  }

  [dir=ltr] .sm\:border-r-0 {
    border-right-width: 0 !important;
  }

  [dir=rtl] .sm\:border-r-0 {
    border-left-width: 0 !important;
  }

  [dir] .sm\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  [dir=ltr] .sm\:border-l-0 {
    border-left-width: 0 !important;
  }

  [dir=rtl] .sm\:border-l-0 {
    border-right-width: 0 !important;
  }

  [dir] .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  [dir=ltr] .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  [dir=rtl] .sm\:border-r-2 {
    border-left-width: 2px !important;
  }

  [dir] .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  [dir=ltr] .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  [dir=rtl] .sm\:border-l-2 {
    border-right-width: 2px !important;
  }

  [dir] .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  [dir=ltr] .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  [dir=rtl] .sm\:border-r-4 {
    border-left-width: 4px !important;
  }

  [dir] .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  [dir=ltr] .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  [dir=rtl] .sm\:border-l-4 {
    border-right-width: 4px !important;
  }

  [dir] .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  [dir=ltr] .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  [dir=rtl] .sm\:border-r-8 {
    border-left-width: 8px !important;
  }

  [dir] .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  [dir=ltr] .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  [dir=rtl] .sm\:border-l-8 {
    border-right-width: 8px !important;
  }

  [dir] .sm\:border-t {
    border-top-width: 1px !important;
  }

  [dir=ltr] .sm\:border-r {
    border-right-width: 1px !important;
  }

  [dir=rtl] .sm\:border-r {
    border-left-width: 1px !important;
  }

  [dir] .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  [dir=ltr] .sm\:border-l {
    border-left-width: 1px !important;
  }

  [dir=rtl] .sm\:border-l {
    border-right-width: 1px !important;
  }

  .sm\:box-border {
    box-sizing: border-box !important;
  }

  .sm\:box-content {
    box-sizing: content-box !important;
  }

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

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:inline-flex {
    display: inline-flex !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:table-caption {
    display: table-caption !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:table-column {
    display: table-column !important;
  }

  .sm\:table-column-group {
    display: table-column-group !important;
  }

  .sm\:table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:table-header-group {
    display: table-header-group !important;
  }

  .sm\:table-row-group {
    display: table-row-group !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:flow-root {
    display: flow-root !important;
  }

  .sm\:grid {
    display: grid !important;
  }

  .sm\:inline-grid {
    display: inline-grid !important;
  }

  .sm\:contents {
    display: contents !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .sm\:place-items-auto {
    place-items: auto !important;
  }

  .sm\:place-items-start {
    place-items: start !important;
  }

  .sm\:place-items-end {
    place-items: end !important;
  }

  .sm\:place-items-center {
    place-items: center !important;
  }

  .sm\:place-items-stretch {
    place-items: stretch !important;
  }

  .sm\:place-content-center {
    place-content: center !important;
  }

  .sm\:place-content-start {
    place-content: start !important;
  }

  .sm\:place-content-end {
    place-content: end !important;
  }

  .sm\:place-content-between {
    place-content: space-between !important;
  }

  .sm\:place-content-around {
    place-content: space-around !important;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch {
    place-content: stretch !important;
  }

  .sm\:place-self-auto {
    place-self: auto !important;
  }

  .sm\:place-self-start {
    place-self: start !important;
  }

  .sm\:place-self-end {
    place-self: end !important;
  }

  .sm\:place-self-center {
    place-self: center !important;
  }

  .sm\:place-self-stretch {
    place-self: stretch !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:items-end {
    align-items: flex-end !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:items-baseline {
    align-items: baseline !important;
  }

  .sm\:items-stretch {
    align-items: stretch !important;
  }

  .sm\:content-center {
    align-content: center !important;
  }

  .sm\:content-start {
    align-content: flex-start !important;
  }

  .sm\:content-end {
    align-content: flex-end !important;
  }

  .sm\:content-between {
    align-content: space-between !important;
  }

  .sm\:content-around {
    align-content: space-around !important;
  }

  .sm\:content-evenly {
    align-content: space-evenly !important;
  }

  .sm\:self-auto {
    align-self: auto !important;
  }

  .sm\:self-start {
    align-self: flex-start !important;
  }

  .sm\:self-end {
    align-self: flex-end !important;
  }

  .sm\:self-center {
    align-self: center !important;
  }

  .sm\:self-stretch {
    align-self: stretch !important;
  }

  .sm\:justify-items-auto {
    justify-items: auto !important;
  }

  .sm\:justify-items-start {
    justify-items: start !important;
  }

  .sm\:justify-items-end {
    justify-items: end !important;
  }

  .sm\:justify-items-center {
    justify-items: center !important;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .sm\:justify-start {
    justify-content: flex-start !important;
  }

  .sm\:justify-end {
    justify-content: flex-end !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:justify-between {
    justify-content: space-between !important;
  }

  .sm\:justify-around {
    justify-content: space-around !important;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm\:justify-self-auto {
    justify-self: auto !important;
  }

  .sm\:justify-self-start {
    justify-self: start !important;
  }

  .sm\:justify-self-end {
    justify-self: end !important;
  }

  .sm\:justify-self-center {
    justify-self: center !important;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    flex: none !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:order-1 {
    order: 1 !important;
  }

  .sm\:order-2 {
    order: 2 !important;
  }

  .sm\:order-3 {
    order: 3 !important;
  }

  .sm\:order-4 {
    order: 4 !important;
  }

  .sm\:order-5 {
    order: 5 !important;
  }

  .sm\:order-6 {
    order: 6 !important;
  }

  .sm\:order-first {
    order: -1 !important;
  }

  .sm\:order-last {
    order: 999 !important;
  }

  .sm\:order-normal {
    order: 0 !important;
  }

  .sm\:hover\:order-1:hover {
    order: 1 !important;
  }

  .sm\:hover\:order-2:hover {
    order: 2 !important;
  }

  .sm\:hover\:order-3:hover {
    order: 3 !important;
  }

  .sm\:hover\:order-4:hover {
    order: 4 !important;
  }

  .sm\:hover\:order-5:hover {
    order: 5 !important;
  }

  .sm\:hover\:order-6:hover {
    order: 6 !important;
  }

  .sm\:hover\:order-first:hover {
    order: -1 !important;
  }

  .sm\:hover\:order-last:hover {
    order: 999 !important;
  }

  .sm\:hover\:order-normal:hover {
    order: 0 !important;
  }

  .sm\:focus\:order-1:focus {
    order: 1 !important;
  }

  .sm\:focus\:order-2:focus {
    order: 2 !important;
  }

  .sm\:focus\:order-3:focus {
    order: 3 !important;
  }

  .sm\:focus\:order-4:focus {
    order: 4 !important;
  }

  .sm\:focus\:order-5:focus {
    order: 5 !important;
  }

  .sm\:focus\:order-6:focus {
    order: 6 !important;
  }

  .sm\:focus\:order-first:focus {
    order: -1 !important;
  }

  .sm\:focus\:order-last:focus {
    order: 999 !important;
  }

  .sm\:focus\:order-normal:focus {
    order: 0 !important;
  }

  [dir=ltr] .sm\:float-right {
    float: right !important;
  }

  [dir=rtl] .sm\:float-right {
    float: left !important;
  }

  [dir=ltr] .sm\:float-left {
    float: left !important;
  }

  [dir=rtl] .sm\:float-left {
    float: right !important;
  }

  [dir] .sm\:float-none {
    float: none !important;
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
  }

  [dir] .sm\:clearfix:after {
    clear: both !important;
  }

  [dir=ltr] .sm\:clear-left {
    clear: left !important;
  }

  [dir=rtl] .sm\:clear-left {
    clear: right !important;
  }

  [dir=ltr] .sm\:clear-right {
    clear: right !important;
  }

  [dir=rtl] .sm\:clear-right {
    clear: left !important;
  }

  [dir] .sm\:clear-both {
    clear: both !important;
  }

  [dir] .sm\:clear-none {
    clear: none !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:font-normal {
    font-weight: 400 !important;
  }

  .sm\:font-medium {
    font-weight: 500 !important;
  }

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .sm\:h-1 {
    height: 0.25rem !important;
  }

  .sm\:h-2 {
    height: 0.5rem !important;
  }

  .sm\:h-3 {
    height: 0.75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-5 {
    height: 1.25rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:text-xs {
    font-size: .75rem !important;
  }

  .sm\:text-sm {
    font-size: .875rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
  }

  .sm\:text-xl {
    font-size: 1.25rem !important;
  }

  .sm\:text-2xl {
    font-size: 1.5rem !important;
  }

  .sm\:text-3xl {
    font-size: 1.875rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
  }

  .sm\:text-5xl {
    font-size: 3rem !important;
  }

  .sm\:text-6xl {
    font-size: 4rem !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:list-inside {
    list-style-position: inside !important;
  }

  .sm\:list-outside {
    list-style-position: outside !important;
  }

  [dir] .sm\:m-0 {
    margin: 0 !important;
  }

  [dir] .sm\:m-1 {
    margin: 0.25rem !important;
  }

  [dir] .sm\:m-2 {
    margin: 0.5rem !important;
  }

  [dir] .sm\:m-3 {
    margin: 0.75rem !important;
  }

  [dir] .sm\:m-4 {
    margin: 1rem !important;
  }

  [dir] .sm\:m-5 {
    margin: 1.25rem !important;
  }

  [dir] .sm\:m-6 {
    margin: 1.5rem !important;
  }

  [dir] .sm\:m-8 {
    margin: 2rem !important;
  }

  [dir] .sm\:m-10 {
    margin: 2.5rem !important;
  }

  [dir] .sm\:m-12 {
    margin: 3rem !important;
  }

  [dir] .sm\:m-16 {
    margin: 4rem !important;
  }

  [dir] .sm\:m-20 {
    margin: 5rem !important;
  }

  [dir] .sm\:m-24 {
    margin: 6rem !important;
  }

  [dir] .sm\:m-32 {
    margin: 8rem !important;
  }

  [dir] .sm\:m-auto {
    margin: auto !important;
  }

  [dir] .sm\:m-px {
    margin: 1px !important;
  }

  [dir] .sm\:m-base {
    margin: 2.2rem !important;
  }

  [dir] .sm\:-m-px {
    margin: -1px !important;
  }

  [dir] .sm\:-m-1 {
    margin: -0.25rem !important;
  }

  [dir] .sm\:-m-2 {
    margin: -0.5rem !important;
  }

  [dir] .sm\:-m-3 {
    margin: -0.75rem !important;
  }

  [dir] .sm\:-m-4 {
    margin: -1rem !important;
  }

  [dir] .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  [dir=ltr] .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [dir=rtl] .sm\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  [dir] .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .sm\:mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  [dir] .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .sm\:mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  [dir] .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  [dir=ltr] .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  [dir=rtl] .sm\:mx-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  [dir] .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  [dir=rtl] .sm\:mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  [dir] .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  [dir=ltr] .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  [dir=rtl] .sm\:mx-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  [dir] .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .sm\:mx-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  [dir] .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  [dir=ltr] .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  [dir=rtl] .sm\:mx-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  [dir] .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  [dir=ltr] .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  [dir=rtl] .sm\:mx-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  [dir] .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  [dir=rtl] .sm\:mx-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  [dir] .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  [dir=ltr] .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  [dir=rtl] .sm\:mx-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  [dir] .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  [dir=ltr] .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  [dir=rtl] .sm\:mx-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  [dir] .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  [dir=ltr] .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  [dir=rtl] .sm\:mx-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  [dir] .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  [dir=ltr] .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  [dir=rtl] .sm\:mx-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  [dir] .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  [dir=ltr] .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  [dir=rtl] .sm\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  [dir] .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  [dir=ltr] .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  [dir=rtl] .sm\:mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  [dir] .sm\:my-base {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  [dir=ltr] .sm\:mx-base {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }

  [dir=rtl] .sm\:mx-base {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  [dir] .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  [dir=ltr] .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  [dir=rtl] .sm\:-mx-px {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }

  [dir] .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .sm\:-mx-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  [dir] .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .sm\:-mx-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  [dir] .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  [dir=ltr] .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  [dir=rtl] .sm\:-mx-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  [dir] .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  [dir=rtl] .sm\:-mx-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  [dir] .sm\:mt-0 {
    margin-top: 0 !important;
  }

  [dir=ltr] .sm\:mr-0 {
    margin-right: 0 !important;
  }

  [dir=rtl] .sm\:mr-0 {
    margin-left: 0 !important;
  }

  [dir] .sm\:mb-0 {
    margin-bottom: 0 !important;
  }

  [dir=ltr] .sm\:ml-0 {
    margin-left: 0 !important;
  }

  [dir=rtl] .sm\:ml-0 {
    margin-right: 0 !important;
  }

  [dir] .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }

  [dir=ltr] .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .sm\:mr-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }

  [dir=rtl] .sm\:ml-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }

  [dir=ltr] .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .sm\:mr-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }

  [dir=rtl] .sm\:ml-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  [dir=ltr] .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  [dir=rtl] .sm\:mr-3 {
    margin-left: 0.75rem !important;
  }

  [dir] .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  [dir=ltr] .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  [dir=rtl] .sm\:ml-3 {
    margin-right: 0.75rem !important;
  }

  [dir] .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  [dir=ltr] .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  [dir=rtl] .sm\:mr-4 {
    margin-left: 1rem !important;
  }

  [dir] .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  [dir=rtl] .sm\:ml-4 {
    margin-right: 1rem !important;
  }

  [dir] .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  [dir=ltr] .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }

  [dir=rtl] .sm\:mr-5 {
    margin-left: 1.25rem !important;
  }

  [dir] .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  [dir=ltr] .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  [dir=rtl] .sm\:ml-5 {
    margin-right: 1.25rem !important;
  }

  [dir] .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }

  [dir=ltr] .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .sm\:mr-6 {
    margin-left: 1.5rem !important;
  }

  [dir] .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  [dir=rtl] .sm\:ml-6 {
    margin-right: 1.5rem !important;
  }

  [dir] .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  [dir=ltr] .sm\:mr-8 {
    margin-right: 2rem !important;
  }

  [dir=rtl] .sm\:mr-8 {
    margin-left: 2rem !important;
  }

  [dir] .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }

  [dir=ltr] .sm\:ml-8 {
    margin-left: 2rem !important;
  }

  [dir=rtl] .sm\:ml-8 {
    margin-right: 2rem !important;
  }

  [dir] .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  [dir=ltr] .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }

  [dir=rtl] .sm\:mr-10 {
    margin-left: 2.5rem !important;
  }

  [dir] .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  [dir=ltr] .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }

  [dir=rtl] .sm\:ml-10 {
    margin-right: 2.5rem !important;
  }

  [dir] .sm\:mt-12 {
    margin-top: 3rem !important;
  }

  [dir=ltr] .sm\:mr-12 {
    margin-right: 3rem !important;
  }

  [dir=rtl] .sm\:mr-12 {
    margin-left: 3rem !important;
  }

  [dir] .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .sm\:ml-12 {
    margin-left: 3rem !important;
  }

  [dir=rtl] .sm\:ml-12 {
    margin-right: 3rem !important;
  }

  [dir] .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  [dir=ltr] .sm\:mr-16 {
    margin-right: 4rem !important;
  }

  [dir=rtl] .sm\:mr-16 {
    margin-left: 4rem !important;
  }

  [dir] .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }

  [dir=ltr] .sm\:ml-16 {
    margin-left: 4rem !important;
  }

  [dir=rtl] .sm\:ml-16 {
    margin-right: 4rem !important;
  }

  [dir] .sm\:mt-20 {
    margin-top: 5rem !important;
  }

  [dir=ltr] .sm\:mr-20 {
    margin-right: 5rem !important;
  }

  [dir=rtl] .sm\:mr-20 {
    margin-left: 5rem !important;
  }

  [dir] .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }

  [dir=ltr] .sm\:ml-20 {
    margin-left: 5rem !important;
  }

  [dir=rtl] .sm\:ml-20 {
    margin-right: 5rem !important;
  }

  [dir] .sm\:mt-24 {
    margin-top: 6rem !important;
  }

  [dir=ltr] .sm\:mr-24 {
    margin-right: 6rem !important;
  }

  [dir=rtl] .sm\:mr-24 {
    margin-left: 6rem !important;
  }

  [dir] .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }

  [dir=ltr] .sm\:ml-24 {
    margin-left: 6rem !important;
  }

  [dir=rtl] .sm\:ml-24 {
    margin-right: 6rem !important;
  }

  [dir] .sm\:mt-32 {
    margin-top: 8rem !important;
  }

  [dir=ltr] .sm\:mr-32 {
    margin-right: 8rem !important;
  }

  [dir=rtl] .sm\:mr-32 {
    margin-left: 8rem !important;
  }

  [dir] .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }

  [dir=ltr] .sm\:ml-32 {
    margin-left: 8rem !important;
  }

  [dir=rtl] .sm\:ml-32 {
    margin-right: 8rem !important;
  }

  [dir] .sm\:mt-auto {
    margin-top: auto !important;
  }

  [dir=ltr] .sm\:mr-auto {
    margin-right: auto !important;
  }

  [dir=rtl] .sm\:mr-auto {
    margin-left: auto !important;
  }

  [dir] .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  [dir=ltr] .sm\:ml-auto {
    margin-left: auto !important;
  }

  [dir=rtl] .sm\:ml-auto {
    margin-right: auto !important;
  }

  [dir] .sm\:mt-px {
    margin-top: 1px !important;
  }

  [dir=ltr] .sm\:mr-px {
    margin-right: 1px !important;
  }

  [dir=rtl] .sm\:mr-px {
    margin-left: 1px !important;
  }

  [dir] .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  [dir=ltr] .sm\:ml-px {
    margin-left: 1px !important;
  }

  [dir=rtl] .sm\:ml-px {
    margin-right: 1px !important;
  }

  [dir] .sm\:mt-base {
    margin-top: 2.2rem !important;
  }

  [dir=ltr] .sm\:mr-base {
    margin-right: 2.2rem !important;
  }

  [dir=rtl] .sm\:mr-base {
    margin-left: 2.2rem !important;
  }

  [dir] .sm\:mb-base {
    margin-bottom: 2.2rem !important;
  }

  [dir=ltr] .sm\:ml-base {
    margin-left: 2.2rem !important;
  }

  [dir=rtl] .sm\:ml-base {
    margin-right: 2.2rem !important;
  }

  [dir] .sm\:-mt-px {
    margin-top: -1px !important;
  }

  [dir=ltr] .sm\:-mr-px {
    margin-right: -1px !important;
  }

  [dir=rtl] .sm\:-mr-px {
    margin-left: -1px !important;
  }

  [dir] .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  [dir=ltr] .sm\:-ml-px {
    margin-left: -1px !important;
  }

  [dir=rtl] .sm\:-ml-px {
    margin-right: -1px !important;
  }

  [dir] .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  [dir=ltr] .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .sm\:-mr-1 {
    margin-left: -0.25rem !important;
  }

  [dir] .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  [dir=rtl] .sm\:-ml-1 {
    margin-right: -0.25rem !important;
  }

  [dir] .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  [dir=ltr] .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .sm\:-mr-2 {
    margin-left: -0.5rem !important;
  }

  [dir] .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  [dir=rtl] .sm\:-ml-2 {
    margin-right: -0.5rem !important;
  }

  [dir] .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  [dir=ltr] .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  [dir=rtl] .sm\:-mr-3 {
    margin-left: -0.75rem !important;
  }

  [dir] .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  [dir=ltr] .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  [dir=rtl] .sm\:-ml-3 {
    margin-right: -0.75rem !important;
  }

  [dir] .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  [dir=ltr] .sm\:-mr-4 {
    margin-right: -1rem !important;
  }

  [dir=rtl] .sm\:-mr-4 {
    margin-left: -1rem !important;
  }

  [dir] .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .sm\:-ml-4 {
    margin-left: -1rem !important;
  }

  [dir=rtl] .sm\:-ml-4 {
    margin-right: -1rem !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-h-100px {
    max-height: 100px !important;
  }

  .sm\:max-h-200px {
    max-height: 200px !important;
  }

  .sm\:max-h-300px {
    max-height: 300px !important;
  }

  .sm\:max-h-400px {
    max-height: 400px !important;
  }

  .sm\:max-h-500px {
    max-height: 500px !important;
  }

  .sm\:max-h-600px {
    max-height: 600px !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 30rem !important;
  }

  .sm\:max-w-md {
    max-width: 40rem !important;
  }

  .sm\:max-w-lg {
    max-width: 50rem !important;
  }

  .sm\:max-w-xl {
    max-width: 60rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 70rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 90rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 100rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:min-h-0 {
    min-height: 0 !important;
  }

  .sm\:min-h-full {
    min-height: 100% !important;
  }

  .sm\:min-h-screen {
    min-height: 100vh !important;
  }

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

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  [dir] .sm\:p-0 {
    padding: 0 !important;
  }

  [dir] .sm\:p-1 {
    padding: 0.25rem !important;
  }

  [dir] .sm\:p-2 {
    padding: 0.5rem !important;
  }

  [dir] .sm\:p-3 {
    padding: 0.75rem !important;
  }

  [dir] .sm\:p-4 {
    padding: 1rem !important;
  }

  [dir] .sm\:p-5 {
    padding: 1.25rem !important;
  }

  [dir] .sm\:p-6 {
    padding: 1.5rem !important;
  }

  [dir] .sm\:p-8 {
    padding: 2rem !important;
  }

  [dir] .sm\:p-10 {
    padding: 2.5rem !important;
  }

  [dir] .sm\:p-12 {
    padding: 3rem !important;
  }

  [dir] .sm\:p-16 {
    padding: 4rem !important;
  }

  [dir] .sm\:p-20 {
    padding: 5rem !important;
  }

  [dir] .sm\:p-24 {
    padding: 6rem !important;
  }

  [dir] .sm\:p-32 {
    padding: 8rem !important;
  }

  [dir] .sm\:p-px {
    padding: 1px !important;
  }

  [dir] .sm\:p-base {
    padding: 2.2rem !important;
  }

  [dir] .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [dir=ltr] .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [dir=rtl] .sm\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  [dir] .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .sm\:px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  [dir] .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .sm\:px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  [dir] .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  [dir=ltr] .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  [dir=rtl] .sm\:px-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  [dir] .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  [dir=rtl] .sm\:px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  [dir] .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  [dir=ltr] .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  [dir=rtl] .sm\:px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  [dir] .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .sm\:px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  [dir] .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  [dir=ltr] .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  [dir=rtl] .sm\:px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  [dir] .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  [dir=ltr] .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  [dir=rtl] .sm\:px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  [dir] .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  [dir=rtl] .sm\:px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  [dir] .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  [dir=ltr] .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  [dir=rtl] .sm\:px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  [dir] .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  [dir=ltr] .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  [dir=rtl] .sm\:px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  [dir] .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  [dir=ltr] .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  [dir=rtl] .sm\:px-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  [dir] .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  [dir=ltr] .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  [dir=rtl] .sm\:px-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  [dir] .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  [dir=ltr] .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  [dir=rtl] .sm\:px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  [dir] .sm\:py-base {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  [dir=ltr] .sm\:px-base {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }

  [dir=rtl] .sm\:px-base {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  [dir] .sm\:pt-0 {
    padding-top: 0 !important;
  }

  [dir=ltr] .sm\:pr-0 {
    padding-right: 0 !important;
  }

  [dir=rtl] .sm\:pr-0 {
    padding-left: 0 !important;
  }

  [dir] .sm\:pb-0 {
    padding-bottom: 0 !important;
  }

  [dir=ltr] .sm\:pl-0 {
    padding-left: 0 !important;
  }

  [dir=rtl] .sm\:pl-0 {
    padding-right: 0 !important;
  }

  [dir] .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }

  [dir=ltr] .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .sm\:pr-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }

  [dir=rtl] .sm\:pl-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }

  [dir=ltr] .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .sm\:pr-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }

  [dir=rtl] .sm\:pl-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }

  [dir=ltr] .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }

  [dir=rtl] .sm\:pr-3 {
    padding-left: 0.75rem !important;
  }

  [dir] .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  [dir=ltr] .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }

  [dir=rtl] .sm\:pl-3 {
    padding-right: 0.75rem !important;
  }

  [dir] .sm\:pt-4 {
    padding-top: 1rem !important;
  }

  [dir=ltr] .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  [dir=rtl] .sm\:pr-4 {
    padding-left: 1rem !important;
  }

  [dir] .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  [dir=rtl] .sm\:pl-4 {
    padding-right: 1rem !important;
  }

  [dir] .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }

  [dir=ltr] .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }

  [dir=rtl] .sm\:pr-5 {
    padding-left: 1.25rem !important;
  }

  [dir] .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  [dir=ltr] .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  [dir=rtl] .sm\:pl-5 {
    padding-right: 1.25rem !important;
  }

  [dir] .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

  [dir=ltr] .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .sm\:pr-6 {
    padding-left: 1.5rem !important;
  }

  [dir] .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  [dir=rtl] .sm\:pl-6 {
    padding-right: 1.5rem !important;
  }

  [dir] .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  [dir=ltr] .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  [dir=rtl] .sm\:pr-8 {
    padding-left: 2rem !important;
  }

  [dir] .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  [dir=ltr] .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  [dir=rtl] .sm\:pl-8 {
    padding-right: 2rem !important;
  }

  [dir] .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  [dir=ltr] .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  [dir=rtl] .sm\:pr-10 {
    padding-left: 2.5rem !important;
  }

  [dir] .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  [dir=ltr] .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }

  [dir=rtl] .sm\:pl-10 {
    padding-right: 2.5rem !important;
  }

  [dir] .sm\:pt-12 {
    padding-top: 3rem !important;
  }

  [dir=ltr] .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  [dir=rtl] .sm\:pr-12 {
    padding-left: 3rem !important;
  }

  [dir] .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  [dir=rtl] .sm\:pl-12 {
    padding-right: 3rem !important;
  }

  [dir] .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  [dir=ltr] .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  [dir=rtl] .sm\:pr-16 {
    padding-left: 4rem !important;
  }

  [dir] .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  [dir=ltr] .sm\:pl-16 {
    padding-left: 4rem !important;
  }

  [dir=rtl] .sm\:pl-16 {
    padding-right: 4rem !important;
  }

  [dir] .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  [dir=ltr] .sm\:pr-20 {
    padding-right: 5rem !important;
  }

  [dir=rtl] .sm\:pr-20 {
    padding-left: 5rem !important;
  }

  [dir] .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

  [dir=ltr] .sm\:pl-20 {
    padding-left: 5rem !important;
  }

  [dir=rtl] .sm\:pl-20 {
    padding-right: 5rem !important;
  }

  [dir] .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  [dir=ltr] .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  [dir=rtl] .sm\:pr-24 {
    padding-left: 6rem !important;
  }

  [dir] .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  [dir=ltr] .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  [dir=rtl] .sm\:pl-24 {
    padding-right: 6rem !important;
  }

  [dir] .sm\:pt-32 {
    padding-top: 8rem !important;
  }

  [dir=ltr] .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  [dir=rtl] .sm\:pr-32 {
    padding-left: 8rem !important;
  }

  [dir] .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }

  [dir=ltr] .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  [dir=rtl] .sm\:pl-32 {
    padding-right: 8rem !important;
  }

  [dir] .sm\:pt-px {
    padding-top: 1px !important;
  }

  [dir=ltr] .sm\:pr-px {
    padding-right: 1px !important;
  }

  [dir=rtl] .sm\:pr-px {
    padding-left: 1px !important;
  }

  [dir] .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  [dir=ltr] .sm\:pl-px {
    padding-left: 1px !important;
  }

  [dir=rtl] .sm\:pl-px {
    padding-right: 1px !important;
  }

  [dir] .sm\:pt-base {
    padding-top: 2.2rem !important;
  }

  [dir=ltr] .sm\:pr-base {
    padding-right: 2.2rem !important;
  }

  [dir=rtl] .sm\:pr-base {
    padding-left: 2.2rem !important;
  }

  [dir] .sm\:pb-base {
    padding-bottom: 2.2rem !important;
  }

  [dir=ltr] .sm\:pl-base {
    padding-left: 2.2rem !important;
  }

  [dir=rtl] .sm\:pl-base {
    padding-right: 2.2rem !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-neutral-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-neutral-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-neutral-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-neutral-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-neutral-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-neutral-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-telegram::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-telegram::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-instagram::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-instagram::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-facebook::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-facebook::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-whatsapp::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-whatsapp::placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-linkedin::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-linkedin::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-neutral-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-neutral-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-neutral-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-neutral-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-neutral-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-neutral-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-telegram:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-telegram:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-instagram:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-instagram:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-facebook:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-facebook:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-whatsapp:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-whatsapp:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-linkedin:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-linkedin:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .sm\:pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: sticky !important;
  }

  .sm\:inset-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  [dir=ltr] .sm\:inset-0 {
    right: 0 !important;
    left: 0 !important;
  }

  [dir=rtl] .sm\:inset-0 {
    left: 0 !important;
    right: 0 !important;
  }

  .sm\:inset-auto {
    top: auto !important;
    bottom: auto !important;
  }

  [dir=ltr] .sm\:inset-auto {
    right: auto !important;
    left: auto !important;
  }

  [dir=rtl] .sm\:inset-auto {
    left: auto !important;
    right: auto !important;
  }

  .sm\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  [dir=ltr] .sm\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  [dir=rtl] .sm\:inset-x-0 {
    left: 0 !important;
    right: 0 !important;
  }

  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  [dir=ltr] .sm\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  [dir=rtl] .sm\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .sm\:top-0 {
    top: 0 !important;
  }

  [dir=ltr] .sm\:right-0 {
    right: 0 !important;
  }

  [dir=rtl] .sm\:right-0 {
    left: 0 !important;
  }

  .sm\:bottom-0 {
    bottom: 0 !important;
  }

  [dir=ltr] .sm\:left-0 {
    left: 0 !important;
  }

  [dir=rtl] .sm\:left-0 {
    right: 0 !important;
  }

  .sm\:top-auto {
    top: auto !important;
  }

  [dir=ltr] .sm\:right-auto {
    right: auto !important;
  }

  [dir=rtl] .sm\:right-auto {
    left: auto !important;
  }

  .sm\:bottom-auto {
    bottom: auto !important;
  }

  [dir=ltr] .sm\:left-auto {
    left: auto !important;
  }

  [dir=rtl] .sm\:left-auto {
    right: auto !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  [dir] .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .sm\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .sm\:shadow-none {
    box-shadow: none !important;
  }

  [dir] .sm\:shadow-drop {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  [dir] .sm\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .sm\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  [dir] .sm\:hover\:shadow-drop:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  [dir] .sm\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .sm\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  [dir] .sm\:focus\:shadow-drop:focus {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  .sm\:stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  [dir=ltr] .sm\:text-left {
    text-align: left !important;
  }

  [dir=rtl] .sm\:text-left {
    text-align: right !important;
  }

  [dir] .sm\:text-center {
    text-align: center !important;
  }

  [dir=ltr] .sm\:text-right {
    text-align: right !important;
  }

  [dir=rtl] .sm\:text-right {
    text-align: left !important;
  }

  [dir] .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-inherit {
    color: inherit !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-current {
    color: currentColor !important;
  }

  .sm\:text-black {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .sm\:text-white {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:text-gray-100 {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:text-gray-200 {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:text-gray-300 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:text-gray-400 {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:text-gray-500 {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:text-gray-700 {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:text-gray-800 {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:text-gray-900 {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:text-red-50 {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:text-red-100 {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .sm\:text-red-200 {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .sm\:text-red-300 {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .sm\:text-red-400 {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:text-red-500 {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:text-red-600 {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:text-red-700 {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:text-red-800 {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:text-red-900 {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:text-orange-50 {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .sm\:text-orange-100 {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .sm\:text-orange-200 {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .sm\:text-orange-300 {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .sm\:text-orange-400 {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .sm\:text-orange-500 {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .sm\:text-orange-600 {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .sm\:text-orange-700 {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .sm\:text-orange-800 {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .sm\:text-orange-900 {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-50 {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-300 {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-400 {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-500 {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-600 {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-700 {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-800 {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-900 {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .sm\:text-green-50 {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .sm\:text-green-100 {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .sm\:text-green-200 {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .sm\:text-green-300 {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .sm\:text-green-400 {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:text-green-500 {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .sm\:text-green-600 {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:text-green-700 {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:text-green-800 {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .sm\:text-green-900 {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .sm\:text-teal-50 {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .sm\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .sm\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .sm\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .sm\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .sm\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .sm\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .sm\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .sm\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .sm\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .sm\:text-blue-50 {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .sm\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .sm\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .sm\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .sm\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:text-purple-50 {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .sm\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .sm\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .sm\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .sm\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .sm\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .sm\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .sm\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .sm\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .sm\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .sm\:text-pink-50 {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .sm\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .sm\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .sm\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .sm\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .sm\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .sm\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .sm\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .sm\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .sm\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .sm\:text-grey-50 {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .sm\:text-grey-100 {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:text-grey-200 {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .sm\:text-grey-300 {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .sm\:text-grey-400 {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:text-grey-500 {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .sm\:text-grey-600 {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:text-grey-700 {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .sm\:text-grey-800 {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .sm\:text-grey-900 {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .sm\:text-grey-light {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .sm\:text-primary-light {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .sm\:text-primary-DEFAULT {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:text-primary-dark {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:text-secondary-light {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .sm\:text-secondary-DEFAULT {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:text-secondary-dark {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:text-success-light {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:text-success-DEFAULT {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:text-success-dark {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:text-warning-light {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:text-warning-DEFAULT {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .sm\:text-warning-dark {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .sm\:text-danger-light {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:text-danger-DEFAULT {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:text-danger-dark {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:text-info-light {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:text-info-DEFAULT {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:text-info-dark {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:text-neutral-light {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:text-neutral-DEFAULT {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:text-neutral-dark {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:text-telegram {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .sm\:text-instagram {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .sm\:text-facebook {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .sm\:text-whatsapp {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .sm\:text-linkedin {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-50 {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-100 {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-200 {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-300 {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-400 {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-500 {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-600 {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-700 {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-800 {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .sm\:text-cyan-900 {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-inherit:hover {
    color: inherit !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .sm\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-50:hover {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-300:hover {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-400:hover {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-500:hover {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-600:hover {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-700:hover {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-800:hover {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red-900:hover {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-50:hover {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-50:hover {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-50:hover {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-50:hover {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-50:hover {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-50:hover {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-100:hover {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-200:hover {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-300:hover {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-400:hover {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-500:hover {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-600:hover {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-700:hover {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-800:hover {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-900:hover {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-grey-light:hover {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-primary-light:hover {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-primary-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-primary-dark:hover {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-light:hover {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-dark:hover {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-success-light:hover {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-success-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-success-dark:hover {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-warning-light:hover {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-warning-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-warning-dark:hover {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-danger-light:hover {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-danger-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-danger-dark:hover {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-info-light:hover {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-info-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-info-dark:hover {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-neutral-light:hover {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-neutral-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-neutral-dark:hover {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-telegram:hover {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-instagram:hover {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-facebook:hover {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-whatsapp:hover {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-linkedin:hover {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-50:hover {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-100:hover {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-200:hover {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-300:hover {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-400:hover {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-500:hover {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-600:hover {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-700:hover {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-800:hover {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-900:hover {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-inherit:focus {
    color: inherit !important;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .sm\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-50:focus {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-300:focus {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-400:focus {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-500:focus {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-600:focus {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-700:focus {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-800:focus {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red-900:focus {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-50:focus {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-50:focus {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-50:focus {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-50:focus {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-50:focus {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-50:focus {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-100:focus {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-200:focus {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-300:focus {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-400:focus {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-500:focus {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-600:focus {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-700:focus {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-800:focus {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-900:focus {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-grey-light:focus {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-primary-light:focus {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-primary-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-primary-dark:focus {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-light:focus {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-dark:focus {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-success-light:focus {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-success-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-success-dark:focus {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-warning-light:focus {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-warning-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-warning-dark:focus {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-danger-light:focus {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-danger-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-danger-dark:focus {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-info-light:focus {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-info-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-info-dark:focus {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-neutral-light:focus {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-neutral-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-neutral-dark:focus {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-telegram:focus {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-instagram:focus {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-facebook:focus {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-whatsapp:focus {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-linkedin:focus {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-50:focus {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-100:focus {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-200:focus {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-300:focus {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-400:focus {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-500:focus {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-600:focus {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-700:focus {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-800:focus {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-900:focus {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .sm\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .sm\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:not-italic {
    font-style: normal !important;
  }

  .sm\:hover\:italic:hover {
    font-style: italic !important;
  }

  .sm\:hover\:not-italic:hover {
    font-style: normal !important;
  }

  .sm\:focus\:italic:focus {
    font-style: italic !important;
  }

  .sm\:focus\:not-italic:focus {
    font-style: normal !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .sm\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .sm\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .sm\:break-all {
    word-break: break-all !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-1 {
    width: 0.25rem !important;
  }

  .sm\:w-2 {
    width: 0.5rem !important;
  }

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

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

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

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

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

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

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

  .sm\:w-1\/3 {
    width: 33.33333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.66667% !important;
  }

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

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

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

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

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

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

  .sm\:w-1\/6 {
    width: 16.66667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.33333% !important;
  }

  .sm\:w-1\/12 {
    width: 8.33333% !important;
  }

  .sm\:w-2\/12 {
    width: 16.66667% !important;
  }

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

  .sm\:w-4\/12 {
    width: 33.33333% !important;
  }

  .sm\:w-5\/12 {
    width: 41.66667% !important;
  }

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

  .sm\:w-7\/12 {
    width: 58.33333% !important;
  }

  .sm\:w-8\/12 {
    width: 66.66667% !important;
  }

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

  .sm\:w-10\/12 {
    width: 83.33333% !important;
  }

  .sm\:w-11\/12 {
    width: 91.66667% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }

  .sm\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .sm\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .sm\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .sm\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .sm\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .sm\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .sm\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .sm\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

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

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

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

  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:col-auto {
    grid-column: auto !important;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

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

  .sm\:row-auto {
    grid-row: auto !important;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  [dir] .sm\:transform {
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  [dir] .sm\:transform-none {
    transform: none !important;
  }

  [dir] .sm\:origin-center {
    transform-origin: center !important;
  }

  [dir] .sm\:origin-top {
    transform-origin: top !important;
  }

  [dir=ltr] .sm\:origin-top-right {
    transform-origin: top right !important;
  }

  [dir=rtl] .sm\:origin-top-right {
    transform-origin: top left !important;
  }

  [dir=ltr] .sm\:origin-right {
    transform-origin: right !important;
  }

  [dir=rtl] .sm\:origin-right {
    transform-origin: left !important;
  }

  [dir=ltr] .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  [dir=rtl] .sm\:origin-bottom-right {
    transform-origin: bottom left !important;
  }

  [dir] .sm\:origin-bottom {
    transform-origin: bottom !important;
  }

  [dir=ltr] .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  [dir=rtl] .sm\:origin-bottom-left {
    transform-origin: bottom right !important;
  }

  [dir=ltr] .sm\:origin-left {
    transform-origin: left !important;
  }

  [dir=rtl] .sm\:origin-left {
    transform-origin: right !important;
  }

  [dir=ltr] .sm\:origin-top-left {
    transform-origin: top left !important;
  }

  [dir=rtl] .sm\:origin-top-left {
    transform-origin: top right !important;
  }

  .sm\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .sm\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .sm\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .sm\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .sm\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .sm\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .sm\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .sm\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .sm\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .sm\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .sm\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .sm\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .sm\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .sm\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .sm\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .sm\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .sm\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .sm\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .sm\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .sm\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .sm\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .sm\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  [dir] .sm\:transition-none {
    transition-property: none !important;
  }

  [dir] .sm\:transition-all {
    transition-property: all !important;
  }

  [dir] .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  [dir] .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  [dir] .sm\:transition-opacity {
    transition-property: opacity !important;
  }

  [dir] .sm\:transition-shadow {
    transition-property: box-shadow !important;
  }

  [dir] .sm\:transition-transform {
    transition-property: transform !important;
  }

  [dir] .sm\:ease-linear {
    transition-timing-function: linear !important;
  }

  [dir] .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  [dir] .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  [dir] .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  [dir] .sm\:duration-75 {
    transition-duration: 75ms !important;
  }

  [dir] .sm\:duration-100 {
    transition-duration: 100ms !important;
  }

  [dir] .sm\:duration-150 {
    transition-duration: 150ms !important;
  }

  [dir] .sm\:duration-200 {
    transition-duration: 200ms !important;
  }

  [dir] .sm\:duration-300 {
    transition-duration: 300ms !important;
  }

  [dir] .sm\:duration-500 {
    transition-duration: 500ms !important;
  }

  [dir] .sm\:duration-700 {
    transition-duration: 700ms !important;
  }

  [dir] .sm\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  [dir] .sm\:delay-75 {
    transition-delay: 75ms !important;
  }

  [dir] .sm\:delay-100 {
    transition-delay: 100ms !important;
  }

  [dir] .sm\:delay-150 {
    transition-delay: 150ms !important;
  }

  [dir] .sm\:delay-200 {
    transition-delay: 200ms !important;
  }

  [dir] .sm\:delay-300 {
    transition-delay: 300ms !important;
  }

  [dir] .sm\:delay-500 {
    transition-delay: 500ms !important;
  }

  [dir] .sm\:delay-700 {
    transition-delay: 700ms !important;
  }

  [dir] .sm\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  [dir=ltr] .sm\:animate-none {
    animation: none !important;
  }

  [dir=rtl] .sm\:animate-none {
    animation: none !important;
  }

  [dir=ltr] .sm\:animate-spin {
    animation:  spin-ltr 1s linear infinite !important;
  }

  [dir=rtl] .sm\:animate-spin {
    animation:  spin-rtl 1s linear infinite !important;
  }

  [dir=ltr] .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  [dir=rtl] .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  [dir=ltr] .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  [dir=rtl] .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  [dir=ltr] .sm\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  [dir=rtl] .sm\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }
  [dir=ltr] .md\:container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  [dir=rtl] .md\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 576px) {
    .md\:container {
      max-width: 576px;
    }
  }

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

  @media (min-width: 992px) {
    .md\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .md\:container {
      max-width: 1200px;
    }
  }

  .md\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-0 > :not(template) ~ :not(template) {
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: calc(0px * var(--space-x-reverse)) !important;
    margin-right: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .md\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-1 > :not(template) ~ :not(template) {
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-2 > :not(template) ~ :not(template) {
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-3 > :not(template) ~ :not(template) {
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .md\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-4 > :not(template) ~ :not(template) {
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: calc(1rem * var(--space-x-reverse)) !important;
    margin-right: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-5 > :not(template) ~ :not(template) {
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-6 > :not(template) ~ :not(template) {
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-8 > :not(template) ~ :not(template) {
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: calc(2rem * var(--space-x-reverse)) !important;
    margin-right: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-10 > :not(template) ~ :not(template) {
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-12 > :not(template) ~ :not(template) {
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: calc(3rem * var(--space-x-reverse)) !important;
    margin-right: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-16 > :not(template) ~ :not(template) {
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: calc(4rem * var(--space-x-reverse)) !important;
    margin-right: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-20 > :not(template) ~ :not(template) {
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: calc(5rem * var(--space-x-reverse)) !important;
    margin-right: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-24 > :not(template) ~ :not(template) {
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: calc(6rem * var(--space-x-reverse)) !important;
    margin-right: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-32 > :not(template) ~ :not(template) {
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: calc(8rem * var(--space-x-reverse)) !important;
    margin-right: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-40 > :not(template) ~ :not(template) {
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: calc(10rem * var(--space-x-reverse)) !important;
    margin-right: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-48 > :not(template) ~ :not(template) {
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: calc(12rem * var(--space-x-reverse)) !important;
    margin-right: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-56 > :not(template) ~ :not(template) {
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: calc(14rem * var(--space-x-reverse)) !important;
    margin-right: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-64 > :not(template) ~ :not(template) {
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: calc(16rem * var(--space-x-reverse)) !important;
    margin-right: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .md\:space-y-px > :not(template) ~ :not(template) {
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:space-x-px > :not(template) ~ :not(template) {
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:space-x-px > :not(template) ~ :not(template) {
    margin-left: calc(1px * var(--space-x-reverse)) !important;
    margin-right: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .md\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-1 > :not(template) ~ :not(template) {
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-2 > :not(template) ~ :not(template) {
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-3 > :not(template) ~ :not(template) {
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .md\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-4 > :not(template) ~ :not(template) {
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: calc(-1rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-5 > :not(template) ~ :not(template) {
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-6 > :not(template) ~ :not(template) {
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-8 > :not(template) ~ :not(template) {
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: calc(-2rem * var(--space-x-reverse)) !important;
    margin-right: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-10 > :not(template) ~ :not(template) {
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-12 > :not(template) ~ :not(template) {
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: calc(-3rem * var(--space-x-reverse)) !important;
    margin-right: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-16 > :not(template) ~ :not(template) {
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: calc(-4rem * var(--space-x-reverse)) !important;
    margin-right: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-20 > :not(template) ~ :not(template) {
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: calc(-5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-24 > :not(template) ~ :not(template) {
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: calc(-6rem * var(--space-x-reverse)) !important;
    margin-right: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-32 > :not(template) ~ :not(template) {
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: calc(-8rem * var(--space-x-reverse)) !important;
    margin-right: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-40 > :not(template) ~ :not(template) {
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: calc(-10rem * var(--space-x-reverse)) !important;
    margin-right: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-48 > :not(template) ~ :not(template) {
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: calc(-12rem * var(--space-x-reverse)) !important;
    margin-right: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-56 > :not(template) ~ :not(template) {
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: calc(-14rem * var(--space-x-reverse)) !important;
    margin-right: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .md\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-64 > :not(template) ~ :not(template) {
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: calc(-16rem * var(--space-x-reverse)) !important;
    margin-right: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .md\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:-space-x-px > :not(template) ~ :not(template) {
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .md\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: calc(-1px * var(--space-x-reverse)) !important;
    margin-right: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:divide-x-0 > :not(template) ~ :not(template) {
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .md\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: calc(0px * var(--divide-x-reverse)) !important;
    border-right-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:divide-x-2 > :not(template) ~ :not(template) {
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .md\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: calc(2px * var(--divide-x-reverse)) !important;
    border-right-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:divide-x-4 > :not(template) ~ :not(template) {
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .md\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: calc(4px * var(--divide-x-reverse)) !important;
    border-right-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:divide-x-8 > :not(template) ~ :not(template) {
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .md\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: calc(8px * var(--divide-x-reverse)) !important;
    border-right-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

  [dir] .md\:divide-y > :not(template) ~ :not(template) {
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .md\:divide-x > :not(template) ~ :not(template) {
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .md\:divide-x > :not(template) ~ :not(template) {
    border-left-width: calc(1px * var(--divide-x-reverse)) !important;
    border-right-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  [dir] .md\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  [dir] .md\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-black > :not(template) ~ :not(template) {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .md\:divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-50 > :not(template) ~ :not(template) {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
  }

  .md\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
  }

  .md\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
  }

  .md\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
  }

  .md\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .md\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .md\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .md\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .md\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .md\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-50 > :not(template) ~ :not(template) {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-50 > :not(template) ~ :not(template) {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
  }

  .md\:divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-50 > :not(template) ~ :not(template) {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
  }

  .md\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
  }

  .md\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
  }

  .md\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .md\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
  }

  .md\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .md\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .md\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
  }

  .md\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-50 > :not(template) ~ :not(template) {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-50 > :not(template) ~ :not(template) {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-100 > :not(template) ~ :not(template) {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-200 > :not(template) ~ :not(template) {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-300 > :not(template) ~ :not(template) {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-400 > :not(template) ~ :not(template) {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-500 > :not(template) ~ :not(template) {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-600 > :not(template) ~ :not(template) {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-700 > :not(template) ~ :not(template) {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-800 > :not(template) ~ :not(template) {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-indigo-900 > :not(template) ~ :not(template) {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-50 > :not(template) ~ :not(template) {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-50 > :not(template) ~ :not(template) {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-100 > :not(template) ~ :not(template) {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-200 > :not(template) ~ :not(template) {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-300 > :not(template) ~ :not(template) {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-400 > :not(template) ~ :not(template) {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-500 > :not(template) ~ :not(template) {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-600 > :not(template) ~ :not(template) {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-700 > :not(template) ~ :not(template) {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-800 > :not(template) ~ :not(template) {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-pink-900 > :not(template) ~ :not(template) {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-50 > :not(template) ~ :not(template) {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-200 > :not(template) ~ :not(template) {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-300 > :not(template) ~ :not(template) {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-400 > :not(template) ~ :not(template) {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-500 > :not(template) ~ :not(template) {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-600 > :not(template) ~ :not(template) {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-700 > :not(template) ~ :not(template) {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-800 > :not(template) ~ :not(template) {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-900 > :not(template) ~ :not(template) {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
  }

  .md\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-grey-light > :not(template) ~ :not(template) {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
  }

  .md\:divide-primary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-primary-light > :not(template) ~ :not(template) {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-primary-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-primary-DEFAULT > :not(template) ~ :not(template) {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .md\:divide-primary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-primary-dark > :not(template) ~ :not(template) {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .md\:divide-secondary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-secondary-light > :not(template) ~ :not(template) {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--divide-opacity)) !important;
  }

  .md\:divide-secondary-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-secondary-DEFAULT > :not(template) ~ :not(template) {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .md\:divide-secondary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-secondary-dark > :not(template) ~ :not(template) {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .md\:divide-success-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-success-light > :not(template) ~ :not(template) {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .md\:divide-success-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-success-DEFAULT > :not(template) ~ :not(template) {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .md\:divide-success-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-success-dark > :not(template) ~ :not(template) {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .md\:divide-warning-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-warning-light > :not(template) ~ :not(template) {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .md\:divide-warning-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-warning-DEFAULT > :not(template) ~ :not(template) {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
  }

  .md\:divide-warning-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-warning-dark > :not(template) ~ :not(template) {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
  }

  .md\:divide-danger-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-danger-light > :not(template) ~ :not(template) {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .md\:divide-danger-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-danger-DEFAULT > :not(template) ~ :not(template) {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .md\:divide-danger-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-danger-dark > :not(template) ~ :not(template) {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .md\:divide-info-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-info-light > :not(template) ~ :not(template) {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-info-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-info-DEFAULT > :not(template) ~ :not(template) {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .md\:divide-info-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-info-dark > :not(template) ~ :not(template) {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .md\:divide-neutral-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-neutral-light > :not(template) ~ :not(template) {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .md\:divide-neutral-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-neutral-DEFAULT > :not(template) ~ :not(template) {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .md\:divide-neutral-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-neutral-dark > :not(template) ~ :not(template) {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .md\:divide-telegram > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-telegram > :not(template) ~ :not(template) {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--divide-opacity)) !important;
  }

  .md\:divide-instagram > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-instagram > :not(template) ~ :not(template) {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--divide-opacity)) !important;
  }

  .md\:divide-facebook > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-facebook > :not(template) ~ :not(template) {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--divide-opacity)) !important;
  }

  .md\:divide-whatsapp > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-whatsapp > :not(template) ~ :not(template) {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--divide-opacity)) !important;
  }

  .md\:divide-linkedin > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-linkedin > :not(template) ~ :not(template) {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-50 > :not(template) ~ :not(template) {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-100 > :not(template) ~ :not(template) {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-200 > :not(template) ~ :not(template) {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-300 > :not(template) ~ :not(template) {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-400 > :not(template) ~ :not(template) {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-500 > :not(template) ~ :not(template) {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-600 > :not(template) ~ :not(template) {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-700 > :not(template) ~ :not(template) {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-800 > :not(template) ~ :not(template) {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
  }

  .md\:divide-cyan-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .md\:divide-cyan-900 > :not(template) ~ :not(template) {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
  }

  [dir] .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  [dir] .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  [dir] .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  [dir] .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  [dir] .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

  [dir] .md\:sr-only {
    padding: 0 !important;
    margin: -1px !important;
    border-width: 0 !important;
  }

  .md\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  [dir] .md\:not-sr-only {
    padding: 0 !important;
    margin: 0 !important;
  }

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

  [dir] .md\:focus\:sr-only:focus {
    padding: 0 !important;
    margin: -1px !important;
    border-width: 0 !important;
  }

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

  [dir] .md\:focus\:not-sr-only:focus {
    padding: 0 !important;
    margin: 0 !important;
  }

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

  [dir] .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  [dir] .md\:bg-local {
    background-attachment: local !important;
  }

  [dir] .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  [dir] .md\:bg-clip-border {
    background-clip: border-box !important;
  }

  [dir] .md\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  [dir] .md\:bg-clip-content {
    background-clip: content-box !important;
  }

  [dir] .md\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  [dir] .md\:bg-transparent {
    background-color: transparent !important;
  }

  [dir] .md\:bg-current {
    background-color: currentColor !important;
  }

  .md\:bg-black {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-black {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .md\:bg-white {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-white {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-100 {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-200 {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-300 {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-400 {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-500 {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-600 {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-700 {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-800 {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-gray-900 {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:bg-red-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-50 {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:bg-red-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-100 {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .md\:bg-red-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-200 {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .md\:bg-red-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-300 {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .md\:bg-red-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-400 {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:bg-red-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-500 {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:bg-red-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-600 {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:bg-red-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-700 {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:bg-red-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-800 {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:bg-red-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-red-900 {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-50 {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-100 {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-200 {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-300 {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-400 {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-500 {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-600 {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-700 {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-800 {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-orange-900 {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-50 {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-100 {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-200 {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-300 {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-400 {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-500 {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-600 {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-700 {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-800 {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-yellow-900 {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .md\:bg-green-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-50 {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-green-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-100 {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .md\:bg-green-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-200 {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .md\:bg-green-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-300 {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .md\:bg-green-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-400 {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:bg-green-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-500 {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .md\:bg-green-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-600 {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:bg-green-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-700 {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:bg-green-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-800 {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .md\:bg-green-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-green-900 {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-50 {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-100 {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-200 {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-300 {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-400 {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-500 {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-600 {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-700 {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-800 {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-teal-900 {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-50 {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-100 {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-200 {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-300 {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-400 {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-500 {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-600 {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-700 {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-800 {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-blue-900 {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-100 {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-200 {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-300 {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-500 {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-600 {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-700 {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-800 {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-indigo-900 {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-50 {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-100 {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-200 {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-300 {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-400 {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-500 {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-600 {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-700 {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-800 {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-purple-900 {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-50 {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-100 {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-200 {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-300 {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-400 {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-500 {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-600 {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-700 {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-800 {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-pink-900 {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-50 {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-100 {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-200 {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-300 {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-400 {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-500 {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-600 {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-700 {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-800 {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-900 {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .md\:bg-grey-light {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-grey-light {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .md\:bg-primary-light {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-primary-light {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-primary-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-primary-DEFAULT {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:bg-primary-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-primary-dark {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:bg-secondary-light {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-secondary-light {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .md\:bg-secondary-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-secondary-DEFAULT {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:bg-secondary-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-secondary-dark {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:bg-success-light {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-success-light {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:bg-success-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-success-DEFAULT {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:bg-success-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-success-dark {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:bg-warning-light {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-warning-light {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:bg-warning-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-warning-DEFAULT {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .md\:bg-warning-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-warning-dark {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .md\:bg-danger-light {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-danger-light {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:bg-danger-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-danger-DEFAULT {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:bg-danger-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-danger-dark {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:bg-info-light {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-info-light {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-info-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-info-DEFAULT {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:bg-info-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-info-dark {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:bg-neutral-light {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-neutral-light {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:bg-neutral-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-neutral-DEFAULT {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:bg-neutral-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-neutral-dark {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:bg-telegram {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-telegram {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .md\:bg-instagram {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-instagram {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .md\:bg-facebook {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-facebook {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .md\:bg-whatsapp {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-whatsapp {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .md\:bg-linkedin {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-linkedin {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-50 {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-100 {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-200 {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-300 {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-400 {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-500 {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-600 {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-700 {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-800 {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .md\:bg-cyan-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-cyan-900 {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  [dir] .md\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-black:hover {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-white:hover {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-50:hover {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-100:hover {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-200:hover {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-300:hover {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-400:hover {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-500:hover {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-600:hover {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-700:hover {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-800:hover {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-red-900:hover {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-50:hover {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-100:hover {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-200:hover {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-300:hover {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-400:hover {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-500:hover {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-600:hover {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-700:hover {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-800:hover {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-orange-900:hover {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-50:hover {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-100:hover {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-200:hover {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-300:hover {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-400:hover {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-500:hover {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-600:hover {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-700:hover {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-800:hover {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-yellow-900:hover {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-50:hover {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-100:hover {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-200:hover {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-300:hover {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-400:hover {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-500:hover {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-600:hover {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-700:hover {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-800:hover {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-green-900:hover {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-50:hover {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-100:hover {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-200:hover {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-300:hover {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-400:hover {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-500:hover {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-600:hover {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-700:hover {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-800:hover {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-teal-900:hover {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-50:hover {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-100:hover {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-300:hover {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-400:hover {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-500:hover {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-600:hover {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-800:hover {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-100:hover {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-400:hover {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-600:hover {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-700:hover {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-800:hover {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-purple-900:hover {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-100:hover {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-400:hover {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-500:hover {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-600:hover {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-700:hover {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-800:hover {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-pink-900:hover {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-50:hover {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-100:hover {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-200:hover {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-300:hover {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-400:hover {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-500:hover {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-600:hover {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-700:hover {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-800:hover {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-900:hover {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-grey-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-primary-light:hover {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-primary-DEFAULT:hover {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-primary-dark:hover {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-secondary-light:hover {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-secondary-DEFAULT:hover {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-secondary-dark:hover {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-success-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-success-light:hover {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-success-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-success-DEFAULT:hover {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-success-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-success-dark:hover {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-warning-light:hover {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-warning-DEFAULT:hover {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-warning-dark:hover {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-danger-light:hover {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-danger-DEFAULT:hover {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-danger-dark:hover {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-info-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-info-light:hover {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-info-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-info-DEFAULT:hover {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-info-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-info-dark:hover {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-neutral-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-neutral-light:hover {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-neutral-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-neutral-DEFAULT:hover {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-neutral-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-neutral-dark:hover {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-telegram:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-telegram:hover {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-instagram:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-instagram:hover {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-facebook:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-facebook:hover {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-whatsapp:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-whatsapp:hover {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-linkedin:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-linkedin:hover {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-50:hover {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-100:hover {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-200:hover {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-300:hover {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-400:hover {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-500:hover {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-600:hover {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-700:hover {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-800:hover {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:hover\:bg-cyan-900:hover {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  [dir] .md\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .md\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-black:focus {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-white:focus {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-50:focus {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-100:focus {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-200:focus {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-300:focus {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-400:focus {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-500:focus {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-600:focus {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-700:focus {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-800:focus {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-red-900:focus {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-50:focus {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-100:focus {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-200:focus {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-300:focus {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-400:focus {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-500:focus {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-600:focus {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-700:focus {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-800:focus {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-orange-900:focus {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-50:focus {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-100:focus {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-200:focus {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-300:focus {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-400:focus {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-500:focus {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-600:focus {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-700:focus {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-800:focus {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-yellow-900:focus {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-50:focus {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-100:focus {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-200:focus {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-300:focus {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-400:focus {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-500:focus {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-600:focus {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-700:focus {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-800:focus {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-green-900:focus {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-50:focus {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-100:focus {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-200:focus {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-300:focus {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-400:focus {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-500:focus {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-600:focus {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-700:focus {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-800:focus {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-teal-900:focus {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-50:focus {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-100:focus {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-300:focus {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-400:focus {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-500:focus {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-600:focus {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-800:focus {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-100:focus {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-400:focus {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-600:focus {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-700:focus {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-800:focus {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-purple-900:focus {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-100:focus {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-400:focus {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-500:focus {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-600:focus {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-700:focus {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-800:focus {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-pink-900:focus {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-50:focus {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-100:focus {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-200:focus {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-300:focus {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-400:focus {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-500:focus {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-600:focus {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-700:focus {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-800:focus {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-900:focus {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-grey-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-grey-light:focus {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-primary-light:focus {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-primary-DEFAULT:focus {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-primary-dark:focus {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-secondary-light:focus {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-secondary-DEFAULT:focus {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-secondary-dark:focus {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-success-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-success-light:focus {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-success-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-success-DEFAULT:focus {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-success-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-success-dark:focus {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-warning-light:focus {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-warning-DEFAULT:focus {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-warning-dark:focus {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-danger-light:focus {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-danger-DEFAULT:focus {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-danger-dark:focus {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-info-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-info-light:focus {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-info-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-info-DEFAULT:focus {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-info-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-info-dark:focus {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-neutral-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-neutral-light:focus {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-neutral-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-neutral-DEFAULT:focus {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-neutral-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-neutral-dark:focus {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-telegram:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-telegram:focus {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-instagram:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-instagram:focus {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-facebook:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-facebook:focus {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-whatsapp:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-whatsapp:focus {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-linkedin:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-linkedin:focus {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-50:focus {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-100:focus {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-200:focus {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-300:focus {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-400:focus {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-500:focus {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-600:focus {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-700:focus {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-800:focus {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:focus\:bg-cyan-900:focus {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .md\:bg-none {
    background-image: none !important;
  }

  [dir] .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .md\:bg-gradient-to-r {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  [dir] .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .md\:bg-gradient-to-l {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-black {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:from-white {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-gray-100 {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:from-gray-200 {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:from-gray-300 {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:from-gray-400 {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:from-gray-500 {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:from-gray-600 {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:from-gray-700 {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:from-gray-800 {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:from-gray-900 {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:from-red-50 {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:from-red-100 {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:from-red-200 {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:from-red-300 {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:from-red-400 {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:from-red-500 {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:from-red-600 {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:from-red-700 {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:from-red-800 {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:from-red-900 {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:from-orange-50 {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:from-orange-100 {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:from-orange-200 {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:from-orange-300 {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:from-orange-400 {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:from-orange-500 {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:from-orange-600 {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:from-orange-700 {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:from-orange-800 {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:from-orange-900 {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:from-yellow-50 {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:from-yellow-100 {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:from-yellow-200 {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:from-yellow-300 {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:from-yellow-400 {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:from-yellow-500 {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:from-yellow-600 {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:from-yellow-700 {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:from-yellow-800 {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:from-yellow-900 {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:from-green-50 {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:from-green-100 {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:from-green-200 {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:from-green-300 {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:from-green-400 {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:from-green-500 {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:from-green-600 {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:from-green-700 {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:from-green-800 {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:from-green-900 {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:from-teal-50 {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:from-teal-100 {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:from-teal-200 {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:from-teal-300 {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:from-teal-400 {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:from-teal-500 {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:from-teal-600 {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:from-teal-700 {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:from-teal-800 {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:from-teal-900 {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:from-blue-50 {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:from-blue-100 {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:from-blue-200 {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:from-blue-300 {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:from-blue-400 {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:from-blue-500 {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:from-blue-600 {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:from-blue-700 {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:from-blue-800 {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:from-blue-900 {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:from-purple-50 {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:from-purple-100 {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:from-purple-200 {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:from-purple-300 {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:from-purple-400 {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:from-purple-500 {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:from-purple-600 {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:from-purple-700 {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:from-purple-800 {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:from-purple-900 {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:from-pink-50 {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:from-pink-100 {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:from-pink-200 {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:from-pink-300 {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:from-pink-400 {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:from-pink-500 {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:from-pink-600 {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:from-pink-700 {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:from-pink-800 {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:from-pink-900 {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:from-grey-50 {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:from-grey-100 {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:from-grey-200 {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:from-grey-300 {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:from-grey-400 {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:from-grey-500 {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:from-grey-600 {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:from-grey-700 {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:from-grey-800 {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:from-grey-900 {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:from-grey-light {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:from-primary-light {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .md\:from-primary-DEFAULT {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:from-primary-dark {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:from-secondary-light {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .md\:from-secondary-DEFAULT {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:from-secondary-dark {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:from-success-light {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:from-success-DEFAULT {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:from-success-dark {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:from-warning-light {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:from-warning-DEFAULT {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:from-warning-dark {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:from-danger-light {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:from-danger-DEFAULT {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:from-danger-dark {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:from-info-light {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:from-info-DEFAULT {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:from-info-dark {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:from-neutral-light {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:from-neutral-DEFAULT {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:from-neutral-dark {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:from-telegram {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .md\:from-instagram {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .md\:from-facebook {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .md\:from-whatsapp {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .md\:from-linkedin {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .md\:from-cyan-50 {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:from-cyan-100 {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:from-cyan-200 {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:from-cyan-300 {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:from-cyan-400 {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:from-cyan-500 {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:from-cyan-600 {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:from-cyan-700 {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:from-cyan-800 {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:from-cyan-900 {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-black {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:via-white {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gray-100 {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:via-gray-200 {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:via-gray-300 {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:via-gray-400 {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:via-gray-500 {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:via-gray-600 {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:via-gray-700 {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:via-gray-800 {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:via-gray-900 {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:via-red-50 {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:via-red-100 {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:via-red-200 {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:via-red-300 {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:via-red-400 {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:via-red-500 {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:via-red-600 {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:via-red-700 {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:via-red-800 {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:via-red-900 {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:via-orange-50 {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:via-orange-100 {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:via-orange-200 {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:via-orange-300 {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:via-orange-400 {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:via-orange-500 {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:via-orange-600 {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:via-orange-700 {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:via-orange-800 {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:via-orange-900 {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:via-yellow-50 {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:via-yellow-100 {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:via-yellow-200 {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:via-yellow-300 {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:via-yellow-400 {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:via-yellow-500 {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:via-yellow-600 {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:via-yellow-700 {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:via-yellow-800 {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:via-yellow-900 {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:via-green-50 {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:via-green-100 {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:via-green-200 {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:via-green-300 {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:via-green-400 {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:via-green-500 {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:via-green-600 {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:via-green-700 {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:via-green-800 {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:via-green-900 {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:via-teal-50 {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:via-teal-100 {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:via-teal-200 {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:via-teal-300 {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:via-teal-400 {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:via-teal-500 {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:via-teal-600 {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:via-teal-700 {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:via-teal-800 {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:via-teal-900 {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:via-blue-50 {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:via-blue-100 {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:via-blue-200 {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:via-blue-300 {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:via-blue-400 {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:via-blue-500 {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:via-blue-600 {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:via-blue-700 {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:via-blue-800 {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:via-blue-900 {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:via-purple-50 {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:via-purple-100 {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:via-purple-200 {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:via-purple-300 {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:via-purple-400 {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:via-purple-500 {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:via-purple-600 {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:via-purple-700 {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:via-purple-800 {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:via-purple-900 {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:via-pink-50 {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:via-pink-100 {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:via-pink-200 {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:via-pink-300 {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:via-pink-400 {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:via-pink-500 {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:via-pink-600 {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:via-pink-700 {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:via-pink-800 {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:via-pink-900 {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:via-grey-50 {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:via-grey-100 {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:via-grey-200 {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:via-grey-300 {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:via-grey-400 {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:via-grey-500 {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:via-grey-600 {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:via-grey-700 {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:via-grey-800 {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:via-grey-900 {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:via-grey-light {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:via-primary-light {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .md\:via-primary-DEFAULT {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:via-primary-dark {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:via-secondary-light {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .md\:via-secondary-DEFAULT {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:via-secondary-dark {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:via-success-light {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:via-success-DEFAULT {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:via-success-dark {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:via-warning-light {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:via-warning-DEFAULT {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:via-warning-dark {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:via-danger-light {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:via-danger-DEFAULT {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:via-danger-dark {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:via-info-light {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:via-info-DEFAULT {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:via-info-dark {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:via-neutral-light {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:via-neutral-DEFAULT {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:via-neutral-dark {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:via-telegram {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .md\:via-instagram {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .md\:via-facebook {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .md\:via-whatsapp {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .md\:via-linkedin {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .md\:via-cyan-50 {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:via-cyan-100 {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:via-cyan-200 {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:via-cyan-300 {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:via-cyan-400 {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:via-cyan-500 {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:via-cyan-600 {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:via-cyan-700 {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:via-cyan-800 {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:via-cyan-900 {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .md\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .md\:to-black {
    --gradient-to-color: #22292f !important;
  }

  .md\:to-white {
    --gradient-to-color: #ffffff !important;
  }

  .md\:to-gray-100 {
    --gradient-to-color: #f7fafc !important;
  }

  .md\:to-gray-200 {
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:to-gray-300 {
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:to-gray-400 {
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:to-gray-500 {
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:to-gray-600 {
    --gradient-to-color: #718096 !important;
  }

  .md\:to-gray-700 {
    --gradient-to-color: #4a5568 !important;
  }

  .md\:to-gray-800 {
    --gradient-to-color: #2d3748 !important;
  }

  .md\:to-gray-900 {
    --gradient-to-color: #1a202c !important;
  }

  .md\:to-red-50 {
    --gradient-to-color: #fef2f2 !important;
  }

  .md\:to-red-100 {
    --gradient-to-color: #fee2e2 !important;
  }

  .md\:to-red-200 {
    --gradient-to-color: #fecaca !important;
  }

  .md\:to-red-300 {
    --gradient-to-color: #fca5a5 !important;
  }

  .md\:to-red-400 {
    --gradient-to-color: #f87171 !important;
  }

  .md\:to-red-500 {
    --gradient-to-color: #ef4444 !important;
  }

  .md\:to-red-600 {
    --gradient-to-color: #dc2626 !important;
  }

  .md\:to-red-700 {
    --gradient-to-color: #b91c1c !important;
  }

  .md\:to-red-800 {
    --gradient-to-color: #991b1b !important;
  }

  .md\:to-red-900 {
    --gradient-to-color: #7f1d1d !important;
  }

  .md\:to-orange-50 {
    --gradient-to-color: #fff7ed !important;
  }

  .md\:to-orange-100 {
    --gradient-to-color: #ffedd5 !important;
  }

  .md\:to-orange-200 {
    --gradient-to-color: #fed7aa !important;
  }

  .md\:to-orange-300 {
    --gradient-to-color: #fdba74 !important;
  }

  .md\:to-orange-400 {
    --gradient-to-color: #fb923c !important;
  }

  .md\:to-orange-500 {
    --gradient-to-color: #f97316 !important;
  }

  .md\:to-orange-600 {
    --gradient-to-color: #ea580c !important;
  }

  .md\:to-orange-700 {
    --gradient-to-color: #c2410c !important;
  }

  .md\:to-orange-800 {
    --gradient-to-color: #9a3412 !important;
  }

  .md\:to-orange-900 {
    --gradient-to-color: #7c2d12 !important;
  }

  .md\:to-yellow-50 {
    --gradient-to-color: #fefce8 !important;
  }

  .md\:to-yellow-100 {
    --gradient-to-color: #fef9c3 !important;
  }

  .md\:to-yellow-200 {
    --gradient-to-color: #fef08a !important;
  }

  .md\:to-yellow-300 {
    --gradient-to-color: #fde047 !important;
  }

  .md\:to-yellow-400 {
    --gradient-to-color: #facc15 !important;
  }

  .md\:to-yellow-500 {
    --gradient-to-color: #eab308 !important;
  }

  .md\:to-yellow-600 {
    --gradient-to-color: #ca8a04 !important;
  }

  .md\:to-yellow-700 {
    --gradient-to-color: #a16207 !important;
  }

  .md\:to-yellow-800 {
    --gradient-to-color: #854d0e !important;
  }

  .md\:to-yellow-900 {
    --gradient-to-color: #713f12 !important;
  }

  .md\:to-green-50 {
    --gradient-to-color: #f0fdf4 !important;
  }

  .md\:to-green-100 {
    --gradient-to-color: #dcfce7 !important;
  }

  .md\:to-green-200 {
    --gradient-to-color: #bbf7d0 !important;
  }

  .md\:to-green-300 {
    --gradient-to-color: #86efac !important;
  }

  .md\:to-green-400 {
    --gradient-to-color: #4ade80 !important;
  }

  .md\:to-green-500 {
    --gradient-to-color: #22c55e !important;
  }

  .md\:to-green-600 {
    --gradient-to-color: #16a34a !important;
  }

  .md\:to-green-700 {
    --gradient-to-color: #15803d !important;
  }

  .md\:to-green-800 {
    --gradient-to-color: #166534 !important;
  }

  .md\:to-green-900 {
    --gradient-to-color: #14532d !important;
  }

  .md\:to-teal-50 {
    --gradient-to-color: #f0fdfa !important;
  }

  .md\:to-teal-100 {
    --gradient-to-color: #ccfbf1 !important;
  }

  .md\:to-teal-200 {
    --gradient-to-color: #99f6e4 !important;
  }

  .md\:to-teal-300 {
    --gradient-to-color: #5eead4 !important;
  }

  .md\:to-teal-400 {
    --gradient-to-color: #2dd4bf !important;
  }

  .md\:to-teal-500 {
    --gradient-to-color: #14b8a6 !important;
  }

  .md\:to-teal-600 {
    --gradient-to-color: #0d9488 !important;
  }

  .md\:to-teal-700 {
    --gradient-to-color: #0f766e !important;
  }

  .md\:to-teal-800 {
    --gradient-to-color: #115e59 !important;
  }

  .md\:to-teal-900 {
    --gradient-to-color: #134e4a !important;
  }

  .md\:to-blue-50 {
    --gradient-to-color: #eff6ff !important;
  }

  .md\:to-blue-100 {
    --gradient-to-color: #dbeafe !important;
  }

  .md\:to-blue-200 {
    --gradient-to-color: #bfdbfe !important;
  }

  .md\:to-blue-300 {
    --gradient-to-color: #93c5fd !important;
  }

  .md\:to-blue-400 {
    --gradient-to-color: #60a5fa !important;
  }

  .md\:to-blue-500 {
    --gradient-to-color: #3b82f6 !important;
  }

  .md\:to-blue-600 {
    --gradient-to-color: #2563eb !important;
  }

  .md\:to-blue-700 {
    --gradient-to-color: #1d4ed8 !important;
  }

  .md\:to-blue-800 {
    --gradient-to-color: #1e40af !important;
  }

  .md\:to-blue-900 {
    --gradient-to-color: #1e3a8a !important;
  }

  .md\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .md\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .md\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .md\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .md\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .md\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .md\:to-purple-50 {
    --gradient-to-color: #f5f3ff !important;
  }

  .md\:to-purple-100 {
    --gradient-to-color: #ede9fe !important;
  }

  .md\:to-purple-200 {
    --gradient-to-color: #ddd6fe !important;
  }

  .md\:to-purple-300 {
    --gradient-to-color: #c4b5fd !important;
  }

  .md\:to-purple-400 {
    --gradient-to-color: #a78bfa !important;
  }

  .md\:to-purple-500 {
    --gradient-to-color: #8b5cf6 !important;
  }

  .md\:to-purple-600 {
    --gradient-to-color: #7c3aed !important;
  }

  .md\:to-purple-700 {
    --gradient-to-color: #6d28d9 !important;
  }

  .md\:to-purple-800 {
    --gradient-to-color: #5b21b6 !important;
  }

  .md\:to-purple-900 {
    --gradient-to-color: #4c1d95 !important;
  }

  .md\:to-pink-50 {
    --gradient-to-color: #fdf2f8 !important;
  }

  .md\:to-pink-100 {
    --gradient-to-color: #fce7f3 !important;
  }

  .md\:to-pink-200 {
    --gradient-to-color: #fbcfe8 !important;
  }

  .md\:to-pink-300 {
    --gradient-to-color: #f9a8d4 !important;
  }

  .md\:to-pink-400 {
    --gradient-to-color: #f472b6 !important;
  }

  .md\:to-pink-500 {
    --gradient-to-color: #ec4899 !important;
  }

  .md\:to-pink-600 {
    --gradient-to-color: #db2777 !important;
  }

  .md\:to-pink-700 {
    --gradient-to-color: #be185d !important;
  }

  .md\:to-pink-800 {
    --gradient-to-color: #9d174d !important;
  }

  .md\:to-pink-900 {
    --gradient-to-color: #831843 !important;
  }

  .md\:to-grey-50 {
    --gradient-to-color: #f9fafb !important;
  }

  .md\:to-grey-100 {
    --gradient-to-color: #f3f4f6 !important;
  }

  .md\:to-grey-200 {
    --gradient-to-color: #e5e7eb !important;
  }

  .md\:to-grey-300 {
    --gradient-to-color: #d1d5db !important;
  }

  .md\:to-grey-400 {
    --gradient-to-color: #9ca3af !important;
  }

  .md\:to-grey-500 {
    --gradient-to-color: #6b7280 !important;
  }

  .md\:to-grey-600 {
    --gradient-to-color: #4b5563 !important;
  }

  .md\:to-grey-700 {
    --gradient-to-color: #374151 !important;
  }

  .md\:to-grey-800 {
    --gradient-to-color: #1f2937 !important;
  }

  .md\:to-grey-900 {
    --gradient-to-color: #111827 !important;
  }

  .md\:to-grey-light {
    --gradient-to-color: #dae1e7 !important;
  }

  .md\:to-primary-light {
    --gradient-to-color: #3F8CFF !important;
  }

  .md\:to-primary-DEFAULT {
    --gradient-to-color: #1D4ED8 !important;
  }

  .md\:to-primary-dark {
    --gradient-to-color: #1E40AF !important;
  }

  .md\:to-secondary-light {
    --gradient-to-color: #FF7C7C !important;
  }

  .md\:to-secondary-DEFAULT {
    --gradient-to-color: #EF4444 !important;
  }

  .md\:to-secondary-dark {
    --gradient-to-color: #B91C1C !important;
  }

  .md\:to-success-light {
    --gradient-to-color: #4ADE80 !important;
  }

  .md\:to-success-DEFAULT {
    --gradient-to-color: #16A34A !important;
  }

  .md\:to-success-dark {
    --gradient-to-color: #15803D !important;
  }

  .md\:to-warning-light {
    --gradient-to-color: #FDE047 !important;
  }

  .md\:to-warning-DEFAULT {
    --gradient-to-color: #F59E0B !important;
  }

  .md\:to-warning-dark {
    --gradient-to-color: #B45309 !important;
  }

  .md\:to-danger-light {
    --gradient-to-color: #F87171 !important;
  }

  .md\:to-danger-DEFAULT {
    --gradient-to-color: #DC2626 !important;
  }

  .md\:to-danger-dark {
    --gradient-to-color: #991B1B !important;
  }

  .md\:to-info-light {
    --gradient-to-color: #60A5FA !important;
  }

  .md\:to-info-DEFAULT {
    --gradient-to-color: #3B82F6 !important;
  }

  .md\:to-info-dark {
    --gradient-to-color: #1D4ED8 !important;
  }

  .md\:to-neutral-light {
    --gradient-to-color: #F3F4F6 !important;
  }

  .md\:to-neutral-DEFAULT {
    --gradient-to-color: #9CA3AF !important;
  }

  .md\:to-neutral-dark {
    --gradient-to-color: #4B5563 !important;
  }

  .md\:to-telegram {
    --gradient-to-color: #0088CC !important;
  }

  .md\:to-instagram {
    --gradient-to-color: #C13584 !important;
  }

  .md\:to-facebook {
    --gradient-to-color: #3b5998 !important;
  }

  .md\:to-whatsapp {
    --gradient-to-color: #25D366 !important;
  }

  .md\:to-linkedin {
    --gradient-to-color: #0e76a8 !important;
  }

  .md\:to-cyan-50 {
    --gradient-to-color: #ecfeff !important;
  }

  .md\:to-cyan-100 {
    --gradient-to-color: #cffafe !important;
  }

  .md\:to-cyan-200 {
    --gradient-to-color: #a5f3fc !important;
  }

  .md\:to-cyan-300 {
    --gradient-to-color: #67e8f9 !important;
  }

  .md\:to-cyan-400 {
    --gradient-to-color: #22d3ee !important;
  }

  .md\:to-cyan-500 {
    --gradient-to-color: #06b6d4 !important;
  }

  .md\:to-cyan-600 {
    --gradient-to-color: #0891b2 !important;
  }

  .md\:to-cyan-700 {
    --gradient-to-color: #0e7490 !important;
  }

  .md\:to-cyan-800 {
    --gradient-to-color: #155e75 !important;
  }

  .md\:to-cyan-900 {
    --gradient-to-color: #164e63 !important;
  }

  .md\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-black:hover {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:hover\:from-white:hover {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:from-red-50:hover {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:from-red-100:hover {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:from-red-200:hover {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:from-red-300:hover {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:from-red-400:hover {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:from-red-500:hover {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:from-red-600:hover {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:from-red-700:hover {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:from-red-800:hover {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:from-red-900:hover {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:from-orange-50:hover {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:hover\:from-orange-100:hover {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:hover\:from-orange-200:hover {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:hover\:from-orange-300:hover {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:hover\:from-orange-400:hover {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:hover\:from-orange-500:hover {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:hover\:from-orange-600:hover {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:hover\:from-orange-700:hover {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:hover\:from-orange-800:hover {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:hover\:from-orange-900:hover {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:hover\:from-yellow-50:hover {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:hover\:from-yellow-300:hover {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:hover\:from-yellow-400:hover {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:hover\:from-yellow-500:hover {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:hover\:from-yellow-600:hover {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:hover\:from-yellow-700:hover {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:hover\:from-yellow-800:hover {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:hover\:from-yellow-900:hover {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:hover\:from-green-50:hover {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:hover\:from-green-100:hover {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:hover\:from-green-200:hover {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:hover\:from-green-300:hover {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:hover\:from-green-400:hover {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:hover\:from-green-500:hover {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:hover\:from-green-600:hover {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:hover\:from-green-700:hover {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:hover\:from-green-800:hover {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:hover\:from-green-900:hover {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:hover\:from-teal-50:hover {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:hover\:from-teal-100:hover {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:hover\:from-teal-200:hover {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:hover\:from-teal-300:hover {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:hover\:from-teal-400:hover {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:hover\:from-teal-500:hover {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:hover\:from-teal-600:hover {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:hover\:from-teal-700:hover {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:hover\:from-teal-800:hover {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:hover\:from-teal-900:hover {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:hover\:from-blue-50:hover {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:hover\:from-blue-100:hover {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:hover\:from-blue-200:hover {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:hover\:from-blue-300:hover {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:hover\:from-blue-400:hover {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:from-blue-500:hover {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:from-blue-600:hover {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:hover\:from-blue-700:hover {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:from-blue-800:hover {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:from-blue-900:hover {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:from-purple-50:hover {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:hover\:from-purple-100:hover {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:hover\:from-purple-200:hover {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:hover\:from-purple-300:hover {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:hover\:from-purple-400:hover {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:hover\:from-purple-500:hover {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:hover\:from-purple-600:hover {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:hover\:from-purple-700:hover {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:hover\:from-purple-800:hover {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:hover\:from-purple-900:hover {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:hover\:from-pink-50:hover {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:hover\:from-pink-100:hover {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:hover\:from-pink-200:hover {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:hover\:from-pink-300:hover {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:hover\:from-pink-400:hover {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:hover\:from-pink-500:hover {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:hover\:from-pink-600:hover {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:hover\:from-pink-700:hover {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:hover\:from-pink-800:hover {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:hover\:from-pink-900:hover {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:hover\:from-grey-50:hover {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:hover\:from-grey-100:hover {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:hover\:from-grey-200:hover {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:hover\:from-grey-300:hover {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:hover\:from-grey-400:hover {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:from-grey-500:hover {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:from-grey-600:hover {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:from-grey-700:hover {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:hover\:from-grey-800:hover {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:hover\:from-grey-900:hover {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:hover\:from-grey-light:hover {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:hover\:from-primary-light:hover {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .md\:hover\:from-primary-DEFAULT:hover {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:from-primary-dark:hover {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:from-secondary-light:hover {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .md\:hover\:from-secondary-DEFAULT:hover {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:from-secondary-dark:hover {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:from-success-light:hover {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:hover\:from-success-DEFAULT:hover {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:hover\:from-success-dark:hover {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:hover\:from-warning-light:hover {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:hover\:from-warning-DEFAULT:hover {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:hover\:from-warning-dark:hover {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:hover\:from-danger-light:hover {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:from-danger-DEFAULT:hover {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:from-danger-dark:hover {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:from-info-light:hover {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:from-info-DEFAULT:hover {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:from-info-dark:hover {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:from-neutral-light:hover {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:hover\:from-neutral-DEFAULT:hover {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:from-neutral-dark:hover {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:from-telegram:hover {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .md\:hover\:from-instagram:hover {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .md\:hover\:from-facebook:hover {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .md\:hover\:from-whatsapp:hover {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .md\:hover\:from-linkedin:hover {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .md\:hover\:from-cyan-50:hover {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:hover\:from-cyan-100:hover {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:hover\:from-cyan-200:hover {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:hover\:from-cyan-300:hover {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:hover\:from-cyan-400:hover {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:hover\:from-cyan-500:hover {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:hover\:from-cyan-600:hover {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:hover\:from-cyan-700:hover {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:hover\:from-cyan-800:hover {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:hover\:from-cyan-900:hover {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-black:hover {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:hover\:via-white:hover {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:via-red-50:hover {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:via-red-100:hover {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:via-red-200:hover {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:via-red-300:hover {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:via-red-400:hover {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:via-red-500:hover {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:via-red-600:hover {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:via-red-700:hover {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:via-red-800:hover {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:via-red-900:hover {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:via-orange-50:hover {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:hover\:via-orange-100:hover {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:hover\:via-orange-200:hover {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:hover\:via-orange-300:hover {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:hover\:via-orange-400:hover {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:hover\:via-orange-500:hover {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:hover\:via-orange-600:hover {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:hover\:via-orange-700:hover {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:hover\:via-orange-800:hover {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:hover\:via-orange-900:hover {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:hover\:via-yellow-50:hover {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:hover\:via-yellow-300:hover {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:hover\:via-yellow-400:hover {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:hover\:via-yellow-500:hover {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:hover\:via-yellow-600:hover {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:hover\:via-yellow-700:hover {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:hover\:via-yellow-800:hover {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:hover\:via-yellow-900:hover {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:hover\:via-green-50:hover {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:hover\:via-green-100:hover {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:hover\:via-green-200:hover {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:hover\:via-green-300:hover {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:hover\:via-green-400:hover {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:hover\:via-green-500:hover {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:hover\:via-green-600:hover {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:hover\:via-green-700:hover {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:hover\:via-green-800:hover {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:hover\:via-green-900:hover {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:hover\:via-teal-50:hover {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:hover\:via-teal-100:hover {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:hover\:via-teal-200:hover {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:hover\:via-teal-300:hover {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:hover\:via-teal-400:hover {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:hover\:via-teal-500:hover {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:hover\:via-teal-600:hover {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:hover\:via-teal-700:hover {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:hover\:via-teal-800:hover {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:hover\:via-teal-900:hover {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:hover\:via-blue-50:hover {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:hover\:via-blue-100:hover {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:hover\:via-blue-200:hover {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:hover\:via-blue-300:hover {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:hover\:via-blue-400:hover {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:via-blue-500:hover {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:via-blue-600:hover {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:hover\:via-blue-700:hover {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:via-blue-800:hover {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:via-blue-900:hover {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:via-purple-50:hover {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:hover\:via-purple-100:hover {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:hover\:via-purple-200:hover {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:hover\:via-purple-300:hover {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:hover\:via-purple-400:hover {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:hover\:via-purple-500:hover {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:hover\:via-purple-600:hover {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:hover\:via-purple-700:hover {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:hover\:via-purple-800:hover {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:hover\:via-purple-900:hover {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:hover\:via-pink-50:hover {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:hover\:via-pink-100:hover {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:hover\:via-pink-200:hover {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:hover\:via-pink-300:hover {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:hover\:via-pink-400:hover {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:hover\:via-pink-500:hover {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:hover\:via-pink-600:hover {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:hover\:via-pink-700:hover {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:hover\:via-pink-800:hover {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:hover\:via-pink-900:hover {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:hover\:via-grey-50:hover {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:hover\:via-grey-100:hover {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:hover\:via-grey-200:hover {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:hover\:via-grey-300:hover {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:hover\:via-grey-400:hover {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:via-grey-500:hover {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:hover\:via-grey-600:hover {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:via-grey-700:hover {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:hover\:via-grey-800:hover {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:hover\:via-grey-900:hover {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:hover\:via-grey-light:hover {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:hover\:via-primary-light:hover {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .md\:hover\:via-primary-DEFAULT:hover {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:via-primary-dark:hover {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:via-secondary-light:hover {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .md\:hover\:via-secondary-DEFAULT:hover {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:via-secondary-dark:hover {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:via-success-light:hover {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:hover\:via-success-DEFAULT:hover {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:hover\:via-success-dark:hover {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:hover\:via-warning-light:hover {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:hover\:via-warning-DEFAULT:hover {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:hover\:via-warning-dark:hover {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:hover\:via-danger-light:hover {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:via-danger-DEFAULT:hover {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:via-danger-dark:hover {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:via-info-light:hover {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:via-info-DEFAULT:hover {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:via-info-dark:hover {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:via-neutral-light:hover {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:hover\:via-neutral-DEFAULT:hover {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:hover\:via-neutral-dark:hover {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:via-telegram:hover {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .md\:hover\:via-instagram:hover {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .md\:hover\:via-facebook:hover {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .md\:hover\:via-whatsapp:hover {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .md\:hover\:via-linkedin:hover {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .md\:hover\:via-cyan-50:hover {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:hover\:via-cyan-100:hover {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:hover\:via-cyan-200:hover {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:hover\:via-cyan-300:hover {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:hover\:via-cyan-400:hover {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:hover\:via-cyan-500:hover {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:hover\:via-cyan-600:hover {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:hover\:via-cyan-700:hover {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:hover\:via-cyan-800:hover {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:hover\:via-cyan-900:hover {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .md\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .md\:hover\:to-black:hover {
    --gradient-to-color: #22292f !important;
  }

  .md\:hover\:to-white:hover {
    --gradient-to-color: #ffffff !important;
  }

  .md\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc !important;
  }

  .md\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096 !important;
  }

  .md\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568 !important;
  }

  .md\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748 !important;
  }

  .md\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c !important;
  }

  .md\:hover\:to-red-50:hover {
    --gradient-to-color: #fef2f2 !important;
  }

  .md\:hover\:to-red-100:hover {
    --gradient-to-color: #fee2e2 !important;
  }

  .md\:hover\:to-red-200:hover {
    --gradient-to-color: #fecaca !important;
  }

  .md\:hover\:to-red-300:hover {
    --gradient-to-color: #fca5a5 !important;
  }

  .md\:hover\:to-red-400:hover {
    --gradient-to-color: #f87171 !important;
  }

  .md\:hover\:to-red-500:hover {
    --gradient-to-color: #ef4444 !important;
  }

  .md\:hover\:to-red-600:hover {
    --gradient-to-color: #dc2626 !important;
  }

  .md\:hover\:to-red-700:hover {
    --gradient-to-color: #b91c1c !important;
  }

  .md\:hover\:to-red-800:hover {
    --gradient-to-color: #991b1b !important;
  }

  .md\:hover\:to-red-900:hover {
    --gradient-to-color: #7f1d1d !important;
  }

  .md\:hover\:to-orange-50:hover {
    --gradient-to-color: #fff7ed !important;
  }

  .md\:hover\:to-orange-100:hover {
    --gradient-to-color: #ffedd5 !important;
  }

  .md\:hover\:to-orange-200:hover {
    --gradient-to-color: #fed7aa !important;
  }

  .md\:hover\:to-orange-300:hover {
    --gradient-to-color: #fdba74 !important;
  }

  .md\:hover\:to-orange-400:hover {
    --gradient-to-color: #fb923c !important;
  }

  .md\:hover\:to-orange-500:hover {
    --gradient-to-color: #f97316 !important;
  }

  .md\:hover\:to-orange-600:hover {
    --gradient-to-color: #ea580c !important;
  }

  .md\:hover\:to-orange-700:hover {
    --gradient-to-color: #c2410c !important;
  }

  .md\:hover\:to-orange-800:hover {
    --gradient-to-color: #9a3412 !important;
  }

  .md\:hover\:to-orange-900:hover {
    --gradient-to-color: #7c2d12 !important;
  }

  .md\:hover\:to-yellow-50:hover {
    --gradient-to-color: #fefce8 !important;
  }

  .md\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fef9c3 !important;
  }

  .md\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fef08a !important;
  }

  .md\:hover\:to-yellow-300:hover {
    --gradient-to-color: #fde047 !important;
  }

  .md\:hover\:to-yellow-400:hover {
    --gradient-to-color: #facc15 !important;
  }

  .md\:hover\:to-yellow-500:hover {
    --gradient-to-color: #eab308 !important;
  }

  .md\:hover\:to-yellow-600:hover {
    --gradient-to-color: #ca8a04 !important;
  }

  .md\:hover\:to-yellow-700:hover {
    --gradient-to-color: #a16207 !important;
  }

  .md\:hover\:to-yellow-800:hover {
    --gradient-to-color: #854d0e !important;
  }

  .md\:hover\:to-yellow-900:hover {
    --gradient-to-color: #713f12 !important;
  }

  .md\:hover\:to-green-50:hover {
    --gradient-to-color: #f0fdf4 !important;
  }

  .md\:hover\:to-green-100:hover {
    --gradient-to-color: #dcfce7 !important;
  }

  .md\:hover\:to-green-200:hover {
    --gradient-to-color: #bbf7d0 !important;
  }

  .md\:hover\:to-green-300:hover {
    --gradient-to-color: #86efac !important;
  }

  .md\:hover\:to-green-400:hover {
    --gradient-to-color: #4ade80 !important;
  }

  .md\:hover\:to-green-500:hover {
    --gradient-to-color: #22c55e !important;
  }

  .md\:hover\:to-green-600:hover {
    --gradient-to-color: #16a34a !important;
  }

  .md\:hover\:to-green-700:hover {
    --gradient-to-color: #15803d !important;
  }

  .md\:hover\:to-green-800:hover {
    --gradient-to-color: #166534 !important;
  }

  .md\:hover\:to-green-900:hover {
    --gradient-to-color: #14532d !important;
  }

  .md\:hover\:to-teal-50:hover {
    --gradient-to-color: #f0fdfa !important;
  }

  .md\:hover\:to-teal-100:hover {
    --gradient-to-color: #ccfbf1 !important;
  }

  .md\:hover\:to-teal-200:hover {
    --gradient-to-color: #99f6e4 !important;
  }

  .md\:hover\:to-teal-300:hover {
    --gradient-to-color: #5eead4 !important;
  }

  .md\:hover\:to-teal-400:hover {
    --gradient-to-color: #2dd4bf !important;
  }

  .md\:hover\:to-teal-500:hover {
    --gradient-to-color: #14b8a6 !important;
  }

  .md\:hover\:to-teal-600:hover {
    --gradient-to-color: #0d9488 !important;
  }

  .md\:hover\:to-teal-700:hover {
    --gradient-to-color: #0f766e !important;
  }

  .md\:hover\:to-teal-800:hover {
    --gradient-to-color: #115e59 !important;
  }

  .md\:hover\:to-teal-900:hover {
    --gradient-to-color: #134e4a !important;
  }

  .md\:hover\:to-blue-50:hover {
    --gradient-to-color: #eff6ff !important;
  }

  .md\:hover\:to-blue-100:hover {
    --gradient-to-color: #dbeafe !important;
  }

  .md\:hover\:to-blue-200:hover {
    --gradient-to-color: #bfdbfe !important;
  }

  .md\:hover\:to-blue-300:hover {
    --gradient-to-color: #93c5fd !important;
  }

  .md\:hover\:to-blue-400:hover {
    --gradient-to-color: #60a5fa !important;
  }

  .md\:hover\:to-blue-500:hover {
    --gradient-to-color: #3b82f6 !important;
  }

  .md\:hover\:to-blue-600:hover {
    --gradient-to-color: #2563eb !important;
  }

  .md\:hover\:to-blue-700:hover {
    --gradient-to-color: #1d4ed8 !important;
  }

  .md\:hover\:to-blue-800:hover {
    --gradient-to-color: #1e40af !important;
  }

  .md\:hover\:to-blue-900:hover {
    --gradient-to-color: #1e3a8a !important;
  }

  .md\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .md\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .md\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .md\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .md\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .md\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .md\:hover\:to-purple-50:hover {
    --gradient-to-color: #f5f3ff !important;
  }

  .md\:hover\:to-purple-100:hover {
    --gradient-to-color: #ede9fe !important;
  }

  .md\:hover\:to-purple-200:hover {
    --gradient-to-color: #ddd6fe !important;
  }

  .md\:hover\:to-purple-300:hover {
    --gradient-to-color: #c4b5fd !important;
  }

  .md\:hover\:to-purple-400:hover {
    --gradient-to-color: #a78bfa !important;
  }

  .md\:hover\:to-purple-500:hover {
    --gradient-to-color: #8b5cf6 !important;
  }

  .md\:hover\:to-purple-600:hover {
    --gradient-to-color: #7c3aed !important;
  }

  .md\:hover\:to-purple-700:hover {
    --gradient-to-color: #6d28d9 !important;
  }

  .md\:hover\:to-purple-800:hover {
    --gradient-to-color: #5b21b6 !important;
  }

  .md\:hover\:to-purple-900:hover {
    --gradient-to-color: #4c1d95 !important;
  }

  .md\:hover\:to-pink-50:hover {
    --gradient-to-color: #fdf2f8 !important;
  }

  .md\:hover\:to-pink-100:hover {
    --gradient-to-color: #fce7f3 !important;
  }

  .md\:hover\:to-pink-200:hover {
    --gradient-to-color: #fbcfe8 !important;
  }

  .md\:hover\:to-pink-300:hover {
    --gradient-to-color: #f9a8d4 !important;
  }

  .md\:hover\:to-pink-400:hover {
    --gradient-to-color: #f472b6 !important;
  }

  .md\:hover\:to-pink-500:hover {
    --gradient-to-color: #ec4899 !important;
  }

  .md\:hover\:to-pink-600:hover {
    --gradient-to-color: #db2777 !important;
  }

  .md\:hover\:to-pink-700:hover {
    --gradient-to-color: #be185d !important;
  }

  .md\:hover\:to-pink-800:hover {
    --gradient-to-color: #9d174d !important;
  }

  .md\:hover\:to-pink-900:hover {
    --gradient-to-color: #831843 !important;
  }

  .md\:hover\:to-grey-50:hover {
    --gradient-to-color: #f9fafb !important;
  }

  .md\:hover\:to-grey-100:hover {
    --gradient-to-color: #f3f4f6 !important;
  }

  .md\:hover\:to-grey-200:hover {
    --gradient-to-color: #e5e7eb !important;
  }

  .md\:hover\:to-grey-300:hover {
    --gradient-to-color: #d1d5db !important;
  }

  .md\:hover\:to-grey-400:hover {
    --gradient-to-color: #9ca3af !important;
  }

  .md\:hover\:to-grey-500:hover {
    --gradient-to-color: #6b7280 !important;
  }

  .md\:hover\:to-grey-600:hover {
    --gradient-to-color: #4b5563 !important;
  }

  .md\:hover\:to-grey-700:hover {
    --gradient-to-color: #374151 !important;
  }

  .md\:hover\:to-grey-800:hover {
    --gradient-to-color: #1f2937 !important;
  }

  .md\:hover\:to-grey-900:hover {
    --gradient-to-color: #111827 !important;
  }

  .md\:hover\:to-grey-light:hover {
    --gradient-to-color: #dae1e7 !important;
  }

  .md\:hover\:to-primary-light:hover {
    --gradient-to-color: #3F8CFF !important;
  }

  .md\:hover\:to-primary-DEFAULT:hover {
    --gradient-to-color: #1D4ED8 !important;
  }

  .md\:hover\:to-primary-dark:hover {
    --gradient-to-color: #1E40AF !important;
  }

  .md\:hover\:to-secondary-light:hover {
    --gradient-to-color: #FF7C7C !important;
  }

  .md\:hover\:to-secondary-DEFAULT:hover {
    --gradient-to-color: #EF4444 !important;
  }

  .md\:hover\:to-secondary-dark:hover {
    --gradient-to-color: #B91C1C !important;
  }

  .md\:hover\:to-success-light:hover {
    --gradient-to-color: #4ADE80 !important;
  }

  .md\:hover\:to-success-DEFAULT:hover {
    --gradient-to-color: #16A34A !important;
  }

  .md\:hover\:to-success-dark:hover {
    --gradient-to-color: #15803D !important;
  }

  .md\:hover\:to-warning-light:hover {
    --gradient-to-color: #FDE047 !important;
  }

  .md\:hover\:to-warning-DEFAULT:hover {
    --gradient-to-color: #F59E0B !important;
  }

  .md\:hover\:to-warning-dark:hover {
    --gradient-to-color: #B45309 !important;
  }

  .md\:hover\:to-danger-light:hover {
    --gradient-to-color: #F87171 !important;
  }

  .md\:hover\:to-danger-DEFAULT:hover {
    --gradient-to-color: #DC2626 !important;
  }

  .md\:hover\:to-danger-dark:hover {
    --gradient-to-color: #991B1B !important;
  }

  .md\:hover\:to-info-light:hover {
    --gradient-to-color: #60A5FA !important;
  }

  .md\:hover\:to-info-DEFAULT:hover {
    --gradient-to-color: #3B82F6 !important;
  }

  .md\:hover\:to-info-dark:hover {
    --gradient-to-color: #1D4ED8 !important;
  }

  .md\:hover\:to-neutral-light:hover {
    --gradient-to-color: #F3F4F6 !important;
  }

  .md\:hover\:to-neutral-DEFAULT:hover {
    --gradient-to-color: #9CA3AF !important;
  }

  .md\:hover\:to-neutral-dark:hover {
    --gradient-to-color: #4B5563 !important;
  }

  .md\:hover\:to-telegram:hover {
    --gradient-to-color: #0088CC !important;
  }

  .md\:hover\:to-instagram:hover {
    --gradient-to-color: #C13584 !important;
  }

  .md\:hover\:to-facebook:hover {
    --gradient-to-color: #3b5998 !important;
  }

  .md\:hover\:to-whatsapp:hover {
    --gradient-to-color: #25D366 !important;
  }

  .md\:hover\:to-linkedin:hover {
    --gradient-to-color: #0e76a8 !important;
  }

  .md\:hover\:to-cyan-50:hover {
    --gradient-to-color: #ecfeff !important;
  }

  .md\:hover\:to-cyan-100:hover {
    --gradient-to-color: #cffafe !important;
  }

  .md\:hover\:to-cyan-200:hover {
    --gradient-to-color: #a5f3fc !important;
  }

  .md\:hover\:to-cyan-300:hover {
    --gradient-to-color: #67e8f9 !important;
  }

  .md\:hover\:to-cyan-400:hover {
    --gradient-to-color: #22d3ee !important;
  }

  .md\:hover\:to-cyan-500:hover {
    --gradient-to-color: #06b6d4 !important;
  }

  .md\:hover\:to-cyan-600:hover {
    --gradient-to-color: #0891b2 !important;
  }

  .md\:hover\:to-cyan-700:hover {
    --gradient-to-color: #0e7490 !important;
  }

  .md\:hover\:to-cyan-800:hover {
    --gradient-to-color: #155e75 !important;
  }

  .md\:hover\:to-cyan-900:hover {
    --gradient-to-color: #164e63 !important;
  }

  .md\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-black:focus {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:focus\:from-white:focus {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:from-red-50:focus {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:from-red-100:focus {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:from-red-200:focus {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:from-red-300:focus {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:from-red-400:focus {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:from-red-500:focus {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:from-red-600:focus {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:from-red-700:focus {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:from-red-800:focus {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:from-red-900:focus {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:from-orange-50:focus {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:focus\:from-orange-100:focus {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:focus\:from-orange-200:focus {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:focus\:from-orange-300:focus {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:focus\:from-orange-400:focus {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:focus\:from-orange-500:focus {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:focus\:from-orange-600:focus {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:focus\:from-orange-700:focus {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:focus\:from-orange-800:focus {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:focus\:from-orange-900:focus {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:focus\:from-yellow-50:focus {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:focus\:from-yellow-300:focus {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:focus\:from-yellow-400:focus {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:focus\:from-yellow-500:focus {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:focus\:from-yellow-600:focus {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:focus\:from-yellow-700:focus {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:focus\:from-yellow-800:focus {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:focus\:from-yellow-900:focus {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:focus\:from-green-50:focus {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:focus\:from-green-100:focus {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:focus\:from-green-200:focus {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:focus\:from-green-300:focus {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:focus\:from-green-400:focus {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:focus\:from-green-500:focus {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:focus\:from-green-600:focus {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:focus\:from-green-700:focus {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:focus\:from-green-800:focus {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:focus\:from-green-900:focus {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:focus\:from-teal-50:focus {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:focus\:from-teal-100:focus {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:focus\:from-teal-200:focus {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:focus\:from-teal-300:focus {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:focus\:from-teal-400:focus {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:focus\:from-teal-500:focus {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:focus\:from-teal-600:focus {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:focus\:from-teal-700:focus {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:focus\:from-teal-800:focus {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:focus\:from-teal-900:focus {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:focus\:from-blue-50:focus {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:focus\:from-blue-100:focus {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:focus\:from-blue-200:focus {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:focus\:from-blue-300:focus {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:focus\:from-blue-400:focus {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:from-blue-500:focus {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:from-blue-600:focus {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:focus\:from-blue-700:focus {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:from-blue-800:focus {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:from-blue-900:focus {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:from-purple-50:focus {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:focus\:from-purple-100:focus {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:focus\:from-purple-200:focus {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:focus\:from-purple-300:focus {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:focus\:from-purple-400:focus {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:focus\:from-purple-500:focus {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:focus\:from-purple-600:focus {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:focus\:from-purple-700:focus {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:focus\:from-purple-800:focus {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:focus\:from-purple-900:focus {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:focus\:from-pink-50:focus {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:focus\:from-pink-100:focus {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:focus\:from-pink-200:focus {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:focus\:from-pink-300:focus {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:focus\:from-pink-400:focus {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:focus\:from-pink-500:focus {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:focus\:from-pink-600:focus {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:focus\:from-pink-700:focus {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:focus\:from-pink-800:focus {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:focus\:from-pink-900:focus {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:focus\:from-grey-50:focus {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:focus\:from-grey-100:focus {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:focus\:from-grey-200:focus {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:focus\:from-grey-300:focus {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:focus\:from-grey-400:focus {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:from-grey-500:focus {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:from-grey-600:focus {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:from-grey-700:focus {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:focus\:from-grey-800:focus {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:focus\:from-grey-900:focus {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:focus\:from-grey-light:focus {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:focus\:from-primary-light:focus {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .md\:focus\:from-primary-DEFAULT:focus {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:from-primary-dark:focus {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:from-secondary-light:focus {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .md\:focus\:from-secondary-DEFAULT:focus {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:from-secondary-dark:focus {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:from-success-light:focus {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:focus\:from-success-DEFAULT:focus {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:focus\:from-success-dark:focus {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:focus\:from-warning-light:focus {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:focus\:from-warning-DEFAULT:focus {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:focus\:from-warning-dark:focus {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:focus\:from-danger-light:focus {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:from-danger-DEFAULT:focus {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:from-danger-dark:focus {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:from-info-light:focus {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:from-info-DEFAULT:focus {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:from-info-dark:focus {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:from-neutral-light:focus {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:focus\:from-neutral-DEFAULT:focus {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:from-neutral-dark:focus {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:from-telegram:focus {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .md\:focus\:from-instagram:focus {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .md\:focus\:from-facebook:focus {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .md\:focus\:from-whatsapp:focus {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .md\:focus\:from-linkedin:focus {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .md\:focus\:from-cyan-50:focus {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:focus\:from-cyan-100:focus {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:focus\:from-cyan-200:focus {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:focus\:from-cyan-300:focus {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:focus\:from-cyan-400:focus {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:focus\:from-cyan-500:focus {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:focus\:from-cyan-600:focus {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:focus\:from-cyan-700:focus {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:focus\:from-cyan-800:focus {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:focus\:from-cyan-900:focus {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-black:focus {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .md\:focus\:via-white:focus {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:via-red-50:focus {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:via-red-100:focus {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:via-red-200:focus {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:via-red-300:focus {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:via-red-400:focus {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:via-red-500:focus {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:via-red-600:focus {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:via-red-700:focus {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:via-red-800:focus {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:via-red-900:focus {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:via-orange-50:focus {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .md\:focus\:via-orange-100:focus {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .md\:focus\:via-orange-200:focus {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .md\:focus\:via-orange-300:focus {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .md\:focus\:via-orange-400:focus {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .md\:focus\:via-orange-500:focus {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .md\:focus\:via-orange-600:focus {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .md\:focus\:via-orange-700:focus {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .md\:focus\:via-orange-800:focus {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .md\:focus\:via-orange-900:focus {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .md\:focus\:via-yellow-50:focus {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .md\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .md\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .md\:focus\:via-yellow-300:focus {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:focus\:via-yellow-400:focus {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .md\:focus\:via-yellow-500:focus {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .md\:focus\:via-yellow-600:focus {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .md\:focus\:via-yellow-700:focus {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .md\:focus\:via-yellow-800:focus {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .md\:focus\:via-yellow-900:focus {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .md\:focus\:via-green-50:focus {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .md\:focus\:via-green-100:focus {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .md\:focus\:via-green-200:focus {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .md\:focus\:via-green-300:focus {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .md\:focus\:via-green-400:focus {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:focus\:via-green-500:focus {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .md\:focus\:via-green-600:focus {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:focus\:via-green-700:focus {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:focus\:via-green-800:focus {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .md\:focus\:via-green-900:focus {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .md\:focus\:via-teal-50:focus {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .md\:focus\:via-teal-100:focus {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .md\:focus\:via-teal-200:focus {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .md\:focus\:via-teal-300:focus {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .md\:focus\:via-teal-400:focus {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .md\:focus\:via-teal-500:focus {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .md\:focus\:via-teal-600:focus {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .md\:focus\:via-teal-700:focus {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .md\:focus\:via-teal-800:focus {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .md\:focus\:via-teal-900:focus {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .md\:focus\:via-blue-50:focus {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .md\:focus\:via-blue-100:focus {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .md\:focus\:via-blue-200:focus {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .md\:focus\:via-blue-300:focus {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .md\:focus\:via-blue-400:focus {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:via-blue-500:focus {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:via-blue-600:focus {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .md\:focus\:via-blue-700:focus {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:via-blue-800:focus {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:via-blue-900:focus {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .md\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:via-purple-50:focus {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .md\:focus\:via-purple-100:focus {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .md\:focus\:via-purple-200:focus {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .md\:focus\:via-purple-300:focus {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .md\:focus\:via-purple-400:focus {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .md\:focus\:via-purple-500:focus {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .md\:focus\:via-purple-600:focus {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .md\:focus\:via-purple-700:focus {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .md\:focus\:via-purple-800:focus {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .md\:focus\:via-purple-900:focus {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .md\:focus\:via-pink-50:focus {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .md\:focus\:via-pink-100:focus {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .md\:focus\:via-pink-200:focus {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .md\:focus\:via-pink-300:focus {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .md\:focus\:via-pink-400:focus {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .md\:focus\:via-pink-500:focus {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .md\:focus\:via-pink-600:focus {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .md\:focus\:via-pink-700:focus {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .md\:focus\:via-pink-800:focus {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .md\:focus\:via-pink-900:focus {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .md\:focus\:via-grey-50:focus {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .md\:focus\:via-grey-100:focus {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:focus\:via-grey-200:focus {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .md\:focus\:via-grey-300:focus {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .md\:focus\:via-grey-400:focus {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:via-grey-500:focus {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .md\:focus\:via-grey-600:focus {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:via-grey-700:focus {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .md\:focus\:via-grey-800:focus {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .md\:focus\:via-grey-900:focus {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .md\:focus\:via-grey-light:focus {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .md\:focus\:via-primary-light:focus {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .md\:focus\:via-primary-DEFAULT:focus {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:via-primary-dark:focus {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:via-secondary-light:focus {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .md\:focus\:via-secondary-DEFAULT:focus {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:via-secondary-dark:focus {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:via-success-light:focus {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .md\:focus\:via-success-DEFAULT:focus {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .md\:focus\:via-success-dark:focus {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .md\:focus\:via-warning-light:focus {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .md\:focus\:via-warning-DEFAULT:focus {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .md\:focus\:via-warning-dark:focus {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .md\:focus\:via-danger-light:focus {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:via-danger-DEFAULT:focus {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:via-danger-dark:focus {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:via-info-light:focus {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:via-info-DEFAULT:focus {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:via-info-dark:focus {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:via-neutral-light:focus {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .md\:focus\:via-neutral-DEFAULT:focus {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .md\:focus\:via-neutral-dark:focus {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:via-telegram:focus {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .md\:focus\:via-instagram:focus {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .md\:focus\:via-facebook:focus {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .md\:focus\:via-whatsapp:focus {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .md\:focus\:via-linkedin:focus {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .md\:focus\:via-cyan-50:focus {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .md\:focus\:via-cyan-100:focus {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .md\:focus\:via-cyan-200:focus {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .md\:focus\:via-cyan-300:focus {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .md\:focus\:via-cyan-400:focus {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .md\:focus\:via-cyan-500:focus {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .md\:focus\:via-cyan-600:focus {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .md\:focus\:via-cyan-700:focus {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .md\:focus\:via-cyan-800:focus {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .md\:focus\:via-cyan-900:focus {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .md\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .md\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .md\:focus\:to-black:focus {
    --gradient-to-color: #22292f !important;
  }

  .md\:focus\:to-white:focus {
    --gradient-to-color: #ffffff !important;
  }

  .md\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc !important;
  }

  .md\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096 !important;
  }

  .md\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568 !important;
  }

  .md\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748 !important;
  }

  .md\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c !important;
  }

  .md\:focus\:to-red-50:focus {
    --gradient-to-color: #fef2f2 !important;
  }

  .md\:focus\:to-red-100:focus {
    --gradient-to-color: #fee2e2 !important;
  }

  .md\:focus\:to-red-200:focus {
    --gradient-to-color: #fecaca !important;
  }

  .md\:focus\:to-red-300:focus {
    --gradient-to-color: #fca5a5 !important;
  }

  .md\:focus\:to-red-400:focus {
    --gradient-to-color: #f87171 !important;
  }

  .md\:focus\:to-red-500:focus {
    --gradient-to-color: #ef4444 !important;
  }

  .md\:focus\:to-red-600:focus {
    --gradient-to-color: #dc2626 !important;
  }

  .md\:focus\:to-red-700:focus {
    --gradient-to-color: #b91c1c !important;
  }

  .md\:focus\:to-red-800:focus {
    --gradient-to-color: #991b1b !important;
  }

  .md\:focus\:to-red-900:focus {
    --gradient-to-color: #7f1d1d !important;
  }

  .md\:focus\:to-orange-50:focus {
    --gradient-to-color: #fff7ed !important;
  }

  .md\:focus\:to-orange-100:focus {
    --gradient-to-color: #ffedd5 !important;
  }

  .md\:focus\:to-orange-200:focus {
    --gradient-to-color: #fed7aa !important;
  }

  .md\:focus\:to-orange-300:focus {
    --gradient-to-color: #fdba74 !important;
  }

  .md\:focus\:to-orange-400:focus {
    --gradient-to-color: #fb923c !important;
  }

  .md\:focus\:to-orange-500:focus {
    --gradient-to-color: #f97316 !important;
  }

  .md\:focus\:to-orange-600:focus {
    --gradient-to-color: #ea580c !important;
  }

  .md\:focus\:to-orange-700:focus {
    --gradient-to-color: #c2410c !important;
  }

  .md\:focus\:to-orange-800:focus {
    --gradient-to-color: #9a3412 !important;
  }

  .md\:focus\:to-orange-900:focus {
    --gradient-to-color: #7c2d12 !important;
  }

  .md\:focus\:to-yellow-50:focus {
    --gradient-to-color: #fefce8 !important;
  }

  .md\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fef9c3 !important;
  }

  .md\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fef08a !important;
  }

  .md\:focus\:to-yellow-300:focus {
    --gradient-to-color: #fde047 !important;
  }

  .md\:focus\:to-yellow-400:focus {
    --gradient-to-color: #facc15 !important;
  }

  .md\:focus\:to-yellow-500:focus {
    --gradient-to-color: #eab308 !important;
  }

  .md\:focus\:to-yellow-600:focus {
    --gradient-to-color: #ca8a04 !important;
  }

  .md\:focus\:to-yellow-700:focus {
    --gradient-to-color: #a16207 !important;
  }

  .md\:focus\:to-yellow-800:focus {
    --gradient-to-color: #854d0e !important;
  }

  .md\:focus\:to-yellow-900:focus {
    --gradient-to-color: #713f12 !important;
  }

  .md\:focus\:to-green-50:focus {
    --gradient-to-color: #f0fdf4 !important;
  }

  .md\:focus\:to-green-100:focus {
    --gradient-to-color: #dcfce7 !important;
  }

  .md\:focus\:to-green-200:focus {
    --gradient-to-color: #bbf7d0 !important;
  }

  .md\:focus\:to-green-300:focus {
    --gradient-to-color: #86efac !important;
  }

  .md\:focus\:to-green-400:focus {
    --gradient-to-color: #4ade80 !important;
  }

  .md\:focus\:to-green-500:focus {
    --gradient-to-color: #22c55e !important;
  }

  .md\:focus\:to-green-600:focus {
    --gradient-to-color: #16a34a !important;
  }

  .md\:focus\:to-green-700:focus {
    --gradient-to-color: #15803d !important;
  }

  .md\:focus\:to-green-800:focus {
    --gradient-to-color: #166534 !important;
  }

  .md\:focus\:to-green-900:focus {
    --gradient-to-color: #14532d !important;
  }

  .md\:focus\:to-teal-50:focus {
    --gradient-to-color: #f0fdfa !important;
  }

  .md\:focus\:to-teal-100:focus {
    --gradient-to-color: #ccfbf1 !important;
  }

  .md\:focus\:to-teal-200:focus {
    --gradient-to-color: #99f6e4 !important;
  }

  .md\:focus\:to-teal-300:focus {
    --gradient-to-color: #5eead4 !important;
  }

  .md\:focus\:to-teal-400:focus {
    --gradient-to-color: #2dd4bf !important;
  }

  .md\:focus\:to-teal-500:focus {
    --gradient-to-color: #14b8a6 !important;
  }

  .md\:focus\:to-teal-600:focus {
    --gradient-to-color: #0d9488 !important;
  }

  .md\:focus\:to-teal-700:focus {
    --gradient-to-color: #0f766e !important;
  }

  .md\:focus\:to-teal-800:focus {
    --gradient-to-color: #115e59 !important;
  }

  .md\:focus\:to-teal-900:focus {
    --gradient-to-color: #134e4a !important;
  }

  .md\:focus\:to-blue-50:focus {
    --gradient-to-color: #eff6ff !important;
  }

  .md\:focus\:to-blue-100:focus {
    --gradient-to-color: #dbeafe !important;
  }

  .md\:focus\:to-blue-200:focus {
    --gradient-to-color: #bfdbfe !important;
  }

  .md\:focus\:to-blue-300:focus {
    --gradient-to-color: #93c5fd !important;
  }

  .md\:focus\:to-blue-400:focus {
    --gradient-to-color: #60a5fa !important;
  }

  .md\:focus\:to-blue-500:focus {
    --gradient-to-color: #3b82f6 !important;
  }

  .md\:focus\:to-blue-600:focus {
    --gradient-to-color: #2563eb !important;
  }

  .md\:focus\:to-blue-700:focus {
    --gradient-to-color: #1d4ed8 !important;
  }

  .md\:focus\:to-blue-800:focus {
    --gradient-to-color: #1e40af !important;
  }

  .md\:focus\:to-blue-900:focus {
    --gradient-to-color: #1e3a8a !important;
  }

  .md\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .md\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .md\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .md\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .md\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .md\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .md\:focus\:to-purple-50:focus {
    --gradient-to-color: #f5f3ff !important;
  }

  .md\:focus\:to-purple-100:focus {
    --gradient-to-color: #ede9fe !important;
  }

  .md\:focus\:to-purple-200:focus {
    --gradient-to-color: #ddd6fe !important;
  }

  .md\:focus\:to-purple-300:focus {
    --gradient-to-color: #c4b5fd !important;
  }

  .md\:focus\:to-purple-400:focus {
    --gradient-to-color: #a78bfa !important;
  }

  .md\:focus\:to-purple-500:focus {
    --gradient-to-color: #8b5cf6 !important;
  }

  .md\:focus\:to-purple-600:focus {
    --gradient-to-color: #7c3aed !important;
  }

  .md\:focus\:to-purple-700:focus {
    --gradient-to-color: #6d28d9 !important;
  }

  .md\:focus\:to-purple-800:focus {
    --gradient-to-color: #5b21b6 !important;
  }

  .md\:focus\:to-purple-900:focus {
    --gradient-to-color: #4c1d95 !important;
  }

  .md\:focus\:to-pink-50:focus {
    --gradient-to-color: #fdf2f8 !important;
  }

  .md\:focus\:to-pink-100:focus {
    --gradient-to-color: #fce7f3 !important;
  }

  .md\:focus\:to-pink-200:focus {
    --gradient-to-color: #fbcfe8 !important;
  }

  .md\:focus\:to-pink-300:focus {
    --gradient-to-color: #f9a8d4 !important;
  }

  .md\:focus\:to-pink-400:focus {
    --gradient-to-color: #f472b6 !important;
  }

  .md\:focus\:to-pink-500:focus {
    --gradient-to-color: #ec4899 !important;
  }

  .md\:focus\:to-pink-600:focus {
    --gradient-to-color: #db2777 !important;
  }

  .md\:focus\:to-pink-700:focus {
    --gradient-to-color: #be185d !important;
  }

  .md\:focus\:to-pink-800:focus {
    --gradient-to-color: #9d174d !important;
  }

  .md\:focus\:to-pink-900:focus {
    --gradient-to-color: #831843 !important;
  }

  .md\:focus\:to-grey-50:focus {
    --gradient-to-color: #f9fafb !important;
  }

  .md\:focus\:to-grey-100:focus {
    --gradient-to-color: #f3f4f6 !important;
  }

  .md\:focus\:to-grey-200:focus {
    --gradient-to-color: #e5e7eb !important;
  }

  .md\:focus\:to-grey-300:focus {
    --gradient-to-color: #d1d5db !important;
  }

  .md\:focus\:to-grey-400:focus {
    --gradient-to-color: #9ca3af !important;
  }

  .md\:focus\:to-grey-500:focus {
    --gradient-to-color: #6b7280 !important;
  }

  .md\:focus\:to-grey-600:focus {
    --gradient-to-color: #4b5563 !important;
  }

  .md\:focus\:to-grey-700:focus {
    --gradient-to-color: #374151 !important;
  }

  .md\:focus\:to-grey-800:focus {
    --gradient-to-color: #1f2937 !important;
  }

  .md\:focus\:to-grey-900:focus {
    --gradient-to-color: #111827 !important;
  }

  .md\:focus\:to-grey-light:focus {
    --gradient-to-color: #dae1e7 !important;
  }

  .md\:focus\:to-primary-light:focus {
    --gradient-to-color: #3F8CFF !important;
  }

  .md\:focus\:to-primary-DEFAULT:focus {
    --gradient-to-color: #1D4ED8 !important;
  }

  .md\:focus\:to-primary-dark:focus {
    --gradient-to-color: #1E40AF !important;
  }

  .md\:focus\:to-secondary-light:focus {
    --gradient-to-color: #FF7C7C !important;
  }

  .md\:focus\:to-secondary-DEFAULT:focus {
    --gradient-to-color: #EF4444 !important;
  }

  .md\:focus\:to-secondary-dark:focus {
    --gradient-to-color: #B91C1C !important;
  }

  .md\:focus\:to-success-light:focus {
    --gradient-to-color: #4ADE80 !important;
  }

  .md\:focus\:to-success-DEFAULT:focus {
    --gradient-to-color: #16A34A !important;
  }

  .md\:focus\:to-success-dark:focus {
    --gradient-to-color: #15803D !important;
  }

  .md\:focus\:to-warning-light:focus {
    --gradient-to-color: #FDE047 !important;
  }

  .md\:focus\:to-warning-DEFAULT:focus {
    --gradient-to-color: #F59E0B !important;
  }

  .md\:focus\:to-warning-dark:focus {
    --gradient-to-color: #B45309 !important;
  }

  .md\:focus\:to-danger-light:focus {
    --gradient-to-color: #F87171 !important;
  }

  .md\:focus\:to-danger-DEFAULT:focus {
    --gradient-to-color: #DC2626 !important;
  }

  .md\:focus\:to-danger-dark:focus {
    --gradient-to-color: #991B1B !important;
  }

  .md\:focus\:to-info-light:focus {
    --gradient-to-color: #60A5FA !important;
  }

  .md\:focus\:to-info-DEFAULT:focus {
    --gradient-to-color: #3B82F6 !important;
  }

  .md\:focus\:to-info-dark:focus {
    --gradient-to-color: #1D4ED8 !important;
  }

  .md\:focus\:to-neutral-light:focus {
    --gradient-to-color: #F3F4F6 !important;
  }

  .md\:focus\:to-neutral-DEFAULT:focus {
    --gradient-to-color: #9CA3AF !important;
  }

  .md\:focus\:to-neutral-dark:focus {
    --gradient-to-color: #4B5563 !important;
  }

  .md\:focus\:to-telegram:focus {
    --gradient-to-color: #0088CC !important;
  }

  .md\:focus\:to-instagram:focus {
    --gradient-to-color: #C13584 !important;
  }

  .md\:focus\:to-facebook:focus {
    --gradient-to-color: #3b5998 !important;
  }

  .md\:focus\:to-whatsapp:focus {
    --gradient-to-color: #25D366 !important;
  }

  .md\:focus\:to-linkedin:focus {
    --gradient-to-color: #0e76a8 !important;
  }

  .md\:focus\:to-cyan-50:focus {
    --gradient-to-color: #ecfeff !important;
  }

  .md\:focus\:to-cyan-100:focus {
    --gradient-to-color: #cffafe !important;
  }

  .md\:focus\:to-cyan-200:focus {
    --gradient-to-color: #a5f3fc !important;
  }

  .md\:focus\:to-cyan-300:focus {
    --gradient-to-color: #67e8f9 !important;
  }

  .md\:focus\:to-cyan-400:focus {
    --gradient-to-color: #22d3ee !important;
  }

  .md\:focus\:to-cyan-500:focus {
    --gradient-to-color: #06b6d4 !important;
  }

  .md\:focus\:to-cyan-600:focus {
    --gradient-to-color: #0891b2 !important;
  }

  .md\:focus\:to-cyan-700:focus {
    --gradient-to-color: #0e7490 !important;
  }

  .md\:focus\:to-cyan-800:focus {
    --gradient-to-color: #155e75 !important;
  }

  .md\:focus\:to-cyan-900:focus {
    --gradient-to-color: #164e63 !important;
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .md\:bg-auto {
    background-size: auto !important;
  }

  [dir] .md\:bg-cover {
    background-size: cover !important;
  }

  [dir] .md\:bg-contain {
    background-size: contain !important;
  }

  [dir] .md\:border-transparent {
    border-color: transparent !important;
  }

  [dir] .md\:border-current {
    border-color: currentColor !important;
  }

  .md\:border-black {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-black {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .md\:border-white {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-white {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:border-gray-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-100 {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:border-gray-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-200 {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:border-gray-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-300 {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:border-gray-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-400 {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:border-gray-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-500 {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:border-gray-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-600 {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:border-gray-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-700 {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:border-gray-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-800 {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:border-gray-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-gray-900 {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:border-red-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-50 {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .md\:border-red-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-100 {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .md\:border-red-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-200 {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .md\:border-red-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-300 {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .md\:border-red-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-400 {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .md\:border-red-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-500 {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .md\:border-red-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-600 {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .md\:border-red-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-700 {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .md\:border-red-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-800 {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .md\:border-red-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-red-900 {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .md\:border-orange-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-50 {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .md\:border-orange-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-100 {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .md\:border-orange-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-200 {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .md\:border-orange-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-300 {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .md\:border-orange-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-400 {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .md\:border-orange-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-500 {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .md\:border-orange-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-600 {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .md\:border-orange-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-700 {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .md\:border-orange-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-800 {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .md\:border-orange-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-orange-900 {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .md\:border-yellow-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-50 {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .md\:border-yellow-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-100 {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .md\:border-yellow-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-200 {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .md\:border-yellow-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-300 {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .md\:border-yellow-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-400 {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .md\:border-yellow-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-500 {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .md\:border-yellow-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-600 {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .md\:border-yellow-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-700 {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .md\:border-yellow-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-800 {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .md\:border-yellow-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-yellow-900 {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .md\:border-green-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-50 {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .md\:border-green-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-100 {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .md\:border-green-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-200 {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .md\:border-green-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-300 {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .md\:border-green-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-400 {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .md\:border-green-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-500 {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .md\:border-green-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-600 {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .md\:border-green-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-700 {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .md\:border-green-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-800 {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .md\:border-green-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-green-900 {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .md\:border-teal-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-50 {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .md\:border-teal-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-100 {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .md\:border-teal-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-200 {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .md\:border-teal-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-300 {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .md\:border-teal-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-400 {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .md\:border-teal-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-500 {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .md\:border-teal-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-600 {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .md\:border-teal-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-700 {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .md\:border-teal-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-800 {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .md\:border-teal-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-teal-900 {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .md\:border-blue-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-50 {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .md\:border-blue-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-100 {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .md\:border-blue-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-200 {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .md\:border-blue-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-300 {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .md\:border-blue-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-400 {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .md\:border-blue-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-500 {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .md\:border-blue-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-600 {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .md\:border-blue-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-700 {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:border-blue-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-800 {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .md\:border-blue-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-blue-900 {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .md\:border-indigo-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-100 {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:border-indigo-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-200 {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:border-indigo-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-300 {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:border-indigo-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-400 {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:border-indigo-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-500 {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:border-indigo-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-600 {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:border-indigo-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-700 {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:border-indigo-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-800 {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:border-indigo-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-indigo-900 {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:border-purple-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-50 {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .md\:border-purple-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-100 {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .md\:border-purple-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-200 {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .md\:border-purple-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-300 {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .md\:border-purple-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-400 {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .md\:border-purple-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-500 {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .md\:border-purple-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-600 {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .md\:border-purple-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-700 {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .md\:border-purple-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-800 {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .md\:border-purple-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-purple-900 {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .md\:border-pink-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-50 {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .md\:border-pink-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-100 {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .md\:border-pink-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-200 {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .md\:border-pink-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-300 {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .md\:border-pink-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-400 {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .md\:border-pink-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-500 {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .md\:border-pink-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-600 {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .md\:border-pink-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-700 {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .md\:border-pink-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-800 {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .md\:border-pink-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-pink-900 {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .md\:border-grey-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-50 {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .md\:border-grey-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-100 {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .md\:border-grey-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-200 {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .md\:border-grey-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-300 {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .md\:border-grey-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-400 {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .md\:border-grey-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-500 {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .md\:border-grey-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-600 {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .md\:border-grey-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-700 {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .md\:border-grey-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-800 {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .md\:border-grey-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-900 {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .md\:border-grey-light {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-grey-light {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .md\:border-primary-light {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-primary-light {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
  }

  .md\:border-primary-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-primary-DEFAULT {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:border-primary-dark {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-primary-dark {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .md\:border-secondary-light {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-secondary-light {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
  }

  .md\:border-secondary-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-secondary-DEFAULT {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .md\:border-secondary-dark {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-secondary-dark {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .md\:border-success-light {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-success-light {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .md\:border-success-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-success-DEFAULT {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .md\:border-success-dark {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-success-dark {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .md\:border-warning-light {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-warning-light {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .md\:border-warning-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-warning-DEFAULT {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .md\:border-warning-dark {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-warning-dark {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .md\:border-danger-light {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-danger-light {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .md\:border-danger-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-danger-DEFAULT {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .md\:border-danger-dark {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-danger-dark {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .md\:border-info-light {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-info-light {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .md\:border-info-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-info-DEFAULT {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .md\:border-info-dark {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-info-dark {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:border-neutral-light {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-neutral-light {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .md\:border-neutral-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-neutral-DEFAULT {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .md\:border-neutral-dark {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-neutral-dark {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .md\:border-telegram {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-telegram {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
  }

  .md\:border-instagram {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-instagram {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
  }

  .md\:border-facebook {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-facebook {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
  }

  .md\:border-whatsapp {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-whatsapp {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
  }

  .md\:border-linkedin {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-linkedin {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
  }

  .md\:border-cyan-50 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-50 {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .md\:border-cyan-100 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-100 {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .md\:border-cyan-200 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-200 {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .md\:border-cyan-300 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-300 {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .md\:border-cyan-400 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-400 {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .md\:border-cyan-500 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-500 {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .md\:border-cyan-600 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-600 {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .md\:border-cyan-700 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-700 {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .md\:border-cyan-800 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-800 {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .md\:border-cyan-900 {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-cyan-900 {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  [dir] .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  [dir] .md\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .md\:hover\:border-black:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-black:hover {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .md\:hover\:border-white:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-white:hover {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-50:hover {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-100:hover {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-200:hover {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-300:hover {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-400:hover {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-500:hover {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-600:hover {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-700:hover {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-800:hover {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-red-900:hover {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-50:hover {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-100:hover {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-200:hover {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-300:hover {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-400:hover {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-500:hover {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-600:hover {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-700:hover {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-800:hover {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-orange-900:hover {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-50:hover {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-100:hover {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-200:hover {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-300:hover {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-400:hover {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-500:hover {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-600:hover {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-700:hover {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-800:hover {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-yellow-900:hover {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-50:hover {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-100:hover {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-200:hover {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-300:hover {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-400:hover {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-500:hover {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-600:hover {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-700:hover {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-800:hover {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-green-900:hover {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-50:hover {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-100:hover {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-200:hover {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-300:hover {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-400:hover {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-500:hover {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-600:hover {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-700:hover {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-800:hover {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-teal-900:hover {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-50:hover {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-100:hover {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-200:hover {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-300:hover {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-400:hover {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-500:hover {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-600:hover {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-700:hover {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-800:hover {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-blue-900:hover {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-50:hover {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-100:hover {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-200:hover {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-300:hover {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-400:hover {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-500:hover {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-600:hover {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-700:hover {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-800:hover {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-purple-900:hover {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-50:hover {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-100:hover {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-200:hover {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-300:hover {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-400:hover {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-500:hover {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-600:hover {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-700:hover {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-800:hover {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-pink-900:hover {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-50:hover {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-100:hover {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-200:hover {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-300:hover {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-400:hover {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-500:hover {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-600:hover {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-700:hover {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-800:hover {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-900:hover {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .md\:hover\:border-grey-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .md\:hover\:border-primary-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-primary-light:hover {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-primary-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-primary-DEFAULT:hover {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:border-primary-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-primary-dark:hover {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .md\:hover\:border-secondary-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-secondary-light:hover {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
  }

  .md\:hover\:border-secondary-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-secondary-DEFAULT:hover {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .md\:hover\:border-secondary-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-secondary-dark:hover {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .md\:hover\:border-success-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-success-light:hover {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:border-success-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-success-DEFAULT:hover {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .md\:hover\:border-success-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-success-dark:hover {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .md\:hover\:border-warning-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-warning-light:hover {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .md\:hover\:border-warning-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-warning-DEFAULT:hover {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .md\:hover\:border-warning-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-warning-dark:hover {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .md\:hover\:border-danger-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-danger-light:hover {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .md\:hover\:border-danger-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-danger-DEFAULT:hover {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .md\:hover\:border-danger-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-danger-dark:hover {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .md\:hover\:border-info-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-info-light:hover {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-info-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-info-DEFAULT:hover {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:border-info-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-info-dark:hover {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:border-neutral-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-neutral-light:hover {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .md\:hover\:border-neutral-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-neutral-DEFAULT:hover {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .md\:hover\:border-neutral-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-neutral-dark:hover {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .md\:hover\:border-telegram:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-telegram:hover {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
  }

  .md\:hover\:border-instagram:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-instagram:hover {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
  }

  .md\:hover\:border-facebook:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-facebook:hover {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
  }

  .md\:hover\:border-whatsapp:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-whatsapp:hover {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
  }

  .md\:hover\:border-linkedin:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-linkedin:hover {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-50:hover {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-100:hover {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-200:hover {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-300:hover {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-400:hover {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-500:hover {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-600:hover {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-700:hover {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-800:hover {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .md\:hover\:border-cyan-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .md\:hover\:border-cyan-900:hover {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .md\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .md\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  [dir] .md\:border-solid {
    border-style: solid !important;
  }

  [dir] .md\:border-dashed {
    border-style: dashed !important;
  }

  [dir] .md\:border-dotted {
    border-style: dotted !important;
  }

  [dir] .md\:border-double {
    border-style: double !important;
  }

  [dir] .md\:border-none {
    border-style: none !important;
  }

  [dir] .md\:border-0 {
    border-width: 0 !important;
  }

  [dir] .md\:border-2 {
    border-width: 2px !important;
  }

  [dir] .md\:border-4 {
    border-width: 4px !important;
  }

  [dir] .md\:border-8 {
    border-width: 8px !important;
  }

  [dir] .md\:border {
    border-width: 1px !important;
  }

  [dir] .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  [dir=ltr] .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  [dir=rtl] .md\:border-r-0 {
    border-left-width: 0 !important;
  }

  [dir] .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  [dir=ltr] .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  [dir=rtl] .md\:border-l-0 {
    border-right-width: 0 !important;
  }

  [dir] .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  [dir=ltr] .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  [dir=rtl] .md\:border-r-2 {
    border-left-width: 2px !important;
  }

  [dir] .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  [dir=ltr] .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  [dir=rtl] .md\:border-l-2 {
    border-right-width: 2px !important;
  }

  [dir] .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  [dir=ltr] .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  [dir=rtl] .md\:border-r-4 {
    border-left-width: 4px !important;
  }

  [dir] .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  [dir=ltr] .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  [dir=rtl] .md\:border-l-4 {
    border-right-width: 4px !important;
  }

  [dir] .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  [dir=ltr] .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  [dir=rtl] .md\:border-r-8 {
    border-left-width: 8px !important;
  }

  [dir] .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  [dir=ltr] .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  [dir=rtl] .md\:border-l-8 {
    border-right-width: 8px !important;
  }

  [dir] .md\:border-t {
    border-top-width: 1px !important;
  }

  [dir=ltr] .md\:border-r {
    border-right-width: 1px !important;
  }

  [dir=rtl] .md\:border-r {
    border-left-width: 1px !important;
  }

  [dir] .md\:border-b {
    border-bottom-width: 1px !important;
  }

  [dir=ltr] .md\:border-l {
    border-left-width: 1px !important;
  }

  [dir=rtl] .md\:border-l {
    border-right-width: 1px !important;
  }

  .md\:box-border {
    box-sizing: border-box !important;
  }

  .md\:box-content {
    box-sizing: content-box !important;
  }

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

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:inline-flex {
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-caption {
    display: table-caption !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:table-column {
    display: table-column !important;
  }

  .md\:table-column-group {
    display: table-column-group !important;
  }

  .md\:table-footer-group {
    display: table-footer-group !important;
  }

  .md\:table-header-group {
    display: table-header-group !important;
  }

  .md\:table-row-group {
    display: table-row-group !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:flow-root {
    display: flow-root !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:inline-grid {
    display: inline-grid !important;
  }

  .md\:contents {
    display: contents !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .md\:place-items-auto {
    place-items: auto !important;
  }

  .md\:place-items-start {
    place-items: start !important;
  }

  .md\:place-items-end {
    place-items: end !important;
  }

  .md\:place-items-center {
    place-items: center !important;
  }

  .md\:place-items-stretch {
    place-items: stretch !important;
  }

  .md\:place-content-center {
    place-content: center !important;
  }

  .md\:place-content-start {
    place-content: start !important;
  }

  .md\:place-content-end {
    place-content: end !important;
  }

  .md\:place-content-between {
    place-content: space-between !important;
  }

  .md\:place-content-around {
    place-content: space-around !important;
  }

  .md\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch {
    place-content: stretch !important;
  }

  .md\:place-self-auto {
    place-self: auto !important;
  }

  .md\:place-self-start {
    place-self: start !important;
  }

  .md\:place-self-end {
    place-self: end !important;
  }

  .md\:place-self-center {
    place-self: center !important;
  }

  .md\:place-self-stretch {
    place-self: stretch !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:items-baseline {
    align-items: baseline !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:content-center {
    align-content: center !important;
  }

  .md\:content-start {
    align-content: flex-start !important;
  }

  .md\:content-end {
    align-content: flex-end !important;
  }

  .md\:content-between {
    align-content: space-between !important;
  }

  .md\:content-around {
    align-content: space-around !important;
  }

  .md\:content-evenly {
    align-content: space-evenly !important;
  }

  .md\:self-auto {
    align-self: auto !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:self-stretch {
    align-self: stretch !important;
  }

  .md\:justify-items-auto {
    justify-items: auto !important;
  }

  .md\:justify-items-start {
    justify-items: start !important;
  }

  .md\:justify-items-end {
    justify-items: end !important;
  }

  .md\:justify-items-center {
    justify-items: center !important;
  }

  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .md\:justify-self-auto {
    justify-self: auto !important;
  }

  .md\:justify-self-start {
    justify-self: start !important;
  }

  .md\:justify-self-end {
    justify-self: end !important;
  }

  .md\:justify-self-center {
    justify-self: center !important;
  }

  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:flex-none {
    flex: none !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:flex-grow {
    flex-grow: 1 !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:order-4 {
    order: 4 !important;
  }

  .md\:order-5 {
    order: 5 !important;
  }

  .md\:order-6 {
    order: 6 !important;
  }

  .md\:order-first {
    order: -1 !important;
  }

  .md\:order-last {
    order: 999 !important;
  }

  .md\:order-normal {
    order: 0 !important;
  }

  .md\:hover\:order-1:hover {
    order: 1 !important;
  }

  .md\:hover\:order-2:hover {
    order: 2 !important;
  }

  .md\:hover\:order-3:hover {
    order: 3 !important;
  }

  .md\:hover\:order-4:hover {
    order: 4 !important;
  }

  .md\:hover\:order-5:hover {
    order: 5 !important;
  }

  .md\:hover\:order-6:hover {
    order: 6 !important;
  }

  .md\:hover\:order-first:hover {
    order: -1 !important;
  }

  .md\:hover\:order-last:hover {
    order: 999 !important;
  }

  .md\:hover\:order-normal:hover {
    order: 0 !important;
  }

  .md\:focus\:order-1:focus {
    order: 1 !important;
  }

  .md\:focus\:order-2:focus {
    order: 2 !important;
  }

  .md\:focus\:order-3:focus {
    order: 3 !important;
  }

  .md\:focus\:order-4:focus {
    order: 4 !important;
  }

  .md\:focus\:order-5:focus {
    order: 5 !important;
  }

  .md\:focus\:order-6:focus {
    order: 6 !important;
  }

  .md\:focus\:order-first:focus {
    order: -1 !important;
  }

  .md\:focus\:order-last:focus {
    order: 999 !important;
  }

  .md\:focus\:order-normal:focus {
    order: 0 !important;
  }

  [dir=ltr] .md\:float-right {
    float: right !important;
  }

  [dir=rtl] .md\:float-right {
    float: left !important;
  }

  [dir=ltr] .md\:float-left {
    float: left !important;
  }

  [dir=rtl] .md\:float-left {
    float: right !important;
  }

  [dir] .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
  }

  [dir] .md\:clearfix:after {
    clear: both !important;
  }

  [dir=ltr] .md\:clear-left {
    clear: left !important;
  }

  [dir=rtl] .md\:clear-left {
    clear: right !important;
  }

  [dir=ltr] .md\:clear-right {
    clear: right !important;
  }

  [dir=rtl] .md\:clear-right {
    clear: left !important;
  }

  [dir] .md\:clear-both {
    clear: both !important;
  }

  [dir] .md\:clear-none {
    clear: none !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .md\:h-1 {
    height: 0.25rem !important;
  }

  .md\:h-2 {
    height: 0.5rem !important;
  }

  .md\:h-3 {
    height: 0.75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-5 {
    height: 1.25rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:text-xs {
    font-size: .75rem !important;
  }

  .md\:text-sm {
    font-size: .875rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
  }

  .md\:text-6xl {
    font-size: 4rem !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  [dir] .md\:m-0 {
    margin: 0 !important;
  }

  [dir] .md\:m-1 {
    margin: 0.25rem !important;
  }

  [dir] .md\:m-2 {
    margin: 0.5rem !important;
  }

  [dir] .md\:m-3 {
    margin: 0.75rem !important;
  }

  [dir] .md\:m-4 {
    margin: 1rem !important;
  }

  [dir] .md\:m-5 {
    margin: 1.25rem !important;
  }

  [dir] .md\:m-6 {
    margin: 1.5rem !important;
  }

  [dir] .md\:m-8 {
    margin: 2rem !important;
  }

  [dir] .md\:m-10 {
    margin: 2.5rem !important;
  }

  [dir] .md\:m-12 {
    margin: 3rem !important;
  }

  [dir] .md\:m-16 {
    margin: 4rem !important;
  }

  [dir] .md\:m-20 {
    margin: 5rem !important;
  }

  [dir] .md\:m-24 {
    margin: 6rem !important;
  }

  [dir] .md\:m-32 {
    margin: 8rem !important;
  }

  [dir] .md\:m-auto {
    margin: auto !important;
  }

  [dir] .md\:m-px {
    margin: 1px !important;
  }

  [dir] .md\:m-base {
    margin: 2.2rem !important;
  }

  [dir] .md\:-m-px {
    margin: -1px !important;
  }

  [dir] .md\:-m-1 {
    margin: -0.25rem !important;
  }

  [dir] .md\:-m-2 {
    margin: -0.5rem !important;
  }

  [dir] .md\:-m-3 {
    margin: -0.75rem !important;
  }

  [dir] .md\:-m-4 {
    margin: -1rem !important;
  }

  [dir] .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  [dir=ltr] .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [dir=rtl] .md\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  [dir] .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .md\:mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  [dir] .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .md\:mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  [dir] .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  [dir=ltr] .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  [dir=rtl] .md\:mx-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  [dir] .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  [dir=rtl] .md\:mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  [dir] .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  [dir=ltr] .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  [dir=rtl] .md\:mx-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  [dir] .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .md\:mx-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  [dir] .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  [dir=ltr] .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  [dir=rtl] .md\:mx-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  [dir] .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  [dir=ltr] .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  [dir=rtl] .md\:mx-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  [dir] .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  [dir=rtl] .md\:mx-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  [dir] .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  [dir=ltr] .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  [dir=rtl] .md\:mx-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  [dir] .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  [dir=ltr] .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  [dir=rtl] .md\:mx-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  [dir] .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  [dir=ltr] .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  [dir=rtl] .md\:mx-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  [dir] .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  [dir=ltr] .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  [dir=rtl] .md\:mx-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  [dir] .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  [dir=ltr] .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  [dir=rtl] .md\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  [dir] .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  [dir=ltr] .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  [dir=rtl] .md\:mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  [dir] .md\:my-base {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  [dir=ltr] .md\:mx-base {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }

  [dir=rtl] .md\:mx-base {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  [dir] .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  [dir=ltr] .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  [dir=rtl] .md\:-mx-px {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }

  [dir] .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .md\:-mx-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  [dir] .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .md\:-mx-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  [dir] .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  [dir=ltr] .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  [dir=rtl] .md\:-mx-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  [dir] .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  [dir=rtl] .md\:-mx-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  [dir] .md\:mt-0 {
    margin-top: 0 !important;
  }

  [dir=ltr] .md\:mr-0 {
    margin-right: 0 !important;
  }

  [dir=rtl] .md\:mr-0 {
    margin-left: 0 !important;
  }

  [dir] .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  [dir=ltr] .md\:ml-0 {
    margin-left: 0 !important;
  }

  [dir=rtl] .md\:ml-0 {
    margin-right: 0 !important;
  }

  [dir] .md\:mt-1 {
    margin-top: 0.25rem !important;
  }

  [dir=ltr] .md\:mr-1 {
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .md\:mr-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .md\:ml-1 {
    margin-left: 0.25rem !important;
  }

  [dir=rtl] .md\:ml-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  [dir=ltr] .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .md\:mr-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .md\:ml-2 {
    margin-left: 0.5rem !important;
  }

  [dir=rtl] .md\:ml-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  [dir=ltr] .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  [dir=rtl] .md\:mr-3 {
    margin-left: 0.75rem !important;
  }

  [dir] .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  [dir=ltr] .md\:ml-3 {
    margin-left: 0.75rem !important;
  }

  [dir=rtl] .md\:ml-3 {
    margin-right: 0.75rem !important;
  }

  [dir] .md\:mt-4 {
    margin-top: 1rem !important;
  }

  [dir=ltr] .md\:mr-4 {
    margin-right: 1rem !important;
  }

  [dir=rtl] .md\:mr-4 {
    margin-left: 1rem !important;
  }

  [dir] .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .md\:ml-4 {
    margin-left: 1rem !important;
  }

  [dir=rtl] .md\:ml-4 {
    margin-right: 1rem !important;
  }

  [dir] .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  [dir=ltr] .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  [dir=rtl] .md\:mr-5 {
    margin-left: 1.25rem !important;
  }

  [dir] .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  [dir=ltr] .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  [dir=rtl] .md\:ml-5 {
    margin-right: 1.25rem !important;
  }

  [dir] .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  [dir=ltr] .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .md\:mr-6 {
    margin-left: 1.5rem !important;
  }

  [dir] .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  [dir=rtl] .md\:ml-6 {
    margin-right: 1.5rem !important;
  }

  [dir] .md\:mt-8 {
    margin-top: 2rem !important;
  }

  [dir=ltr] .md\:mr-8 {
    margin-right: 2rem !important;
  }

  [dir=rtl] .md\:mr-8 {
    margin-left: 2rem !important;
  }

  [dir] .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  [dir=ltr] .md\:ml-8 {
    margin-left: 2rem !important;
  }

  [dir=rtl] .md\:ml-8 {
    margin-right: 2rem !important;
  }

  [dir] .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  [dir=ltr] .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  [dir=rtl] .md\:mr-10 {
    margin-left: 2.5rem !important;
  }

  [dir] .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  [dir=ltr] .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  [dir=rtl] .md\:ml-10 {
    margin-right: 2.5rem !important;
  }

  [dir] .md\:mt-12 {
    margin-top: 3rem !important;
  }

  [dir=ltr] .md\:mr-12 {
    margin-right: 3rem !important;
  }

  [dir=rtl] .md\:mr-12 {
    margin-left: 3rem !important;
  }

  [dir] .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .md\:ml-12 {
    margin-left: 3rem !important;
  }

  [dir=rtl] .md\:ml-12 {
    margin-right: 3rem !important;
  }

  [dir] .md\:mt-16 {
    margin-top: 4rem !important;
  }

  [dir=ltr] .md\:mr-16 {
    margin-right: 4rem !important;
  }

  [dir=rtl] .md\:mr-16 {
    margin-left: 4rem !important;
  }

  [dir] .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  [dir=ltr] .md\:ml-16 {
    margin-left: 4rem !important;
  }

  [dir=rtl] .md\:ml-16 {
    margin-right: 4rem !important;
  }

  [dir] .md\:mt-20 {
    margin-top: 5rem !important;
  }

  [dir=ltr] .md\:mr-20 {
    margin-right: 5rem !important;
  }

  [dir=rtl] .md\:mr-20 {
    margin-left: 5rem !important;
  }

  [dir] .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  [dir=ltr] .md\:ml-20 {
    margin-left: 5rem !important;
  }

  [dir=rtl] .md\:ml-20 {
    margin-right: 5rem !important;
  }

  [dir] .md\:mt-24 {
    margin-top: 6rem !important;
  }

  [dir=ltr] .md\:mr-24 {
    margin-right: 6rem !important;
  }

  [dir=rtl] .md\:mr-24 {
    margin-left: 6rem !important;
  }

  [dir] .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  [dir=ltr] .md\:ml-24 {
    margin-left: 6rem !important;
  }

  [dir=rtl] .md\:ml-24 {
    margin-right: 6rem !important;
  }

  [dir] .md\:mt-32 {
    margin-top: 8rem !important;
  }

  [dir=ltr] .md\:mr-32 {
    margin-right: 8rem !important;
  }

  [dir=rtl] .md\:mr-32 {
    margin-left: 8rem !important;
  }

  [dir] .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  [dir=ltr] .md\:ml-32 {
    margin-left: 8rem !important;
  }

  [dir=rtl] .md\:ml-32 {
    margin-right: 8rem !important;
  }

  [dir] .md\:mt-auto {
    margin-top: auto !important;
  }

  [dir=ltr] .md\:mr-auto {
    margin-right: auto !important;
  }

  [dir=rtl] .md\:mr-auto {
    margin-left: auto !important;
  }

  [dir] .md\:mb-auto {
    margin-bottom: auto !important;
  }

  [dir=ltr] .md\:ml-auto {
    margin-left: auto !important;
  }

  [dir=rtl] .md\:ml-auto {
    margin-right: auto !important;
  }

  [dir] .md\:mt-px {
    margin-top: 1px !important;
  }

  [dir=ltr] .md\:mr-px {
    margin-right: 1px !important;
  }

  [dir=rtl] .md\:mr-px {
    margin-left: 1px !important;
  }

  [dir] .md\:mb-px {
    margin-bottom: 1px !important;
  }

  [dir=ltr] .md\:ml-px {
    margin-left: 1px !important;
  }

  [dir=rtl] .md\:ml-px {
    margin-right: 1px !important;
  }

  [dir] .md\:mt-base {
    margin-top: 2.2rem !important;
  }

  [dir=ltr] .md\:mr-base {
    margin-right: 2.2rem !important;
  }

  [dir=rtl] .md\:mr-base {
    margin-left: 2.2rem !important;
  }

  [dir] .md\:mb-base {
    margin-bottom: 2.2rem !important;
  }

  [dir=ltr] .md\:ml-base {
    margin-left: 2.2rem !important;
  }

  [dir=rtl] .md\:ml-base {
    margin-right: 2.2rem !important;
  }

  [dir] .md\:-mt-px {
    margin-top: -1px !important;
  }

  [dir=ltr] .md\:-mr-px {
    margin-right: -1px !important;
  }

  [dir=rtl] .md\:-mr-px {
    margin-left: -1px !important;
  }

  [dir] .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  [dir=ltr] .md\:-ml-px {
    margin-left: -1px !important;
  }

  [dir=rtl] .md\:-ml-px {
    margin-right: -1px !important;
  }

  [dir] .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  [dir=ltr] .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .md\:-mr-1 {
    margin-left: -0.25rem !important;
  }

  [dir] .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  [dir=rtl] .md\:-ml-1 {
    margin-right: -0.25rem !important;
  }

  [dir] .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  [dir=ltr] .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .md\:-mr-2 {
    margin-left: -0.5rem !important;
  }

  [dir] .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  [dir=rtl] .md\:-ml-2 {
    margin-right: -0.5rem !important;
  }

  [dir] .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  [dir=ltr] .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  [dir=rtl] .md\:-mr-3 {
    margin-left: -0.75rem !important;
  }

  [dir] .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  [dir=ltr] .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  [dir=rtl] .md\:-ml-3 {
    margin-right: -0.75rem !important;
  }

  [dir] .md\:-mt-4 {
    margin-top: -1rem !important;
  }

  [dir=ltr] .md\:-mr-4 {
    margin-right: -1rem !important;
  }

  [dir=rtl] .md\:-mr-4 {
    margin-left: -1rem !important;
  }

  [dir] .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .md\:-ml-4 {
    margin-left: -1rem !important;
  }

  [dir=rtl] .md\:-ml-4 {
    margin-right: -1rem !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-h-100px {
    max-height: 100px !important;
  }

  .md\:max-h-200px {
    max-height: 200px !important;
  }

  .md\:max-h-300px {
    max-height: 300px !important;
  }

  .md\:max-h-400px {
    max-height: 400px !important;
  }

  .md\:max-h-500px {
    max-height: 500px !important;
  }

  .md\:max-h-600px {
    max-height: 600px !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 30rem !important;
  }

  .md\:max-w-md {
    max-width: 40rem !important;
  }

  .md\:max-w-lg {
    max-width: 50rem !important;
  }

  .md\:max-w-xl {
    max-width: 60rem !important;
  }

  .md\:max-w-2xl {
    max-width: 70rem !important;
  }

  .md\:max-w-3xl {
    max-width: 80rem !important;
  }

  .md\:max-w-4xl {
    max-width: 90rem !important;
  }

  .md\:max-w-5xl {
    max-width: 100rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:min-h-0 {
    min-height: 0 !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

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

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .md\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  [dir] .md\:p-0 {
    padding: 0 !important;
  }

  [dir] .md\:p-1 {
    padding: 0.25rem !important;
  }

  [dir] .md\:p-2 {
    padding: 0.5rem !important;
  }

  [dir] .md\:p-3 {
    padding: 0.75rem !important;
  }

  [dir] .md\:p-4 {
    padding: 1rem !important;
  }

  [dir] .md\:p-5 {
    padding: 1.25rem !important;
  }

  [dir] .md\:p-6 {
    padding: 1.5rem !important;
  }

  [dir] .md\:p-8 {
    padding: 2rem !important;
  }

  [dir] .md\:p-10 {
    padding: 2.5rem !important;
  }

  [dir] .md\:p-12 {
    padding: 3rem !important;
  }

  [dir] .md\:p-16 {
    padding: 4rem !important;
  }

  [dir] .md\:p-20 {
    padding: 5rem !important;
  }

  [dir] .md\:p-24 {
    padding: 6rem !important;
  }

  [dir] .md\:p-32 {
    padding: 8rem !important;
  }

  [dir] .md\:p-px {
    padding: 1px !important;
  }

  [dir] .md\:p-base {
    padding: 2.2rem !important;
  }

  [dir] .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [dir=ltr] .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [dir=rtl] .md\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  [dir] .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .md\:px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  [dir] .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .md\:px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  [dir] .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  [dir=ltr] .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  [dir=rtl] .md\:px-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  [dir] .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  [dir=rtl] .md\:px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  [dir] .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  [dir=ltr] .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  [dir=rtl] .md\:px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  [dir] .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .md\:px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  [dir] .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  [dir=ltr] .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  [dir=rtl] .md\:px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  [dir] .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  [dir=ltr] .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  [dir=rtl] .md\:px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  [dir] .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  [dir=rtl] .md\:px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  [dir] .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  [dir=ltr] .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  [dir=rtl] .md\:px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  [dir] .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  [dir=ltr] .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  [dir=rtl] .md\:px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  [dir] .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  [dir=ltr] .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  [dir=rtl] .md\:px-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  [dir] .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  [dir=ltr] .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  [dir=rtl] .md\:px-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  [dir] .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  [dir=ltr] .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  [dir=rtl] .md\:px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  [dir] .md\:py-base {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  [dir=ltr] .md\:px-base {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }

  [dir=rtl] .md\:px-base {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  [dir] .md\:pt-0 {
    padding-top: 0 !important;
  }

  [dir=ltr] .md\:pr-0 {
    padding-right: 0 !important;
  }

  [dir=rtl] .md\:pr-0 {
    padding-left: 0 !important;
  }

  [dir] .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  [dir=ltr] .md\:pl-0 {
    padding-left: 0 !important;
  }

  [dir=rtl] .md\:pl-0 {
    padding-right: 0 !important;
  }

  [dir] .md\:pt-1 {
    padding-top: 0.25rem !important;
  }

  [dir=ltr] .md\:pr-1 {
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .md\:pr-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .md\:pl-1 {
    padding-left: 0.25rem !important;
  }

  [dir=rtl] .md\:pl-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  [dir=ltr] .md\:pr-2 {
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .md\:pr-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .md\:pl-2 {
    padding-left: 0.5rem !important;
  }

  [dir=rtl] .md\:pl-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  [dir=ltr] .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  [dir=rtl] .md\:pr-3 {
    padding-left: 0.75rem !important;
  }

  [dir] .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  [dir=ltr] .md\:pl-3 {
    padding-left: 0.75rem !important;
  }

  [dir=rtl] .md\:pl-3 {
    padding-right: 0.75rem !important;
  }

  [dir] .md\:pt-4 {
    padding-top: 1rem !important;
  }

  [dir=ltr] .md\:pr-4 {
    padding-right: 1rem !important;
  }

  [dir=rtl] .md\:pr-4 {
    padding-left: 1rem !important;
  }

  [dir] .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .md\:pl-4 {
    padding-left: 1rem !important;
  }

  [dir=rtl] .md\:pl-4 {
    padding-right: 1rem !important;
  }

  [dir] .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  [dir=ltr] .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  [dir=rtl] .md\:pr-5 {
    padding-left: 1.25rem !important;
  }

  [dir] .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  [dir=ltr] .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  [dir=rtl] .md\:pl-5 {
    padding-right: 1.25rem !important;
  }

  [dir] .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  [dir=ltr] .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .md\:pr-6 {
    padding-left: 1.5rem !important;
  }

  [dir] .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  [dir=rtl] .md\:pl-6 {
    padding-right: 1.5rem !important;
  }

  [dir] .md\:pt-8 {
    padding-top: 2rem !important;
  }

  [dir=ltr] .md\:pr-8 {
    padding-right: 2rem !important;
  }

  [dir=rtl] .md\:pr-8 {
    padding-left: 2rem !important;
  }

  [dir] .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  [dir=ltr] .md\:pl-8 {
    padding-left: 2rem !important;
  }

  [dir=rtl] .md\:pl-8 {
    padding-right: 2rem !important;
  }

  [dir] .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  [dir=ltr] .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  [dir=rtl] .md\:pr-10 {
    padding-left: 2.5rem !important;
  }

  [dir] .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  [dir=ltr] .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  [dir=rtl] .md\:pl-10 {
    padding-right: 2.5rem !important;
  }

  [dir] .md\:pt-12 {
    padding-top: 3rem !important;
  }

  [dir=ltr] .md\:pr-12 {
    padding-right: 3rem !important;
  }

  [dir=rtl] .md\:pr-12 {
    padding-left: 3rem !important;
  }

  [dir] .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .md\:pl-12 {
    padding-left: 3rem !important;
  }

  [dir=rtl] .md\:pl-12 {
    padding-right: 3rem !important;
  }

  [dir] .md\:pt-16 {
    padding-top: 4rem !important;
  }

  [dir=ltr] .md\:pr-16 {
    padding-right: 4rem !important;
  }

  [dir=rtl] .md\:pr-16 {
    padding-left: 4rem !important;
  }

  [dir] .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  [dir=ltr] .md\:pl-16 {
    padding-left: 4rem !important;
  }

  [dir=rtl] .md\:pl-16 {
    padding-right: 4rem !important;
  }

  [dir] .md\:pt-20 {
    padding-top: 5rem !important;
  }

  [dir=ltr] .md\:pr-20 {
    padding-right: 5rem !important;
  }

  [dir=rtl] .md\:pr-20 {
    padding-left: 5rem !important;
  }

  [dir] .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  [dir=ltr] .md\:pl-20 {
    padding-left: 5rem !important;
  }

  [dir=rtl] .md\:pl-20 {
    padding-right: 5rem !important;
  }

  [dir] .md\:pt-24 {
    padding-top: 6rem !important;
  }

  [dir=ltr] .md\:pr-24 {
    padding-right: 6rem !important;
  }

  [dir=rtl] .md\:pr-24 {
    padding-left: 6rem !important;
  }

  [dir] .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  [dir=ltr] .md\:pl-24 {
    padding-left: 6rem !important;
  }

  [dir=rtl] .md\:pl-24 {
    padding-right: 6rem !important;
  }

  [dir] .md\:pt-32 {
    padding-top: 8rem !important;
  }

  [dir=ltr] .md\:pr-32 {
    padding-right: 8rem !important;
  }

  [dir=rtl] .md\:pr-32 {
    padding-left: 8rem !important;
  }

  [dir] .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  [dir=ltr] .md\:pl-32 {
    padding-left: 8rem !important;
  }

  [dir=rtl] .md\:pl-32 {
    padding-right: 8rem !important;
  }

  [dir] .md\:pt-px {
    padding-top: 1px !important;
  }

  [dir=ltr] .md\:pr-px {
    padding-right: 1px !important;
  }

  [dir=rtl] .md\:pr-px {
    padding-left: 1px !important;
  }

  [dir] .md\:pb-px {
    padding-bottom: 1px !important;
  }

  [dir=ltr] .md\:pl-px {
    padding-left: 1px !important;
  }

  [dir=rtl] .md\:pl-px {
    padding-right: 1px !important;
  }

  [dir] .md\:pt-base {
    padding-top: 2.2rem !important;
  }

  [dir=ltr] .md\:pr-base {
    padding-right: 2.2rem !important;
  }

  [dir=rtl] .md\:pr-base {
    padding-left: 2.2rem !important;
  }

  [dir] .md\:pb-base {
    padding-bottom: 2.2rem !important;
  }

  [dir=ltr] .md\:pl-base {
    padding-left: 2.2rem !important;
  }

  [dir=rtl] .md\:pl-base {
    padding-right: 2.2rem !important;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-success-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-success-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-success-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-success-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-success-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-success-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-info-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-info-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-info-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-info-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-info-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-info-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-neutral-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-neutral-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-neutral-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-neutral-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-neutral-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-neutral-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-telegram::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-telegram::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-instagram::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-instagram::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-facebook::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-facebook::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-whatsapp::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-whatsapp::placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-linkedin::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-linkedin::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-neutral-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-neutral-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-neutral-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-neutral-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-neutral-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-neutral-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-telegram:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-telegram:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-instagram:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-instagram:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-facebook:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-facebook:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-whatsapp:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-whatsapp:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-linkedin:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-linkedin:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  [dir=ltr] .md\:inset-0 {
    right: 0 !important;
    left: 0 !important;
  }

  [dir=rtl] .md\:inset-0 {
    left: 0 !important;
    right: 0 !important;
  }

  .md\:inset-auto {
    top: auto !important;
    bottom: auto !important;
  }

  [dir=ltr] .md\:inset-auto {
    right: auto !important;
    left: auto !important;
  }

  [dir=rtl] .md\:inset-auto {
    left: auto !important;
    right: auto !important;
  }

  .md\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  [dir=ltr] .md\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  [dir=rtl] .md\:inset-x-0 {
    left: 0 !important;
    right: 0 !important;
  }

  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  [dir=ltr] .md\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  [dir=rtl] .md\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .md\:top-0 {
    top: 0 !important;
  }

  [dir=ltr] .md\:right-0 {
    right: 0 !important;
  }

  [dir=rtl] .md\:right-0 {
    left: 0 !important;
  }

  .md\:bottom-0 {
    bottom: 0 !important;
  }

  [dir=ltr] .md\:left-0 {
    left: 0 !important;
  }

  [dir=rtl] .md\:left-0 {
    right: 0 !important;
  }

  .md\:top-auto {
    top: auto !important;
  }

  [dir=ltr] .md\:right-auto {
    right: auto !important;
  }

  [dir=rtl] .md\:right-auto {
    left: auto !important;
  }

  .md\:bottom-auto {
    bottom: auto !important;
  }

  [dir=ltr] .md\:left-auto {
    left: auto !important;
  }

  [dir=rtl] .md\:left-auto {
    right: auto !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  [dir] .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .md\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .md\:shadow-none {
    box-shadow: none !important;
  }

  [dir] .md\:shadow-drop {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  [dir] .md\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .md\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .md\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .md\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  [dir] .md\:hover\:shadow-drop:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  [dir] .md\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .md\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .md\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .md\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  [dir] .md\:focus\:shadow-drop:focus {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  .md\:stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  [dir=ltr] .md\:text-left {
    text-align: left !important;
  }

  [dir=rtl] .md\:text-left {
    text-align: right !important;
  }

  [dir] .md\:text-center {
    text-align: center !important;
  }

  [dir=ltr] .md\:text-right {
    text-align: right !important;
  }

  [dir=rtl] .md\:text-right {
    text-align: left !important;
  }

  [dir] .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-inherit {
    color: inherit !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-current {
    color: currentColor !important;
  }

  .md\:text-black {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .md\:text-white {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:text-gray-100 {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:text-gray-200 {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:text-gray-300 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:text-gray-400 {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:text-gray-500 {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:text-gray-700 {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:text-gray-800 {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:text-gray-900 {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:text-red-50 {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .md\:text-red-100 {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .md\:text-red-200 {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .md\:text-red-300 {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .md\:text-red-400 {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:text-red-500 {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:text-red-600 {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:text-red-700 {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:text-red-800 {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:text-red-900 {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .md\:text-orange-50 {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .md\:text-orange-100 {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .md\:text-orange-200 {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .md\:text-orange-300 {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .md\:text-orange-400 {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .md\:text-orange-500 {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .md\:text-orange-600 {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .md\:text-orange-700 {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .md\:text-orange-800 {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .md\:text-orange-900 {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .md\:text-yellow-50 {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .md\:text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .md\:text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .md\:text-yellow-300 {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:text-yellow-400 {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .md\:text-yellow-500 {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .md\:text-yellow-600 {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .md\:text-yellow-700 {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .md\:text-yellow-800 {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .md\:text-yellow-900 {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .md\:text-green-50 {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .md\:text-green-100 {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .md\:text-green-200 {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .md\:text-green-300 {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .md\:text-green-400 {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:text-green-500 {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .md\:text-green-600 {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:text-green-700 {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:text-green-800 {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .md\:text-green-900 {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .md\:text-teal-50 {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .md\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .md\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .md\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .md\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .md\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .md\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .md\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .md\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .md\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .md\:text-blue-50 {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .md\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .md\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .md\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .md\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .md\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .md\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:text-purple-50 {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .md\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .md\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .md\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .md\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .md\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .md\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .md\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .md\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .md\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .md\:text-pink-50 {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .md\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .md\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .md\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .md\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .md\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .md\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .md\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .md\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .md\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .md\:text-grey-50 {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .md\:text-grey-100 {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:text-grey-200 {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .md\:text-grey-300 {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .md\:text-grey-400 {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:text-grey-500 {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .md\:text-grey-600 {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:text-grey-700 {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .md\:text-grey-800 {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .md\:text-grey-900 {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .md\:text-grey-light {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .md\:text-primary-light {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .md\:text-primary-DEFAULT {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:text-primary-dark {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:text-secondary-light {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .md\:text-secondary-DEFAULT {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:text-secondary-dark {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:text-success-light {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:text-success-DEFAULT {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:text-success-dark {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:text-warning-light {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:text-warning-DEFAULT {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .md\:text-warning-dark {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .md\:text-danger-light {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:text-danger-DEFAULT {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:text-danger-dark {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:text-info-light {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:text-info-DEFAULT {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:text-info-dark {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:text-neutral-light {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:text-neutral-DEFAULT {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:text-neutral-dark {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:text-telegram {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .md\:text-instagram {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .md\:text-facebook {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .md\:text-whatsapp {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .md\:text-linkedin {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .md\:text-cyan-50 {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .md\:text-cyan-100 {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .md\:text-cyan-200 {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .md\:text-cyan-300 {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .md\:text-cyan-400 {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .md\:text-cyan-500 {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .md\:text-cyan-600 {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .md\:text-cyan-700 {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .md\:text-cyan-800 {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .md\:text-cyan-900 {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .md\:hover\:text-inherit:hover {
    color: inherit !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-50:hover {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-300:hover {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-400:hover {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-500:hover {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-600:hover {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-700:hover {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-800:hover {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red-900:hover {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-50:hover {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-50:hover {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-50:hover {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-50:hover {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-50:hover {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-50:hover {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-100:hover {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-200:hover {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-300:hover {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-400:hover {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-500:hover {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-600:hover {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-700:hover {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-800:hover {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-900:hover {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .md\:hover\:text-grey-light:hover {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .md\:hover\:text-primary-light:hover {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-primary-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:text-primary-dark:hover {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:hover\:text-secondary-light:hover {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .md\:hover\:text-secondary-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:hover\:text-secondary-dark:hover {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:hover\:text-success-light:hover {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:text-success-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:hover\:text-success-dark:hover {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:hover\:text-warning-light:hover {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:hover\:text-warning-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .md\:hover\:text-warning-dark:hover {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .md\:hover\:text-danger-light:hover {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:hover\:text-danger-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:hover\:text-danger-dark:hover {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:hover\:text-info-light:hover {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-info-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:text-info-dark:hover {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:text-neutral-light:hover {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:hover\:text-neutral-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:hover\:text-neutral-dark:hover {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:hover\:text-telegram:hover {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .md\:hover\:text-instagram:hover {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .md\:hover\:text-facebook:hover {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .md\:hover\:text-whatsapp:hover {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .md\:hover\:text-linkedin:hover {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-50:hover {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-100:hover {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-200:hover {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-300:hover {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-400:hover {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-500:hover {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-600:hover {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-700:hover {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-800:hover {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .md\:hover\:text-cyan-900:hover {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .md\:focus\:text-inherit:focus {
    color: inherit !important;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .md\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .md\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-50:focus {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-300:focus {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-400:focus {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-500:focus {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-600:focus {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-700:focus {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-800:focus {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red-900:focus {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-50:focus {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-50:focus {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-50:focus {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-50:focus {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-50:focus {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-50:focus {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-100:focus {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-200:focus {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-300:focus {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-400:focus {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-500:focus {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-600:focus {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-700:focus {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-800:focus {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-900:focus {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .md\:focus\:text-grey-light:focus {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .md\:focus\:text-primary-light:focus {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-primary-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:text-primary-dark:focus {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .md\:focus\:text-secondary-light:focus {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .md\:focus\:text-secondary-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .md\:focus\:text-secondary-dark:focus {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .md\:focus\:text-success-light:focus {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:text-success-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .md\:focus\:text-success-dark:focus {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .md\:focus\:text-warning-light:focus {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .md\:focus\:text-warning-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .md\:focus\:text-warning-dark:focus {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .md\:focus\:text-danger-light:focus {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .md\:focus\:text-danger-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .md\:focus\:text-danger-dark:focus {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .md\:focus\:text-info-light:focus {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-info-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:text-info-dark:focus {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:text-neutral-light:focus {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .md\:focus\:text-neutral-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .md\:focus\:text-neutral-dark:focus {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .md\:focus\:text-telegram:focus {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .md\:focus\:text-instagram:focus {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .md\:focus\:text-facebook:focus {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .md\:focus\:text-whatsapp:focus {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .md\:focus\:text-linkedin:focus {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-50:focus {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-100:focus {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-200:focus {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-300:focus {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-400:focus {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-500:focus {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-600:focus {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-700:focus {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-800:focus {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .md\:focus\:text-cyan-900:focus {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .md\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .md\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:hover\:italic:hover {
    font-style: italic !important;
  }

  .md\:hover\:not-italic:hover {
    font-style: normal !important;
  }

  .md\:focus\:italic:focus {
    font-style: italic !important;
  }

  .md\:focus\:not-italic:focus {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .md\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-1 {
    width: 0.25rem !important;
  }

  .md\:w-2 {
    width: 0.5rem !important;
  }

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

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-5 {
    width: 1.25rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

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

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

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

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

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

  .md\:w-1\/3 {
    width: 33.33333% !important;
  }

  .md\:w-2\/3 {
    width: 66.66667% !important;
  }

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

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

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

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

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

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

  .md\:w-1\/6 {
    width: 16.66667% !important;
  }

  .md\:w-5\/6 {
    width: 83.33333% !important;
  }

  .md\:w-1\/12 {
    width: 8.33333% !important;
  }

  .md\:w-2\/12 {
    width: 16.66667% !important;
  }

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

  .md\:w-4\/12 {
    width: 33.33333% !important;
  }

  .md\:w-5\/12 {
    width: 41.66667% !important;
  }

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

  .md\:w-7\/12 {
    width: 58.33333% !important;
  }

  .md\:w-8\/12 {
    width: 66.66667% !important;
  }

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

  .md\:w-10\/12 {
    width: 83.33333% !important;
  }

  .md\:w-11\/12 {
    width: 91.66667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }

  .md\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .md\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .md\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .md\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .md\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .md\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

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

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

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

  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:col-auto {
    grid-column: auto !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

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

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  [dir] .md\:transform {
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  [dir] .md\:transform-none {
    transform: none !important;
  }

  [dir] .md\:origin-center {
    transform-origin: center !important;
  }

  [dir] .md\:origin-top {
    transform-origin: top !important;
  }

  [dir=ltr] .md\:origin-top-right {
    transform-origin: top right !important;
  }

  [dir=rtl] .md\:origin-top-right {
    transform-origin: top left !important;
  }

  [dir=ltr] .md\:origin-right {
    transform-origin: right !important;
  }

  [dir=rtl] .md\:origin-right {
    transform-origin: left !important;
  }

  [dir=ltr] .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  [dir=rtl] .md\:origin-bottom-right {
    transform-origin: bottom left !important;
  }

  [dir] .md\:origin-bottom {
    transform-origin: bottom !important;
  }

  [dir=ltr] .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  [dir=rtl] .md\:origin-bottom-left {
    transform-origin: bottom right !important;
  }

  [dir=ltr] .md\:origin-left {
    transform-origin: left !important;
  }

  [dir=rtl] .md\:origin-left {
    transform-origin: right !important;
  }

  [dir=ltr] .md\:origin-top-left {
    transform-origin: top left !important;
  }

  [dir=rtl] .md\:origin-top-left {
    transform-origin: top right !important;
  }

  .md\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .md\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .md\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .md\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .md\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .md\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .md\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .md\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .md\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .md\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .md\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .md\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .md\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .md\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .md\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .md\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .md\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .md\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .md\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .md\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .md\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .md\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .md\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .md\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .md\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .md\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  [dir] .md\:transition-none {
    transition-property: none !important;
  }

  [dir] .md\:transition-all {
    transition-property: all !important;
  }

  [dir] .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  [dir] .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  [dir] .md\:transition-opacity {
    transition-property: opacity !important;
  }

  [dir] .md\:transition-shadow {
    transition-property: box-shadow !important;
  }

  [dir] .md\:transition-transform {
    transition-property: transform !important;
  }

  [dir] .md\:ease-linear {
    transition-timing-function: linear !important;
  }

  [dir] .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  [dir] .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  [dir] .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  [dir] .md\:duration-75 {
    transition-duration: 75ms !important;
  }

  [dir] .md\:duration-100 {
    transition-duration: 100ms !important;
  }

  [dir] .md\:duration-150 {
    transition-duration: 150ms !important;
  }

  [dir] .md\:duration-200 {
    transition-duration: 200ms !important;
  }

  [dir] .md\:duration-300 {
    transition-duration: 300ms !important;
  }

  [dir] .md\:duration-500 {
    transition-duration: 500ms !important;
  }

  [dir] .md\:duration-700 {
    transition-duration: 700ms !important;
  }

  [dir] .md\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  [dir] .md\:delay-75 {
    transition-delay: 75ms !important;
  }

  [dir] .md\:delay-100 {
    transition-delay: 100ms !important;
  }

  [dir] .md\:delay-150 {
    transition-delay: 150ms !important;
  }

  [dir] .md\:delay-200 {
    transition-delay: 200ms !important;
  }

  [dir] .md\:delay-300 {
    transition-delay: 300ms !important;
  }

  [dir] .md\:delay-500 {
    transition-delay: 500ms !important;
  }

  [dir] .md\:delay-700 {
    transition-delay: 700ms !important;
  }

  [dir] .md\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  [dir=ltr] .md\:animate-none {
    animation: none !important;
  }

  [dir=rtl] .md\:animate-none {
    animation: none !important;
  }

  [dir=ltr] .md\:animate-spin {
    animation:  spin-ltr 1s linear infinite !important;
  }

  [dir=rtl] .md\:animate-spin {
    animation:  spin-rtl 1s linear infinite !important;
  }

  [dir=ltr] .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  [dir=rtl] .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  [dir=ltr] .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  [dir=rtl] .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  [dir=ltr] .md\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  [dir=rtl] .md\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 992px) {
  .lg\:container {
    width: 100%;
  }
  [dir=ltr] .lg\:container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  [dir=rtl] .lg\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 576px) {
    .lg\:container {
      max-width: 576px;
    }
  }

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

  @media (min-width: 992px) {
    .lg\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .lg\:container {
      max-width: 1200px;
    }
  }

  .lg\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-0 > :not(template) ~ :not(template) {
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: calc(0px * var(--space-x-reverse)) !important;
    margin-right: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .lg\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-1 > :not(template) ~ :not(template) {
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-2 > :not(template) ~ :not(template) {
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-3 > :not(template) ~ :not(template) {
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .lg\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-4 > :not(template) ~ :not(template) {
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: calc(1rem * var(--space-x-reverse)) !important;
    margin-right: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-5 > :not(template) ~ :not(template) {
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-6 > :not(template) ~ :not(template) {
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-8 > :not(template) ~ :not(template) {
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: calc(2rem * var(--space-x-reverse)) !important;
    margin-right: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-10 > :not(template) ~ :not(template) {
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-12 > :not(template) ~ :not(template) {
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: calc(3rem * var(--space-x-reverse)) !important;
    margin-right: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-16 > :not(template) ~ :not(template) {
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: calc(4rem * var(--space-x-reverse)) !important;
    margin-right: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-20 > :not(template) ~ :not(template) {
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: calc(5rem * var(--space-x-reverse)) !important;
    margin-right: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-24 > :not(template) ~ :not(template) {
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: calc(6rem * var(--space-x-reverse)) !important;
    margin-right: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-32 > :not(template) ~ :not(template) {
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: calc(8rem * var(--space-x-reverse)) !important;
    margin-right: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-40 > :not(template) ~ :not(template) {
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: calc(10rem * var(--space-x-reverse)) !important;
    margin-right: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-48 > :not(template) ~ :not(template) {
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: calc(12rem * var(--space-x-reverse)) !important;
    margin-right: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-56 > :not(template) ~ :not(template) {
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: calc(14rem * var(--space-x-reverse)) !important;
    margin-right: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-64 > :not(template) ~ :not(template) {
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: calc(16rem * var(--space-x-reverse)) !important;
    margin-right: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .lg\:space-y-px > :not(template) ~ :not(template) {
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:space-x-px > :not(template) ~ :not(template) {
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:space-x-px > :not(template) ~ :not(template) {
    margin-left: calc(1px * var(--space-x-reverse)) !important;
    margin-right: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .lg\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-1 > :not(template) ~ :not(template) {
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-2 > :not(template) ~ :not(template) {
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-3 > :not(template) ~ :not(template) {
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .lg\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-4 > :not(template) ~ :not(template) {
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: calc(-1rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-5 > :not(template) ~ :not(template) {
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-6 > :not(template) ~ :not(template) {
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-8 > :not(template) ~ :not(template) {
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: calc(-2rem * var(--space-x-reverse)) !important;
    margin-right: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-10 > :not(template) ~ :not(template) {
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-12 > :not(template) ~ :not(template) {
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: calc(-3rem * var(--space-x-reverse)) !important;
    margin-right: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-16 > :not(template) ~ :not(template) {
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: calc(-4rem * var(--space-x-reverse)) !important;
    margin-right: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-20 > :not(template) ~ :not(template) {
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: calc(-5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-24 > :not(template) ~ :not(template) {
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: calc(-6rem * var(--space-x-reverse)) !important;
    margin-right: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-32 > :not(template) ~ :not(template) {
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: calc(-8rem * var(--space-x-reverse)) !important;
    margin-right: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-40 > :not(template) ~ :not(template) {
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: calc(-10rem * var(--space-x-reverse)) !important;
    margin-right: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-48 > :not(template) ~ :not(template) {
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: calc(-12rem * var(--space-x-reverse)) !important;
    margin-right: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-56 > :not(template) ~ :not(template) {
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: calc(-14rem * var(--space-x-reverse)) !important;
    margin-right: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .lg\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-64 > :not(template) ~ :not(template) {
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: calc(-16rem * var(--space-x-reverse)) !important;
    margin-right: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .lg\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:-space-x-px > :not(template) ~ :not(template) {
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .lg\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: calc(-1px * var(--space-x-reverse)) !important;
    margin-right: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:divide-x-0 > :not(template) ~ :not(template) {
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .lg\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: calc(0px * var(--divide-x-reverse)) !important;
    border-right-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:divide-x-2 > :not(template) ~ :not(template) {
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .lg\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: calc(2px * var(--divide-x-reverse)) !important;
    border-right-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:divide-x-4 > :not(template) ~ :not(template) {
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .lg\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: calc(4px * var(--divide-x-reverse)) !important;
    border-right-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:divide-x-8 > :not(template) ~ :not(template) {
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .lg\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: calc(8px * var(--divide-x-reverse)) !important;
    border-right-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

  [dir] .lg\:divide-y > :not(template) ~ :not(template) {
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .lg\:divide-x > :not(template) ~ :not(template) {
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .lg\:divide-x > :not(template) ~ :not(template) {
    border-left-width: calc(1px * var(--divide-x-reverse)) !important;
    border-right-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  [dir] .lg\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  [dir] .lg\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-black > :not(template) ~ :not(template) {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-50 > :not(template) ~ :not(template) {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .lg\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-50 > :not(template) ~ :not(template) {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-50 > :not(template) ~ :not(template) {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-50 > :not(template) ~ :not(template) {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-50 > :not(template) ~ :not(template) {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-50 > :not(template) ~ :not(template) {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-100 > :not(template) ~ :not(template) {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-200 > :not(template) ~ :not(template) {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-300 > :not(template) ~ :not(template) {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-400 > :not(template) ~ :not(template) {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-500 > :not(template) ~ :not(template) {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-600 > :not(template) ~ :not(template) {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-700 > :not(template) ~ :not(template) {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-800 > :not(template) ~ :not(template) {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-indigo-900 > :not(template) ~ :not(template) {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-50 > :not(template) ~ :not(template) {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-50 > :not(template) ~ :not(template) {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-100 > :not(template) ~ :not(template) {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-200 > :not(template) ~ :not(template) {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-300 > :not(template) ~ :not(template) {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-400 > :not(template) ~ :not(template) {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-500 > :not(template) ~ :not(template) {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-600 > :not(template) ~ :not(template) {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-700 > :not(template) ~ :not(template) {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-800 > :not(template) ~ :not(template) {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-pink-900 > :not(template) ~ :not(template) {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-50 > :not(template) ~ :not(template) {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-200 > :not(template) ~ :not(template) {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-300 > :not(template) ~ :not(template) {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-400 > :not(template) ~ :not(template) {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-500 > :not(template) ~ :not(template) {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-600 > :not(template) ~ :not(template) {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-700 > :not(template) ~ :not(template) {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-800 > :not(template) ~ :not(template) {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-900 > :not(template) ~ :not(template) {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
  }

  .lg\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-grey-light > :not(template) ~ :not(template) {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
  }

  .lg\:divide-primary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-primary-light > :not(template) ~ :not(template) {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-primary-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-primary-DEFAULT > :not(template) ~ :not(template) {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .lg\:divide-primary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-primary-dark > :not(template) ~ :not(template) {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .lg\:divide-secondary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-secondary-light > :not(template) ~ :not(template) {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--divide-opacity)) !important;
  }

  .lg\:divide-secondary-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-secondary-DEFAULT > :not(template) ~ :not(template) {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .lg\:divide-secondary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-secondary-dark > :not(template) ~ :not(template) {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .lg\:divide-success-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-success-light > :not(template) ~ :not(template) {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .lg\:divide-success-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-success-DEFAULT > :not(template) ~ :not(template) {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .lg\:divide-success-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-success-dark > :not(template) ~ :not(template) {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .lg\:divide-warning-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-warning-light > :not(template) ~ :not(template) {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .lg\:divide-warning-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-warning-DEFAULT > :not(template) ~ :not(template) {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
  }

  .lg\:divide-warning-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-warning-dark > :not(template) ~ :not(template) {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
  }

  .lg\:divide-danger-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-danger-light > :not(template) ~ :not(template) {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .lg\:divide-danger-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-danger-DEFAULT > :not(template) ~ :not(template) {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .lg\:divide-danger-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-danger-dark > :not(template) ~ :not(template) {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .lg\:divide-info-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-info-light > :not(template) ~ :not(template) {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-info-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-info-DEFAULT > :not(template) ~ :not(template) {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .lg\:divide-info-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-info-dark > :not(template) ~ :not(template) {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .lg\:divide-neutral-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-neutral-light > :not(template) ~ :not(template) {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .lg\:divide-neutral-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-neutral-DEFAULT > :not(template) ~ :not(template) {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .lg\:divide-neutral-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-neutral-dark > :not(template) ~ :not(template) {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .lg\:divide-telegram > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-telegram > :not(template) ~ :not(template) {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--divide-opacity)) !important;
  }

  .lg\:divide-instagram > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-instagram > :not(template) ~ :not(template) {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--divide-opacity)) !important;
  }

  .lg\:divide-facebook > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-facebook > :not(template) ~ :not(template) {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--divide-opacity)) !important;
  }

  .lg\:divide-whatsapp > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-whatsapp > :not(template) ~ :not(template) {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--divide-opacity)) !important;
  }

  .lg\:divide-linkedin > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-linkedin > :not(template) ~ :not(template) {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-50 > :not(template) ~ :not(template) {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-100 > :not(template) ~ :not(template) {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-200 > :not(template) ~ :not(template) {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-300 > :not(template) ~ :not(template) {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-400 > :not(template) ~ :not(template) {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-500 > :not(template) ~ :not(template) {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-600 > :not(template) ~ :not(template) {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-700 > :not(template) ~ :not(template) {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-800 > :not(template) ~ :not(template) {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
  }

  .lg\:divide-cyan-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .lg\:divide-cyan-900 > :not(template) ~ :not(template) {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
  }

  [dir] .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  [dir] .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  [dir] .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  [dir] .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  [dir] .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

  [dir] .lg\:sr-only {
    padding: 0 !important;
    margin: -1px !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  [dir] .lg\:not-sr-only {
    padding: 0 !important;
    margin: 0 !important;
  }

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

  [dir] .lg\:focus\:sr-only:focus {
    padding: 0 !important;
    margin: -1px !important;
    border-width: 0 !important;
  }

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

  [dir] .lg\:focus\:not-sr-only:focus {
    padding: 0 !important;
    margin: 0 !important;
  }

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

  [dir] .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  [dir] .lg\:bg-local {
    background-attachment: local !important;
  }

  [dir] .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  [dir] .lg\:bg-clip-border {
    background-clip: border-box !important;
  }

  [dir] .lg\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  [dir] .lg\:bg-clip-content {
    background-clip: content-box !important;
  }

  [dir] .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  [dir] .lg\:bg-transparent {
    background-color: transparent !important;
  }

  [dir] .lg\:bg-current {
    background-color: currentColor !important;
  }

  .lg\:bg-black {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-black {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .lg\:bg-white {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-white {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-100 {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-200 {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-300 {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-400 {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-500 {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-600 {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-700 {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-800 {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-gray-900 {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-50 {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-100 {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-200 {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-300 {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-400 {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-500 {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-600 {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-700 {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-800 {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:bg-red-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-red-900 {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-50 {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-100 {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-200 {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-300 {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-400 {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-500 {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-600 {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-700 {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-800 {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-orange-900 {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-50 {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-100 {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-200 {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-300 {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-400 {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-500 {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-600 {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-700 {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-800 {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-yellow-900 {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-50 {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-100 {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-200 {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-300 {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-400 {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-500 {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-600 {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-700 {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-800 {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-green-900 {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-50 {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-100 {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-200 {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-300 {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-400 {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-500 {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-600 {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-700 {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-800 {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-teal-900 {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-50 {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-100 {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-200 {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-300 {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-400 {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-500 {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-600 {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-700 {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-800 {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-blue-900 {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-100 {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-200 {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-300 {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-500 {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-600 {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-700 {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-800 {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-indigo-900 {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-50 {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-100 {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-200 {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-300 {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-400 {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-500 {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-600 {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-700 {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-800 {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-purple-900 {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-50 {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-100 {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-200 {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-300 {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-400 {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-500 {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-600 {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-700 {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-800 {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-pink-900 {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-50 {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-100 {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-200 {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-300 {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-400 {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-500 {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-600 {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-700 {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-800 {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-900 {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .lg\:bg-grey-light {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-grey-light {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .lg\:bg-primary-light {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-primary-light {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-primary-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-primary-DEFAULT {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-primary-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-primary-dark {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:bg-secondary-light {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-secondary-light {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .lg\:bg-secondary-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-secondary-DEFAULT {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:bg-secondary-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-secondary-dark {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:bg-success-light {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-success-light {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:bg-success-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-success-DEFAULT {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:bg-success-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-success-dark {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:bg-warning-light {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-warning-light {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:bg-warning-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-warning-DEFAULT {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .lg\:bg-warning-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-warning-dark {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .lg\:bg-danger-light {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-danger-light {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:bg-danger-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-danger-DEFAULT {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:bg-danger-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-danger-dark {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:bg-info-light {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-info-light {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-info-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-info-DEFAULT {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:bg-info-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-info-dark {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-neutral-light {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-neutral-light {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:bg-neutral-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-neutral-DEFAULT {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:bg-neutral-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-neutral-dark {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:bg-telegram {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-telegram {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .lg\:bg-instagram {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-instagram {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .lg\:bg-facebook {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-facebook {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .lg\:bg-whatsapp {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-whatsapp {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .lg\:bg-linkedin {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-linkedin {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-50 {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-100 {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-200 {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-300 {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-400 {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-500 {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-600 {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-700 {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-800 {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .lg\:bg-cyan-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-cyan-900 {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  [dir] .lg\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-black:hover {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-white:hover {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-50:hover {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-100:hover {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-200:hover {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-300:hover {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-400:hover {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-500:hover {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-600:hover {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-700:hover {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-800:hover {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-red-900:hover {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-50:hover {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-100:hover {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-200:hover {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-300:hover {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-400:hover {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-500:hover {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-600:hover {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-700:hover {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-800:hover {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-orange-900:hover {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-50:hover {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-100:hover {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-200:hover {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-300:hover {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-400:hover {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-500:hover {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-600:hover {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-700:hover {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-800:hover {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-yellow-900:hover {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-50:hover {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-100:hover {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-200:hover {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-300:hover {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-400:hover {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-500:hover {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-600:hover {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-700:hover {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-800:hover {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-green-900:hover {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-50:hover {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-100:hover {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-200:hover {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-300:hover {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-400:hover {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-500:hover {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-600:hover {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-700:hover {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-800:hover {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-teal-900:hover {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-50:hover {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-100:hover {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-300:hover {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-400:hover {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-500:hover {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-600:hover {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-800:hover {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-100:hover {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-400:hover {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-600:hover {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-700:hover {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-800:hover {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-purple-900:hover {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-100:hover {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-400:hover {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-500:hover {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-600:hover {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-700:hover {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-800:hover {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-pink-900:hover {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-50:hover {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-100:hover {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-200:hover {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-300:hover {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-400:hover {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-500:hover {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-600:hover {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-700:hover {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-800:hover {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-900:hover {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-grey-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-primary-light:hover {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-primary-DEFAULT:hover {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-primary-dark:hover {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-secondary-light:hover {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-secondary-DEFAULT:hover {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-secondary-dark:hover {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-success-light:hover {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-success-DEFAULT:hover {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-success-dark:hover {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-warning-light:hover {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-warning-DEFAULT:hover {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-warning-dark:hover {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-danger-light:hover {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-danger-DEFAULT:hover {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-danger-dark:hover {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-info-light:hover {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-info-DEFAULT:hover {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-info-dark:hover {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-neutral-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-neutral-light:hover {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-neutral-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-neutral-DEFAULT:hover {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-neutral-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-neutral-dark:hover {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-telegram:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-telegram:hover {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-instagram:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-instagram:hover {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-facebook:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-facebook:hover {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-whatsapp:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-whatsapp:hover {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-linkedin:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-linkedin:hover {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-50:hover {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-100:hover {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-200:hover {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-300:hover {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-400:hover {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-500:hover {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-600:hover {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-700:hover {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-800:hover {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:hover\:bg-cyan-900:hover {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  [dir] .lg\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .lg\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-black:focus {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-white:focus {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-50:focus {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-100:focus {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-200:focus {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-300:focus {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-400:focus {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-500:focus {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-600:focus {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-700:focus {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-800:focus {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-red-900:focus {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-50:focus {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-100:focus {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-200:focus {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-300:focus {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-400:focus {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-500:focus {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-600:focus {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-700:focus {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-800:focus {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-orange-900:focus {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-50:focus {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-100:focus {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-200:focus {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-300:focus {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-400:focus {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-500:focus {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-600:focus {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-700:focus {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-800:focus {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-yellow-900:focus {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-50:focus {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-100:focus {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-200:focus {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-300:focus {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-400:focus {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-500:focus {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-600:focus {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-700:focus {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-800:focus {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-green-900:focus {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-50:focus {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-100:focus {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-200:focus {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-300:focus {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-400:focus {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-500:focus {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-600:focus {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-700:focus {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-800:focus {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-teal-900:focus {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-50:focus {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-100:focus {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-300:focus {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-400:focus {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-500:focus {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-600:focus {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-800:focus {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-100:focus {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-400:focus {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-600:focus {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-700:focus {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-800:focus {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-purple-900:focus {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-100:focus {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-400:focus {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-500:focus {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-600:focus {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-700:focus {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-800:focus {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-pink-900:focus {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-50:focus {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-100:focus {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-200:focus {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-300:focus {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-400:focus {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-500:focus {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-600:focus {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-700:focus {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-800:focus {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-900:focus {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-grey-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-grey-light:focus {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-primary-light:focus {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-primary-DEFAULT:focus {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-primary-dark:focus {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-secondary-light:focus {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-secondary-DEFAULT:focus {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-secondary-dark:focus {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-success-light:focus {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-success-DEFAULT:focus {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-success-dark:focus {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-warning-light:focus {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-warning-DEFAULT:focus {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-warning-dark:focus {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-danger-light:focus {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-danger-DEFAULT:focus {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-danger-dark:focus {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-info-light:focus {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-info-DEFAULT:focus {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-info-dark:focus {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-neutral-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-neutral-light:focus {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-neutral-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-neutral-DEFAULT:focus {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-neutral-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-neutral-dark:focus {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-telegram:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-telegram:focus {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-instagram:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-instagram:focus {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-facebook:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-facebook:focus {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-whatsapp:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-whatsapp:focus {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-linkedin:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-linkedin:focus {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-50:focus {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-100:focus {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-200:focus {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-300:focus {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-400:focus {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-500:focus {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-600:focus {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-700:focus {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-800:focus {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:focus\:bg-cyan-900:focus {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .lg\:bg-none {
    background-image: none !important;
  }

  [dir] .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  [dir] .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-black {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:from-white {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-gray-100 {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:from-gray-200 {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:from-gray-300 {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:from-gray-400 {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:from-gray-500 {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:from-gray-600 {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:from-gray-700 {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:from-gray-800 {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:from-gray-900 {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:from-red-50 {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:from-red-100 {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:from-red-200 {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:from-red-300 {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:from-red-400 {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:from-red-500 {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:from-red-600 {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:from-red-700 {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:from-red-800 {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:from-red-900 {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:from-orange-50 {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:from-orange-100 {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:from-orange-200 {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:from-orange-300 {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:from-orange-400 {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:from-orange-500 {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:from-orange-600 {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:from-orange-700 {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:from-orange-800 {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:from-orange-900 {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:from-yellow-50 {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:from-yellow-100 {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:from-yellow-200 {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:from-yellow-300 {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:from-yellow-400 {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:from-yellow-500 {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:from-yellow-600 {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:from-yellow-700 {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:from-yellow-800 {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:from-yellow-900 {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:from-green-50 {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:from-green-100 {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:from-green-200 {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:from-green-300 {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:from-green-400 {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:from-green-500 {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:from-green-600 {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:from-green-700 {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:from-green-800 {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:from-green-900 {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:from-teal-50 {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:from-teal-100 {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:from-teal-200 {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:from-teal-300 {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:from-teal-400 {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:from-teal-500 {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:from-teal-600 {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:from-teal-700 {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:from-teal-800 {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:from-teal-900 {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:from-blue-50 {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:from-blue-100 {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:from-blue-200 {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:from-blue-300 {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:from-blue-400 {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:from-blue-500 {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:from-blue-600 {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:from-blue-700 {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:from-blue-800 {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:from-blue-900 {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:from-purple-50 {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:from-purple-100 {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:from-purple-200 {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:from-purple-300 {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:from-purple-400 {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:from-purple-500 {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:from-purple-600 {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:from-purple-700 {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:from-purple-800 {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:from-purple-900 {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:from-pink-50 {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:from-pink-100 {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:from-pink-200 {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:from-pink-300 {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:from-pink-400 {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:from-pink-500 {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:from-pink-600 {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:from-pink-700 {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:from-pink-800 {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:from-pink-900 {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:from-grey-50 {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:from-grey-100 {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:from-grey-200 {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:from-grey-300 {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:from-grey-400 {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:from-grey-500 {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:from-grey-600 {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:from-grey-700 {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:from-grey-800 {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:from-grey-900 {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:from-grey-light {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:from-primary-light {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .lg\:from-primary-DEFAULT {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:from-primary-dark {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:from-secondary-light {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .lg\:from-secondary-DEFAULT {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:from-secondary-dark {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:from-success-light {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:from-success-DEFAULT {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:from-success-dark {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:from-warning-light {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:from-warning-DEFAULT {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:from-warning-dark {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:from-danger-light {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:from-danger-DEFAULT {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:from-danger-dark {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:from-info-light {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:from-info-DEFAULT {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:from-info-dark {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:from-neutral-light {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:from-neutral-DEFAULT {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:from-neutral-dark {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:from-telegram {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .lg\:from-instagram {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .lg\:from-facebook {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .lg\:from-whatsapp {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .lg\:from-linkedin {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .lg\:from-cyan-50 {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:from-cyan-100 {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:from-cyan-200 {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:from-cyan-300 {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:from-cyan-400 {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:from-cyan-500 {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:from-cyan-600 {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:from-cyan-700 {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:from-cyan-800 {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:from-cyan-900 {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-black {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:via-white {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gray-100 {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:via-gray-200 {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:via-gray-300 {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:via-gray-400 {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:via-gray-500 {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:via-gray-600 {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:via-gray-700 {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:via-gray-800 {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:via-gray-900 {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:via-red-50 {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:via-red-100 {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:via-red-200 {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:via-red-300 {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:via-red-400 {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:via-red-500 {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:via-red-600 {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:via-red-700 {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:via-red-800 {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:via-red-900 {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:via-orange-50 {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:via-orange-100 {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:via-orange-200 {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:via-orange-300 {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:via-orange-400 {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:via-orange-500 {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:via-orange-600 {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:via-orange-700 {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:via-orange-800 {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:via-orange-900 {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:via-yellow-50 {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:via-yellow-100 {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:via-yellow-200 {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:via-yellow-300 {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:via-yellow-400 {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:via-yellow-500 {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:via-yellow-600 {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:via-yellow-700 {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:via-yellow-800 {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:via-yellow-900 {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:via-green-50 {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:via-green-100 {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:via-green-200 {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:via-green-300 {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:via-green-400 {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:via-green-500 {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:via-green-600 {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:via-green-700 {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:via-green-800 {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:via-green-900 {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:via-teal-50 {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:via-teal-100 {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:via-teal-200 {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:via-teal-300 {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:via-teal-400 {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:via-teal-500 {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:via-teal-600 {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:via-teal-700 {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:via-teal-800 {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:via-teal-900 {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:via-blue-50 {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:via-blue-100 {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:via-blue-200 {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:via-blue-300 {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:via-blue-400 {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:via-blue-500 {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:via-blue-600 {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:via-blue-700 {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:via-blue-800 {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:via-blue-900 {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:via-purple-50 {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:via-purple-100 {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:via-purple-200 {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:via-purple-300 {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:via-purple-400 {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:via-purple-500 {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:via-purple-600 {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:via-purple-700 {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:via-purple-800 {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:via-purple-900 {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:via-pink-50 {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:via-pink-100 {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:via-pink-200 {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:via-pink-300 {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:via-pink-400 {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:via-pink-500 {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:via-pink-600 {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:via-pink-700 {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:via-pink-800 {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:via-pink-900 {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:via-grey-50 {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:via-grey-100 {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:via-grey-200 {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:via-grey-300 {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:via-grey-400 {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:via-grey-500 {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:via-grey-600 {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:via-grey-700 {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:via-grey-800 {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:via-grey-900 {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:via-grey-light {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:via-primary-light {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .lg\:via-primary-DEFAULT {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:via-primary-dark {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:via-secondary-light {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .lg\:via-secondary-DEFAULT {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:via-secondary-dark {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:via-success-light {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:via-success-DEFAULT {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:via-success-dark {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:via-warning-light {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:via-warning-DEFAULT {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:via-warning-dark {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:via-danger-light {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:via-danger-DEFAULT {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:via-danger-dark {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:via-info-light {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:via-info-DEFAULT {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:via-info-dark {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:via-neutral-light {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:via-neutral-DEFAULT {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:via-neutral-dark {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:via-telegram {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .lg\:via-instagram {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .lg\:via-facebook {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .lg\:via-whatsapp {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .lg\:via-linkedin {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .lg\:via-cyan-50 {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:via-cyan-100 {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:via-cyan-200 {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:via-cyan-300 {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:via-cyan-400 {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:via-cyan-500 {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:via-cyan-600 {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:via-cyan-700 {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:via-cyan-800 {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:via-cyan-900 {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .lg\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .lg\:to-black {
    --gradient-to-color: #22292f !important;
  }

  .lg\:to-white {
    --gradient-to-color: #ffffff !important;
  }

  .lg\:to-gray-100 {
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:to-gray-200 {
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:to-gray-300 {
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:to-gray-400 {
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:to-gray-500 {
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:to-gray-600 {
    --gradient-to-color: #718096 !important;
  }

  .lg\:to-gray-700 {
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:to-gray-800 {
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:to-gray-900 {
    --gradient-to-color: #1a202c !important;
  }

  .lg\:to-red-50 {
    --gradient-to-color: #fef2f2 !important;
  }

  .lg\:to-red-100 {
    --gradient-to-color: #fee2e2 !important;
  }

  .lg\:to-red-200 {
    --gradient-to-color: #fecaca !important;
  }

  .lg\:to-red-300 {
    --gradient-to-color: #fca5a5 !important;
  }

  .lg\:to-red-400 {
    --gradient-to-color: #f87171 !important;
  }

  .lg\:to-red-500 {
    --gradient-to-color: #ef4444 !important;
  }

  .lg\:to-red-600 {
    --gradient-to-color: #dc2626 !important;
  }

  .lg\:to-red-700 {
    --gradient-to-color: #b91c1c !important;
  }

  .lg\:to-red-800 {
    --gradient-to-color: #991b1b !important;
  }

  .lg\:to-red-900 {
    --gradient-to-color: #7f1d1d !important;
  }

  .lg\:to-orange-50 {
    --gradient-to-color: #fff7ed !important;
  }

  .lg\:to-orange-100 {
    --gradient-to-color: #ffedd5 !important;
  }

  .lg\:to-orange-200 {
    --gradient-to-color: #fed7aa !important;
  }

  .lg\:to-orange-300 {
    --gradient-to-color: #fdba74 !important;
  }

  .lg\:to-orange-400 {
    --gradient-to-color: #fb923c !important;
  }

  .lg\:to-orange-500 {
    --gradient-to-color: #f97316 !important;
  }

  .lg\:to-orange-600 {
    --gradient-to-color: #ea580c !important;
  }

  .lg\:to-orange-700 {
    --gradient-to-color: #c2410c !important;
  }

  .lg\:to-orange-800 {
    --gradient-to-color: #9a3412 !important;
  }

  .lg\:to-orange-900 {
    --gradient-to-color: #7c2d12 !important;
  }

  .lg\:to-yellow-50 {
    --gradient-to-color: #fefce8 !important;
  }

  .lg\:to-yellow-100 {
    --gradient-to-color: #fef9c3 !important;
  }

  .lg\:to-yellow-200 {
    --gradient-to-color: #fef08a !important;
  }

  .lg\:to-yellow-300 {
    --gradient-to-color: #fde047 !important;
  }

  .lg\:to-yellow-400 {
    --gradient-to-color: #facc15 !important;
  }

  .lg\:to-yellow-500 {
    --gradient-to-color: #eab308 !important;
  }

  .lg\:to-yellow-600 {
    --gradient-to-color: #ca8a04 !important;
  }

  .lg\:to-yellow-700 {
    --gradient-to-color: #a16207 !important;
  }

  .lg\:to-yellow-800 {
    --gradient-to-color: #854d0e !important;
  }

  .lg\:to-yellow-900 {
    --gradient-to-color: #713f12 !important;
  }

  .lg\:to-green-50 {
    --gradient-to-color: #f0fdf4 !important;
  }

  .lg\:to-green-100 {
    --gradient-to-color: #dcfce7 !important;
  }

  .lg\:to-green-200 {
    --gradient-to-color: #bbf7d0 !important;
  }

  .lg\:to-green-300 {
    --gradient-to-color: #86efac !important;
  }

  .lg\:to-green-400 {
    --gradient-to-color: #4ade80 !important;
  }

  .lg\:to-green-500 {
    --gradient-to-color: #22c55e !important;
  }

  .lg\:to-green-600 {
    --gradient-to-color: #16a34a !important;
  }

  .lg\:to-green-700 {
    --gradient-to-color: #15803d !important;
  }

  .lg\:to-green-800 {
    --gradient-to-color: #166534 !important;
  }

  .lg\:to-green-900 {
    --gradient-to-color: #14532d !important;
  }

  .lg\:to-teal-50 {
    --gradient-to-color: #f0fdfa !important;
  }

  .lg\:to-teal-100 {
    --gradient-to-color: #ccfbf1 !important;
  }

  .lg\:to-teal-200 {
    --gradient-to-color: #99f6e4 !important;
  }

  .lg\:to-teal-300 {
    --gradient-to-color: #5eead4 !important;
  }

  .lg\:to-teal-400 {
    --gradient-to-color: #2dd4bf !important;
  }

  .lg\:to-teal-500 {
    --gradient-to-color: #14b8a6 !important;
  }

  .lg\:to-teal-600 {
    --gradient-to-color: #0d9488 !important;
  }

  .lg\:to-teal-700 {
    --gradient-to-color: #0f766e !important;
  }

  .lg\:to-teal-800 {
    --gradient-to-color: #115e59 !important;
  }

  .lg\:to-teal-900 {
    --gradient-to-color: #134e4a !important;
  }

  .lg\:to-blue-50 {
    --gradient-to-color: #eff6ff !important;
  }

  .lg\:to-blue-100 {
    --gradient-to-color: #dbeafe !important;
  }

  .lg\:to-blue-200 {
    --gradient-to-color: #bfdbfe !important;
  }

  .lg\:to-blue-300 {
    --gradient-to-color: #93c5fd !important;
  }

  .lg\:to-blue-400 {
    --gradient-to-color: #60a5fa !important;
  }

  .lg\:to-blue-500 {
    --gradient-to-color: #3b82f6 !important;
  }

  .lg\:to-blue-600 {
    --gradient-to-color: #2563eb !important;
  }

  .lg\:to-blue-700 {
    --gradient-to-color: #1d4ed8 !important;
  }

  .lg\:to-blue-800 {
    --gradient-to-color: #1e40af !important;
  }

  .lg\:to-blue-900 {
    --gradient-to-color: #1e3a8a !important;
  }

  .lg\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .lg\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .lg\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .lg\:to-purple-50 {
    --gradient-to-color: #f5f3ff !important;
  }

  .lg\:to-purple-100 {
    --gradient-to-color: #ede9fe !important;
  }

  .lg\:to-purple-200 {
    --gradient-to-color: #ddd6fe !important;
  }

  .lg\:to-purple-300 {
    --gradient-to-color: #c4b5fd !important;
  }

  .lg\:to-purple-400 {
    --gradient-to-color: #a78bfa !important;
  }

  .lg\:to-purple-500 {
    --gradient-to-color: #8b5cf6 !important;
  }

  .lg\:to-purple-600 {
    --gradient-to-color: #7c3aed !important;
  }

  .lg\:to-purple-700 {
    --gradient-to-color: #6d28d9 !important;
  }

  .lg\:to-purple-800 {
    --gradient-to-color: #5b21b6 !important;
  }

  .lg\:to-purple-900 {
    --gradient-to-color: #4c1d95 !important;
  }

  .lg\:to-pink-50 {
    --gradient-to-color: #fdf2f8 !important;
  }

  .lg\:to-pink-100 {
    --gradient-to-color: #fce7f3 !important;
  }

  .lg\:to-pink-200 {
    --gradient-to-color: #fbcfe8 !important;
  }

  .lg\:to-pink-300 {
    --gradient-to-color: #f9a8d4 !important;
  }

  .lg\:to-pink-400 {
    --gradient-to-color: #f472b6 !important;
  }

  .lg\:to-pink-500 {
    --gradient-to-color: #ec4899 !important;
  }

  .lg\:to-pink-600 {
    --gradient-to-color: #db2777 !important;
  }

  .lg\:to-pink-700 {
    --gradient-to-color: #be185d !important;
  }

  .lg\:to-pink-800 {
    --gradient-to-color: #9d174d !important;
  }

  .lg\:to-pink-900 {
    --gradient-to-color: #831843 !important;
  }

  .lg\:to-grey-50 {
    --gradient-to-color: #f9fafb !important;
  }

  .lg\:to-grey-100 {
    --gradient-to-color: #f3f4f6 !important;
  }

  .lg\:to-grey-200 {
    --gradient-to-color: #e5e7eb !important;
  }

  .lg\:to-grey-300 {
    --gradient-to-color: #d1d5db !important;
  }

  .lg\:to-grey-400 {
    --gradient-to-color: #9ca3af !important;
  }

  .lg\:to-grey-500 {
    --gradient-to-color: #6b7280 !important;
  }

  .lg\:to-grey-600 {
    --gradient-to-color: #4b5563 !important;
  }

  .lg\:to-grey-700 {
    --gradient-to-color: #374151 !important;
  }

  .lg\:to-grey-800 {
    --gradient-to-color: #1f2937 !important;
  }

  .lg\:to-grey-900 {
    --gradient-to-color: #111827 !important;
  }

  .lg\:to-grey-light {
    --gradient-to-color: #dae1e7 !important;
  }

  .lg\:to-primary-light {
    --gradient-to-color: #3F8CFF !important;
  }

  .lg\:to-primary-DEFAULT {
    --gradient-to-color: #1D4ED8 !important;
  }

  .lg\:to-primary-dark {
    --gradient-to-color: #1E40AF !important;
  }

  .lg\:to-secondary-light {
    --gradient-to-color: #FF7C7C !important;
  }

  .lg\:to-secondary-DEFAULT {
    --gradient-to-color: #EF4444 !important;
  }

  .lg\:to-secondary-dark {
    --gradient-to-color: #B91C1C !important;
  }

  .lg\:to-success-light {
    --gradient-to-color: #4ADE80 !important;
  }

  .lg\:to-success-DEFAULT {
    --gradient-to-color: #16A34A !important;
  }

  .lg\:to-success-dark {
    --gradient-to-color: #15803D !important;
  }

  .lg\:to-warning-light {
    --gradient-to-color: #FDE047 !important;
  }

  .lg\:to-warning-DEFAULT {
    --gradient-to-color: #F59E0B !important;
  }

  .lg\:to-warning-dark {
    --gradient-to-color: #B45309 !important;
  }

  .lg\:to-danger-light {
    --gradient-to-color: #F87171 !important;
  }

  .lg\:to-danger-DEFAULT {
    --gradient-to-color: #DC2626 !important;
  }

  .lg\:to-danger-dark {
    --gradient-to-color: #991B1B !important;
  }

  .lg\:to-info-light {
    --gradient-to-color: #60A5FA !important;
  }

  .lg\:to-info-DEFAULT {
    --gradient-to-color: #3B82F6 !important;
  }

  .lg\:to-info-dark {
    --gradient-to-color: #1D4ED8 !important;
  }

  .lg\:to-neutral-light {
    --gradient-to-color: #F3F4F6 !important;
  }

  .lg\:to-neutral-DEFAULT {
    --gradient-to-color: #9CA3AF !important;
  }

  .lg\:to-neutral-dark {
    --gradient-to-color: #4B5563 !important;
  }

  .lg\:to-telegram {
    --gradient-to-color: #0088CC !important;
  }

  .lg\:to-instagram {
    --gradient-to-color: #C13584 !important;
  }

  .lg\:to-facebook {
    --gradient-to-color: #3b5998 !important;
  }

  .lg\:to-whatsapp {
    --gradient-to-color: #25D366 !important;
  }

  .lg\:to-linkedin {
    --gradient-to-color: #0e76a8 !important;
  }

  .lg\:to-cyan-50 {
    --gradient-to-color: #ecfeff !important;
  }

  .lg\:to-cyan-100 {
    --gradient-to-color: #cffafe !important;
  }

  .lg\:to-cyan-200 {
    --gradient-to-color: #a5f3fc !important;
  }

  .lg\:to-cyan-300 {
    --gradient-to-color: #67e8f9 !important;
  }

  .lg\:to-cyan-400 {
    --gradient-to-color: #22d3ee !important;
  }

  .lg\:to-cyan-500 {
    --gradient-to-color: #06b6d4 !important;
  }

  .lg\:to-cyan-600 {
    --gradient-to-color: #0891b2 !important;
  }

  .lg\:to-cyan-700 {
    --gradient-to-color: #0e7490 !important;
  }

  .lg\:to-cyan-800 {
    --gradient-to-color: #155e75 !important;
  }

  .lg\:to-cyan-900 {
    --gradient-to-color: #164e63 !important;
  }

  .lg\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-black:hover {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:hover\:from-white:hover {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:from-red-50:hover {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:from-red-100:hover {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:from-red-200:hover {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:from-red-300:hover {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:from-red-400:hover {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:from-red-500:hover {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:from-red-600:hover {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:from-red-700:hover {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:from-red-800:hover {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:from-red-900:hover {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:from-orange-50:hover {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:hover\:from-orange-100:hover {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:hover\:from-orange-200:hover {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:hover\:from-orange-300:hover {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:hover\:from-orange-400:hover {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:hover\:from-orange-500:hover {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:hover\:from-orange-600:hover {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:hover\:from-orange-700:hover {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:hover\:from-orange-800:hover {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:hover\:from-orange-900:hover {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:hover\:from-yellow-50:hover {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:hover\:from-yellow-300:hover {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:hover\:from-yellow-400:hover {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:hover\:from-yellow-500:hover {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:hover\:from-yellow-600:hover {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:hover\:from-yellow-700:hover {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:hover\:from-yellow-800:hover {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:hover\:from-yellow-900:hover {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:hover\:from-green-50:hover {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:hover\:from-green-100:hover {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:hover\:from-green-200:hover {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:hover\:from-green-300:hover {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:hover\:from-green-400:hover {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:hover\:from-green-500:hover {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:hover\:from-green-600:hover {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:hover\:from-green-700:hover {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:hover\:from-green-800:hover {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:hover\:from-green-900:hover {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:hover\:from-teal-50:hover {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:hover\:from-teal-100:hover {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:hover\:from-teal-200:hover {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:hover\:from-teal-300:hover {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:hover\:from-teal-400:hover {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:hover\:from-teal-500:hover {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:hover\:from-teal-600:hover {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:hover\:from-teal-700:hover {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:hover\:from-teal-800:hover {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:hover\:from-teal-900:hover {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:hover\:from-blue-50:hover {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-100:hover {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:hover\:from-blue-200:hover {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:hover\:from-blue-300:hover {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:hover\:from-blue-400:hover {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:from-blue-500:hover {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:from-blue-600:hover {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:hover\:from-blue-700:hover {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:from-blue-800:hover {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:from-blue-900:hover {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:from-purple-50:hover {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:hover\:from-purple-100:hover {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:hover\:from-purple-200:hover {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:hover\:from-purple-300:hover {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:hover\:from-purple-400:hover {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:hover\:from-purple-500:hover {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:hover\:from-purple-600:hover {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:hover\:from-purple-700:hover {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:hover\:from-purple-800:hover {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:hover\:from-purple-900:hover {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:hover\:from-pink-50:hover {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:hover\:from-pink-100:hover {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:hover\:from-pink-200:hover {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:hover\:from-pink-300:hover {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:hover\:from-pink-400:hover {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:hover\:from-pink-500:hover {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:hover\:from-pink-600:hover {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:hover\:from-pink-700:hover {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:hover\:from-pink-800:hover {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:hover\:from-pink-900:hover {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:hover\:from-grey-50:hover {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:hover\:from-grey-100:hover {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:hover\:from-grey-200:hover {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:hover\:from-grey-300:hover {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:hover\:from-grey-400:hover {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:from-grey-500:hover {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:from-grey-600:hover {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:from-grey-700:hover {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:hover\:from-grey-800:hover {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:hover\:from-grey-900:hover {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:hover\:from-grey-light:hover {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:hover\:from-primary-light:hover {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .lg\:hover\:from-primary-DEFAULT:hover {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:from-primary-dark:hover {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:from-secondary-light:hover {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .lg\:hover\:from-secondary-DEFAULT:hover {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:from-secondary-dark:hover {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:from-success-light:hover {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:hover\:from-success-DEFAULT:hover {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:hover\:from-success-dark:hover {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:hover\:from-warning-light:hover {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:hover\:from-warning-DEFAULT:hover {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:hover\:from-warning-dark:hover {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:hover\:from-danger-light:hover {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:from-danger-DEFAULT:hover {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:from-danger-dark:hover {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:from-info-light:hover {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:from-info-DEFAULT:hover {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:from-info-dark:hover {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:from-neutral-light:hover {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:hover\:from-neutral-DEFAULT:hover {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:from-neutral-dark:hover {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:from-telegram:hover {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .lg\:hover\:from-instagram:hover {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .lg\:hover\:from-facebook:hover {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .lg\:hover\:from-whatsapp:hover {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .lg\:hover\:from-linkedin:hover {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .lg\:hover\:from-cyan-50:hover {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:hover\:from-cyan-100:hover {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:hover\:from-cyan-200:hover {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:hover\:from-cyan-300:hover {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:hover\:from-cyan-400:hover {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:hover\:from-cyan-500:hover {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:hover\:from-cyan-600:hover {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:hover\:from-cyan-700:hover {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:hover\:from-cyan-800:hover {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:hover\:from-cyan-900:hover {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-black:hover {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:hover\:via-white:hover {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:via-red-50:hover {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:via-red-100:hover {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:via-red-200:hover {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:via-red-300:hover {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:via-red-400:hover {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:via-red-500:hover {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:via-red-600:hover {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:via-red-700:hover {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:via-red-800:hover {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:via-red-900:hover {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:via-orange-50:hover {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:hover\:via-orange-100:hover {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:hover\:via-orange-200:hover {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:hover\:via-orange-300:hover {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:hover\:via-orange-400:hover {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:hover\:via-orange-500:hover {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:hover\:via-orange-600:hover {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:hover\:via-orange-700:hover {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:hover\:via-orange-800:hover {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:hover\:via-orange-900:hover {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:hover\:via-yellow-50:hover {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:hover\:via-yellow-300:hover {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:hover\:via-yellow-400:hover {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:hover\:via-yellow-500:hover {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:hover\:via-yellow-600:hover {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:hover\:via-yellow-700:hover {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:hover\:via-yellow-800:hover {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:hover\:via-yellow-900:hover {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:hover\:via-green-50:hover {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:hover\:via-green-100:hover {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:hover\:via-green-200:hover {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:hover\:via-green-300:hover {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:hover\:via-green-400:hover {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:hover\:via-green-500:hover {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:hover\:via-green-600:hover {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:hover\:via-green-700:hover {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:hover\:via-green-800:hover {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:hover\:via-green-900:hover {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:hover\:via-teal-50:hover {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:hover\:via-teal-100:hover {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:hover\:via-teal-200:hover {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:hover\:via-teal-300:hover {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:hover\:via-teal-400:hover {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:hover\:via-teal-500:hover {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:hover\:via-teal-600:hover {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:hover\:via-teal-700:hover {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:hover\:via-teal-800:hover {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:hover\:via-teal-900:hover {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:hover\:via-blue-50:hover {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-100:hover {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:hover\:via-blue-200:hover {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:hover\:via-blue-300:hover {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:hover\:via-blue-400:hover {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:via-blue-500:hover {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:via-blue-600:hover {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:hover\:via-blue-700:hover {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:via-blue-800:hover {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:via-blue-900:hover {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:via-purple-50:hover {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:hover\:via-purple-100:hover {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:hover\:via-purple-200:hover {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:hover\:via-purple-300:hover {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:hover\:via-purple-400:hover {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:hover\:via-purple-500:hover {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:hover\:via-purple-600:hover {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:hover\:via-purple-700:hover {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:hover\:via-purple-800:hover {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:hover\:via-purple-900:hover {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:hover\:via-pink-50:hover {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:hover\:via-pink-100:hover {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:hover\:via-pink-200:hover {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:hover\:via-pink-300:hover {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:hover\:via-pink-400:hover {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:hover\:via-pink-500:hover {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:hover\:via-pink-600:hover {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:hover\:via-pink-700:hover {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:hover\:via-pink-800:hover {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:hover\:via-pink-900:hover {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:hover\:via-grey-50:hover {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:hover\:via-grey-100:hover {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:hover\:via-grey-200:hover {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:hover\:via-grey-300:hover {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:hover\:via-grey-400:hover {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:via-grey-500:hover {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:hover\:via-grey-600:hover {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:via-grey-700:hover {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:hover\:via-grey-800:hover {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:hover\:via-grey-900:hover {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:hover\:via-grey-light:hover {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:hover\:via-primary-light:hover {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .lg\:hover\:via-primary-DEFAULT:hover {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:via-primary-dark:hover {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:via-secondary-light:hover {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .lg\:hover\:via-secondary-DEFAULT:hover {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:via-secondary-dark:hover {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:via-success-light:hover {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:hover\:via-success-DEFAULT:hover {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:hover\:via-success-dark:hover {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:hover\:via-warning-light:hover {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:hover\:via-warning-DEFAULT:hover {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:hover\:via-warning-dark:hover {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:hover\:via-danger-light:hover {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:via-danger-DEFAULT:hover {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:via-danger-dark:hover {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:via-info-light:hover {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:via-info-DEFAULT:hover {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:via-info-dark:hover {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:via-neutral-light:hover {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:hover\:via-neutral-DEFAULT:hover {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:hover\:via-neutral-dark:hover {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:via-telegram:hover {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .lg\:hover\:via-instagram:hover {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .lg\:hover\:via-facebook:hover {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .lg\:hover\:via-whatsapp:hover {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .lg\:hover\:via-linkedin:hover {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .lg\:hover\:via-cyan-50:hover {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:hover\:via-cyan-100:hover {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:hover\:via-cyan-200:hover {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:hover\:via-cyan-300:hover {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:hover\:via-cyan-400:hover {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:hover\:via-cyan-500:hover {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:hover\:via-cyan-600:hover {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:hover\:via-cyan-700:hover {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:hover\:via-cyan-800:hover {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:hover\:via-cyan-900:hover {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .lg\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .lg\:hover\:to-black:hover {
    --gradient-to-color: #22292f !important;
  }

  .lg\:hover\:to-white:hover {
    --gradient-to-color: #ffffff !important;
  }

  .lg\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096 !important;
  }

  .lg\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c !important;
  }

  .lg\:hover\:to-red-50:hover {
    --gradient-to-color: #fef2f2 !important;
  }

  .lg\:hover\:to-red-100:hover {
    --gradient-to-color: #fee2e2 !important;
  }

  .lg\:hover\:to-red-200:hover {
    --gradient-to-color: #fecaca !important;
  }

  .lg\:hover\:to-red-300:hover {
    --gradient-to-color: #fca5a5 !important;
  }

  .lg\:hover\:to-red-400:hover {
    --gradient-to-color: #f87171 !important;
  }

  .lg\:hover\:to-red-500:hover {
    --gradient-to-color: #ef4444 !important;
  }

  .lg\:hover\:to-red-600:hover {
    --gradient-to-color: #dc2626 !important;
  }

  .lg\:hover\:to-red-700:hover {
    --gradient-to-color: #b91c1c !important;
  }

  .lg\:hover\:to-red-800:hover {
    --gradient-to-color: #991b1b !important;
  }

  .lg\:hover\:to-red-900:hover {
    --gradient-to-color: #7f1d1d !important;
  }

  .lg\:hover\:to-orange-50:hover {
    --gradient-to-color: #fff7ed !important;
  }

  .lg\:hover\:to-orange-100:hover {
    --gradient-to-color: #ffedd5 !important;
  }

  .lg\:hover\:to-orange-200:hover {
    --gradient-to-color: #fed7aa !important;
  }

  .lg\:hover\:to-orange-300:hover {
    --gradient-to-color: #fdba74 !important;
  }

  .lg\:hover\:to-orange-400:hover {
    --gradient-to-color: #fb923c !important;
  }

  .lg\:hover\:to-orange-500:hover {
    --gradient-to-color: #f97316 !important;
  }

  .lg\:hover\:to-orange-600:hover {
    --gradient-to-color: #ea580c !important;
  }

  .lg\:hover\:to-orange-700:hover {
    --gradient-to-color: #c2410c !important;
  }

  .lg\:hover\:to-orange-800:hover {
    --gradient-to-color: #9a3412 !important;
  }

  .lg\:hover\:to-orange-900:hover {
    --gradient-to-color: #7c2d12 !important;
  }

  .lg\:hover\:to-yellow-50:hover {
    --gradient-to-color: #fefce8 !important;
  }

  .lg\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fef9c3 !important;
  }

  .lg\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fef08a !important;
  }

  .lg\:hover\:to-yellow-300:hover {
    --gradient-to-color: #fde047 !important;
  }

  .lg\:hover\:to-yellow-400:hover {
    --gradient-to-color: #facc15 !important;
  }

  .lg\:hover\:to-yellow-500:hover {
    --gradient-to-color: #eab308 !important;
  }

  .lg\:hover\:to-yellow-600:hover {
    --gradient-to-color: #ca8a04 !important;
  }

  .lg\:hover\:to-yellow-700:hover {
    --gradient-to-color: #a16207 !important;
  }

  .lg\:hover\:to-yellow-800:hover {
    --gradient-to-color: #854d0e !important;
  }

  .lg\:hover\:to-yellow-900:hover {
    --gradient-to-color: #713f12 !important;
  }

  .lg\:hover\:to-green-50:hover {
    --gradient-to-color: #f0fdf4 !important;
  }

  .lg\:hover\:to-green-100:hover {
    --gradient-to-color: #dcfce7 !important;
  }

  .lg\:hover\:to-green-200:hover {
    --gradient-to-color: #bbf7d0 !important;
  }

  .lg\:hover\:to-green-300:hover {
    --gradient-to-color: #86efac !important;
  }

  .lg\:hover\:to-green-400:hover {
    --gradient-to-color: #4ade80 !important;
  }

  .lg\:hover\:to-green-500:hover {
    --gradient-to-color: #22c55e !important;
  }

  .lg\:hover\:to-green-600:hover {
    --gradient-to-color: #16a34a !important;
  }

  .lg\:hover\:to-green-700:hover {
    --gradient-to-color: #15803d !important;
  }

  .lg\:hover\:to-green-800:hover {
    --gradient-to-color: #166534 !important;
  }

  .lg\:hover\:to-green-900:hover {
    --gradient-to-color: #14532d !important;
  }

  .lg\:hover\:to-teal-50:hover {
    --gradient-to-color: #f0fdfa !important;
  }

  .lg\:hover\:to-teal-100:hover {
    --gradient-to-color: #ccfbf1 !important;
  }

  .lg\:hover\:to-teal-200:hover {
    --gradient-to-color: #99f6e4 !important;
  }

  .lg\:hover\:to-teal-300:hover {
    --gradient-to-color: #5eead4 !important;
  }

  .lg\:hover\:to-teal-400:hover {
    --gradient-to-color: #2dd4bf !important;
  }

  .lg\:hover\:to-teal-500:hover {
    --gradient-to-color: #14b8a6 !important;
  }

  .lg\:hover\:to-teal-600:hover {
    --gradient-to-color: #0d9488 !important;
  }

  .lg\:hover\:to-teal-700:hover {
    --gradient-to-color: #0f766e !important;
  }

  .lg\:hover\:to-teal-800:hover {
    --gradient-to-color: #115e59 !important;
  }

  .lg\:hover\:to-teal-900:hover {
    --gradient-to-color: #134e4a !important;
  }

  .lg\:hover\:to-blue-50:hover {
    --gradient-to-color: #eff6ff !important;
  }

  .lg\:hover\:to-blue-100:hover {
    --gradient-to-color: #dbeafe !important;
  }

  .lg\:hover\:to-blue-200:hover {
    --gradient-to-color: #bfdbfe !important;
  }

  .lg\:hover\:to-blue-300:hover {
    --gradient-to-color: #93c5fd !important;
  }

  .lg\:hover\:to-blue-400:hover {
    --gradient-to-color: #60a5fa !important;
  }

  .lg\:hover\:to-blue-500:hover {
    --gradient-to-color: #3b82f6 !important;
  }

  .lg\:hover\:to-blue-600:hover {
    --gradient-to-color: #2563eb !important;
  }

  .lg\:hover\:to-blue-700:hover {
    --gradient-to-color: #1d4ed8 !important;
  }

  .lg\:hover\:to-blue-800:hover {
    --gradient-to-color: #1e40af !important;
  }

  .lg\:hover\:to-blue-900:hover {
    --gradient-to-color: #1e3a8a !important;
  }

  .lg\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .lg\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .lg\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .lg\:hover\:to-purple-50:hover {
    --gradient-to-color: #f5f3ff !important;
  }

  .lg\:hover\:to-purple-100:hover {
    --gradient-to-color: #ede9fe !important;
  }

  .lg\:hover\:to-purple-200:hover {
    --gradient-to-color: #ddd6fe !important;
  }

  .lg\:hover\:to-purple-300:hover {
    --gradient-to-color: #c4b5fd !important;
  }

  .lg\:hover\:to-purple-400:hover {
    --gradient-to-color: #a78bfa !important;
  }

  .lg\:hover\:to-purple-500:hover {
    --gradient-to-color: #8b5cf6 !important;
  }

  .lg\:hover\:to-purple-600:hover {
    --gradient-to-color: #7c3aed !important;
  }

  .lg\:hover\:to-purple-700:hover {
    --gradient-to-color: #6d28d9 !important;
  }

  .lg\:hover\:to-purple-800:hover {
    --gradient-to-color: #5b21b6 !important;
  }

  .lg\:hover\:to-purple-900:hover {
    --gradient-to-color: #4c1d95 !important;
  }

  .lg\:hover\:to-pink-50:hover {
    --gradient-to-color: #fdf2f8 !important;
  }

  .lg\:hover\:to-pink-100:hover {
    --gradient-to-color: #fce7f3 !important;
  }

  .lg\:hover\:to-pink-200:hover {
    --gradient-to-color: #fbcfe8 !important;
  }

  .lg\:hover\:to-pink-300:hover {
    --gradient-to-color: #f9a8d4 !important;
  }

  .lg\:hover\:to-pink-400:hover {
    --gradient-to-color: #f472b6 !important;
  }

  .lg\:hover\:to-pink-500:hover {
    --gradient-to-color: #ec4899 !important;
  }

  .lg\:hover\:to-pink-600:hover {
    --gradient-to-color: #db2777 !important;
  }

  .lg\:hover\:to-pink-700:hover {
    --gradient-to-color: #be185d !important;
  }

  .lg\:hover\:to-pink-800:hover {
    --gradient-to-color: #9d174d !important;
  }

  .lg\:hover\:to-pink-900:hover {
    --gradient-to-color: #831843 !important;
  }

  .lg\:hover\:to-grey-50:hover {
    --gradient-to-color: #f9fafb !important;
  }

  .lg\:hover\:to-grey-100:hover {
    --gradient-to-color: #f3f4f6 !important;
  }

  .lg\:hover\:to-grey-200:hover {
    --gradient-to-color: #e5e7eb !important;
  }

  .lg\:hover\:to-grey-300:hover {
    --gradient-to-color: #d1d5db !important;
  }

  .lg\:hover\:to-grey-400:hover {
    --gradient-to-color: #9ca3af !important;
  }

  .lg\:hover\:to-grey-500:hover {
    --gradient-to-color: #6b7280 !important;
  }

  .lg\:hover\:to-grey-600:hover {
    --gradient-to-color: #4b5563 !important;
  }

  .lg\:hover\:to-grey-700:hover {
    --gradient-to-color: #374151 !important;
  }

  .lg\:hover\:to-grey-800:hover {
    --gradient-to-color: #1f2937 !important;
  }

  .lg\:hover\:to-grey-900:hover {
    --gradient-to-color: #111827 !important;
  }

  .lg\:hover\:to-grey-light:hover {
    --gradient-to-color: #dae1e7 !important;
  }

  .lg\:hover\:to-primary-light:hover {
    --gradient-to-color: #3F8CFF !important;
  }

  .lg\:hover\:to-primary-DEFAULT:hover {
    --gradient-to-color: #1D4ED8 !important;
  }

  .lg\:hover\:to-primary-dark:hover {
    --gradient-to-color: #1E40AF !important;
  }

  .lg\:hover\:to-secondary-light:hover {
    --gradient-to-color: #FF7C7C !important;
  }

  .lg\:hover\:to-secondary-DEFAULT:hover {
    --gradient-to-color: #EF4444 !important;
  }

  .lg\:hover\:to-secondary-dark:hover {
    --gradient-to-color: #B91C1C !important;
  }

  .lg\:hover\:to-success-light:hover {
    --gradient-to-color: #4ADE80 !important;
  }

  .lg\:hover\:to-success-DEFAULT:hover {
    --gradient-to-color: #16A34A !important;
  }

  .lg\:hover\:to-success-dark:hover {
    --gradient-to-color: #15803D !important;
  }

  .lg\:hover\:to-warning-light:hover {
    --gradient-to-color: #FDE047 !important;
  }

  .lg\:hover\:to-warning-DEFAULT:hover {
    --gradient-to-color: #F59E0B !important;
  }

  .lg\:hover\:to-warning-dark:hover {
    --gradient-to-color: #B45309 !important;
  }

  .lg\:hover\:to-danger-light:hover {
    --gradient-to-color: #F87171 !important;
  }

  .lg\:hover\:to-danger-DEFAULT:hover {
    --gradient-to-color: #DC2626 !important;
  }

  .lg\:hover\:to-danger-dark:hover {
    --gradient-to-color: #991B1B !important;
  }

  .lg\:hover\:to-info-light:hover {
    --gradient-to-color: #60A5FA !important;
  }

  .lg\:hover\:to-info-DEFAULT:hover {
    --gradient-to-color: #3B82F6 !important;
  }

  .lg\:hover\:to-info-dark:hover {
    --gradient-to-color: #1D4ED8 !important;
  }

  .lg\:hover\:to-neutral-light:hover {
    --gradient-to-color: #F3F4F6 !important;
  }

  .lg\:hover\:to-neutral-DEFAULT:hover {
    --gradient-to-color: #9CA3AF !important;
  }

  .lg\:hover\:to-neutral-dark:hover {
    --gradient-to-color: #4B5563 !important;
  }

  .lg\:hover\:to-telegram:hover {
    --gradient-to-color: #0088CC !important;
  }

  .lg\:hover\:to-instagram:hover {
    --gradient-to-color: #C13584 !important;
  }

  .lg\:hover\:to-facebook:hover {
    --gradient-to-color: #3b5998 !important;
  }

  .lg\:hover\:to-whatsapp:hover {
    --gradient-to-color: #25D366 !important;
  }

  .lg\:hover\:to-linkedin:hover {
    --gradient-to-color: #0e76a8 !important;
  }

  .lg\:hover\:to-cyan-50:hover {
    --gradient-to-color: #ecfeff !important;
  }

  .lg\:hover\:to-cyan-100:hover {
    --gradient-to-color: #cffafe !important;
  }

  .lg\:hover\:to-cyan-200:hover {
    --gradient-to-color: #a5f3fc !important;
  }

  .lg\:hover\:to-cyan-300:hover {
    --gradient-to-color: #67e8f9 !important;
  }

  .lg\:hover\:to-cyan-400:hover {
    --gradient-to-color: #22d3ee !important;
  }

  .lg\:hover\:to-cyan-500:hover {
    --gradient-to-color: #06b6d4 !important;
  }

  .lg\:hover\:to-cyan-600:hover {
    --gradient-to-color: #0891b2 !important;
  }

  .lg\:hover\:to-cyan-700:hover {
    --gradient-to-color: #0e7490 !important;
  }

  .lg\:hover\:to-cyan-800:hover {
    --gradient-to-color: #155e75 !important;
  }

  .lg\:hover\:to-cyan-900:hover {
    --gradient-to-color: #164e63 !important;
  }

  .lg\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-black:focus {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:focus\:from-white:focus {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:from-red-50:focus {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:from-red-100:focus {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:from-red-200:focus {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:from-red-300:focus {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:from-red-400:focus {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:from-red-500:focus {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:from-red-600:focus {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:from-red-700:focus {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:from-red-800:focus {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:from-red-900:focus {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:from-orange-50:focus {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:focus\:from-orange-100:focus {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:focus\:from-orange-200:focus {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:focus\:from-orange-300:focus {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:focus\:from-orange-400:focus {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:focus\:from-orange-500:focus {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:focus\:from-orange-600:focus {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:focus\:from-orange-700:focus {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:focus\:from-orange-800:focus {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:focus\:from-orange-900:focus {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:focus\:from-yellow-50:focus {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:focus\:from-yellow-300:focus {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:focus\:from-yellow-400:focus {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:focus\:from-yellow-500:focus {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:focus\:from-yellow-600:focus {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:focus\:from-yellow-700:focus {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:focus\:from-yellow-800:focus {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:focus\:from-yellow-900:focus {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:focus\:from-green-50:focus {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:focus\:from-green-100:focus {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:focus\:from-green-200:focus {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:focus\:from-green-300:focus {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:focus\:from-green-400:focus {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:focus\:from-green-500:focus {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:focus\:from-green-600:focus {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:focus\:from-green-700:focus {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:focus\:from-green-800:focus {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:focus\:from-green-900:focus {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:focus\:from-teal-50:focus {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:focus\:from-teal-100:focus {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:focus\:from-teal-200:focus {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:focus\:from-teal-300:focus {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:focus\:from-teal-400:focus {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:focus\:from-teal-500:focus {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:focus\:from-teal-600:focus {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:focus\:from-teal-700:focus {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:focus\:from-teal-800:focus {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:focus\:from-teal-900:focus {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:focus\:from-blue-50:focus {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-100:focus {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:focus\:from-blue-200:focus {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:focus\:from-blue-300:focus {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:focus\:from-blue-400:focus {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:from-blue-500:focus {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:from-blue-600:focus {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:focus\:from-blue-700:focus {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:from-blue-800:focus {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:from-blue-900:focus {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:from-purple-50:focus {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:focus\:from-purple-100:focus {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:focus\:from-purple-200:focus {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:focus\:from-purple-300:focus {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:focus\:from-purple-400:focus {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:focus\:from-purple-500:focus {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:focus\:from-purple-600:focus {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:focus\:from-purple-700:focus {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:focus\:from-purple-800:focus {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:focus\:from-purple-900:focus {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:focus\:from-pink-50:focus {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:focus\:from-pink-100:focus {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:focus\:from-pink-200:focus {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:focus\:from-pink-300:focus {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:focus\:from-pink-400:focus {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:focus\:from-pink-500:focus {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:focus\:from-pink-600:focus {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:focus\:from-pink-700:focus {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:focus\:from-pink-800:focus {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:focus\:from-pink-900:focus {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:focus\:from-grey-50:focus {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:focus\:from-grey-100:focus {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:focus\:from-grey-200:focus {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:focus\:from-grey-300:focus {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:focus\:from-grey-400:focus {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:from-grey-500:focus {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:from-grey-600:focus {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:from-grey-700:focus {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:focus\:from-grey-800:focus {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:focus\:from-grey-900:focus {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:focus\:from-grey-light:focus {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:focus\:from-primary-light:focus {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .lg\:focus\:from-primary-DEFAULT:focus {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:from-primary-dark:focus {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:from-secondary-light:focus {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .lg\:focus\:from-secondary-DEFAULT:focus {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:from-secondary-dark:focus {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:from-success-light:focus {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:focus\:from-success-DEFAULT:focus {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:focus\:from-success-dark:focus {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:focus\:from-warning-light:focus {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:focus\:from-warning-DEFAULT:focus {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:focus\:from-warning-dark:focus {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:focus\:from-danger-light:focus {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:from-danger-DEFAULT:focus {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:from-danger-dark:focus {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:from-info-light:focus {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:from-info-DEFAULT:focus {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:from-info-dark:focus {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:from-neutral-light:focus {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:focus\:from-neutral-DEFAULT:focus {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:from-neutral-dark:focus {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:from-telegram:focus {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .lg\:focus\:from-instagram:focus {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .lg\:focus\:from-facebook:focus {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .lg\:focus\:from-whatsapp:focus {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .lg\:focus\:from-linkedin:focus {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .lg\:focus\:from-cyan-50:focus {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:focus\:from-cyan-100:focus {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:focus\:from-cyan-200:focus {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:focus\:from-cyan-300:focus {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:focus\:from-cyan-400:focus {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:focus\:from-cyan-500:focus {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:focus\:from-cyan-600:focus {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:focus\:from-cyan-700:focus {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:focus\:from-cyan-800:focus {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:focus\:from-cyan-900:focus {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-black:focus {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .lg\:focus\:via-white:focus {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:via-red-50:focus {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:via-red-100:focus {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:via-red-200:focus {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:via-red-300:focus {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:via-red-400:focus {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:via-red-500:focus {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:via-red-600:focus {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:via-red-700:focus {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:via-red-800:focus {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:via-red-900:focus {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:via-orange-50:focus {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:focus\:via-orange-100:focus {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:focus\:via-orange-200:focus {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:focus\:via-orange-300:focus {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:focus\:via-orange-400:focus {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:focus\:via-orange-500:focus {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:focus\:via-orange-600:focus {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:focus\:via-orange-700:focus {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:focus\:via-orange-800:focus {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:focus\:via-orange-900:focus {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:focus\:via-yellow-50:focus {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:focus\:via-yellow-300:focus {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:focus\:via-yellow-400:focus {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:focus\:via-yellow-500:focus {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:focus\:via-yellow-600:focus {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:focus\:via-yellow-700:focus {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:focus\:via-yellow-800:focus {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:focus\:via-yellow-900:focus {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:focus\:via-green-50:focus {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:focus\:via-green-100:focus {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:focus\:via-green-200:focus {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:focus\:via-green-300:focus {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:focus\:via-green-400:focus {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:focus\:via-green-500:focus {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:focus\:via-green-600:focus {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:focus\:via-green-700:focus {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:focus\:via-green-800:focus {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:focus\:via-green-900:focus {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:focus\:via-teal-50:focus {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:focus\:via-teal-100:focus {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:focus\:via-teal-200:focus {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:focus\:via-teal-300:focus {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:focus\:via-teal-400:focus {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:focus\:via-teal-500:focus {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:focus\:via-teal-600:focus {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:focus\:via-teal-700:focus {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:focus\:via-teal-800:focus {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:focus\:via-teal-900:focus {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:focus\:via-blue-50:focus {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-100:focus {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:focus\:via-blue-200:focus {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:focus\:via-blue-300:focus {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:focus\:via-blue-400:focus {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:via-blue-500:focus {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:via-blue-600:focus {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:focus\:via-blue-700:focus {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:via-blue-800:focus {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:via-blue-900:focus {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:via-purple-50:focus {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:focus\:via-purple-100:focus {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:focus\:via-purple-200:focus {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:focus\:via-purple-300:focus {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:focus\:via-purple-400:focus {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:focus\:via-purple-500:focus {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:focus\:via-purple-600:focus {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:focus\:via-purple-700:focus {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:focus\:via-purple-800:focus {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:focus\:via-purple-900:focus {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:focus\:via-pink-50:focus {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:focus\:via-pink-100:focus {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:focus\:via-pink-200:focus {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:focus\:via-pink-300:focus {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:focus\:via-pink-400:focus {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:focus\:via-pink-500:focus {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:focus\:via-pink-600:focus {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:focus\:via-pink-700:focus {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:focus\:via-pink-800:focus {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:focus\:via-pink-900:focus {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:focus\:via-grey-50:focus {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .lg\:focus\:via-grey-100:focus {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:focus\:via-grey-200:focus {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .lg\:focus\:via-grey-300:focus {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .lg\:focus\:via-grey-400:focus {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:via-grey-500:focus {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .lg\:focus\:via-grey-600:focus {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:via-grey-700:focus {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .lg\:focus\:via-grey-800:focus {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .lg\:focus\:via-grey-900:focus {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .lg\:focus\:via-grey-light:focus {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .lg\:focus\:via-primary-light:focus {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .lg\:focus\:via-primary-DEFAULT:focus {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:via-primary-dark:focus {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:via-secondary-light:focus {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .lg\:focus\:via-secondary-DEFAULT:focus {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:via-secondary-dark:focus {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:via-success-light:focus {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:focus\:via-success-DEFAULT:focus {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:focus\:via-success-dark:focus {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:focus\:via-warning-light:focus {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:focus\:via-warning-DEFAULT:focus {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:focus\:via-warning-dark:focus {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:focus\:via-danger-light:focus {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:via-danger-DEFAULT:focus {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:via-danger-dark:focus {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:via-info-light:focus {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:via-info-DEFAULT:focus {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:via-info-dark:focus {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:via-neutral-light:focus {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .lg\:focus\:via-neutral-DEFAULT:focus {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .lg\:focus\:via-neutral-dark:focus {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:via-telegram:focus {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .lg\:focus\:via-instagram:focus {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .lg\:focus\:via-facebook:focus {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .lg\:focus\:via-whatsapp:focus {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .lg\:focus\:via-linkedin:focus {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .lg\:focus\:via-cyan-50:focus {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:focus\:via-cyan-100:focus {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:focus\:via-cyan-200:focus {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:focus\:via-cyan-300:focus {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:focus\:via-cyan-400:focus {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:focus\:via-cyan-500:focus {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:focus\:via-cyan-600:focus {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:focus\:via-cyan-700:focus {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:focus\:via-cyan-800:focus {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:focus\:via-cyan-900:focus {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .lg\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .lg\:focus\:to-black:focus {
    --gradient-to-color: #22292f !important;
  }

  .lg\:focus\:to-white:focus {
    --gradient-to-color: #ffffff !important;
  }

  .lg\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096 !important;
  }

  .lg\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c !important;
  }

  .lg\:focus\:to-red-50:focus {
    --gradient-to-color: #fef2f2 !important;
  }

  .lg\:focus\:to-red-100:focus {
    --gradient-to-color: #fee2e2 !important;
  }

  .lg\:focus\:to-red-200:focus {
    --gradient-to-color: #fecaca !important;
  }

  .lg\:focus\:to-red-300:focus {
    --gradient-to-color: #fca5a5 !important;
  }

  .lg\:focus\:to-red-400:focus {
    --gradient-to-color: #f87171 !important;
  }

  .lg\:focus\:to-red-500:focus {
    --gradient-to-color: #ef4444 !important;
  }

  .lg\:focus\:to-red-600:focus {
    --gradient-to-color: #dc2626 !important;
  }

  .lg\:focus\:to-red-700:focus {
    --gradient-to-color: #b91c1c !important;
  }

  .lg\:focus\:to-red-800:focus {
    --gradient-to-color: #991b1b !important;
  }

  .lg\:focus\:to-red-900:focus {
    --gradient-to-color: #7f1d1d !important;
  }

  .lg\:focus\:to-orange-50:focus {
    --gradient-to-color: #fff7ed !important;
  }

  .lg\:focus\:to-orange-100:focus {
    --gradient-to-color: #ffedd5 !important;
  }

  .lg\:focus\:to-orange-200:focus {
    --gradient-to-color: #fed7aa !important;
  }

  .lg\:focus\:to-orange-300:focus {
    --gradient-to-color: #fdba74 !important;
  }

  .lg\:focus\:to-orange-400:focus {
    --gradient-to-color: #fb923c !important;
  }

  .lg\:focus\:to-orange-500:focus {
    --gradient-to-color: #f97316 !important;
  }

  .lg\:focus\:to-orange-600:focus {
    --gradient-to-color: #ea580c !important;
  }

  .lg\:focus\:to-orange-700:focus {
    --gradient-to-color: #c2410c !important;
  }

  .lg\:focus\:to-orange-800:focus {
    --gradient-to-color: #9a3412 !important;
  }

  .lg\:focus\:to-orange-900:focus {
    --gradient-to-color: #7c2d12 !important;
  }

  .lg\:focus\:to-yellow-50:focus {
    --gradient-to-color: #fefce8 !important;
  }

  .lg\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fef9c3 !important;
  }

  .lg\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fef08a !important;
  }

  .lg\:focus\:to-yellow-300:focus {
    --gradient-to-color: #fde047 !important;
  }

  .lg\:focus\:to-yellow-400:focus {
    --gradient-to-color: #facc15 !important;
  }

  .lg\:focus\:to-yellow-500:focus {
    --gradient-to-color: #eab308 !important;
  }

  .lg\:focus\:to-yellow-600:focus {
    --gradient-to-color: #ca8a04 !important;
  }

  .lg\:focus\:to-yellow-700:focus {
    --gradient-to-color: #a16207 !important;
  }

  .lg\:focus\:to-yellow-800:focus {
    --gradient-to-color: #854d0e !important;
  }

  .lg\:focus\:to-yellow-900:focus {
    --gradient-to-color: #713f12 !important;
  }

  .lg\:focus\:to-green-50:focus {
    --gradient-to-color: #f0fdf4 !important;
  }

  .lg\:focus\:to-green-100:focus {
    --gradient-to-color: #dcfce7 !important;
  }

  .lg\:focus\:to-green-200:focus {
    --gradient-to-color: #bbf7d0 !important;
  }

  .lg\:focus\:to-green-300:focus {
    --gradient-to-color: #86efac !important;
  }

  .lg\:focus\:to-green-400:focus {
    --gradient-to-color: #4ade80 !important;
  }

  .lg\:focus\:to-green-500:focus {
    --gradient-to-color: #22c55e !important;
  }

  .lg\:focus\:to-green-600:focus {
    --gradient-to-color: #16a34a !important;
  }

  .lg\:focus\:to-green-700:focus {
    --gradient-to-color: #15803d !important;
  }

  .lg\:focus\:to-green-800:focus {
    --gradient-to-color: #166534 !important;
  }

  .lg\:focus\:to-green-900:focus {
    --gradient-to-color: #14532d !important;
  }

  .lg\:focus\:to-teal-50:focus {
    --gradient-to-color: #f0fdfa !important;
  }

  .lg\:focus\:to-teal-100:focus {
    --gradient-to-color: #ccfbf1 !important;
  }

  .lg\:focus\:to-teal-200:focus {
    --gradient-to-color: #99f6e4 !important;
  }

  .lg\:focus\:to-teal-300:focus {
    --gradient-to-color: #5eead4 !important;
  }

  .lg\:focus\:to-teal-400:focus {
    --gradient-to-color: #2dd4bf !important;
  }

  .lg\:focus\:to-teal-500:focus {
    --gradient-to-color: #14b8a6 !important;
  }

  .lg\:focus\:to-teal-600:focus {
    --gradient-to-color: #0d9488 !important;
  }

  .lg\:focus\:to-teal-700:focus {
    --gradient-to-color: #0f766e !important;
  }

  .lg\:focus\:to-teal-800:focus {
    --gradient-to-color: #115e59 !important;
  }

  .lg\:focus\:to-teal-900:focus {
    --gradient-to-color: #134e4a !important;
  }

  .lg\:focus\:to-blue-50:focus {
    --gradient-to-color: #eff6ff !important;
  }

  .lg\:focus\:to-blue-100:focus {
    --gradient-to-color: #dbeafe !important;
  }

  .lg\:focus\:to-blue-200:focus {
    --gradient-to-color: #bfdbfe !important;
  }

  .lg\:focus\:to-blue-300:focus {
    --gradient-to-color: #93c5fd !important;
  }

  .lg\:focus\:to-blue-400:focus {
    --gradient-to-color: #60a5fa !important;
  }

  .lg\:focus\:to-blue-500:focus {
    --gradient-to-color: #3b82f6 !important;
  }

  .lg\:focus\:to-blue-600:focus {
    --gradient-to-color: #2563eb !important;
  }

  .lg\:focus\:to-blue-700:focus {
    --gradient-to-color: #1d4ed8 !important;
  }

  .lg\:focus\:to-blue-800:focus {
    --gradient-to-color: #1e40af !important;
  }

  .lg\:focus\:to-blue-900:focus {
    --gradient-to-color: #1e3a8a !important;
  }

  .lg\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .lg\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .lg\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .lg\:focus\:to-purple-50:focus {
    --gradient-to-color: #f5f3ff !important;
  }

  .lg\:focus\:to-purple-100:focus {
    --gradient-to-color: #ede9fe !important;
  }

  .lg\:focus\:to-purple-200:focus {
    --gradient-to-color: #ddd6fe !important;
  }

  .lg\:focus\:to-purple-300:focus {
    --gradient-to-color: #c4b5fd !important;
  }

  .lg\:focus\:to-purple-400:focus {
    --gradient-to-color: #a78bfa !important;
  }

  .lg\:focus\:to-purple-500:focus {
    --gradient-to-color: #8b5cf6 !important;
  }

  .lg\:focus\:to-purple-600:focus {
    --gradient-to-color: #7c3aed !important;
  }

  .lg\:focus\:to-purple-700:focus {
    --gradient-to-color: #6d28d9 !important;
  }

  .lg\:focus\:to-purple-800:focus {
    --gradient-to-color: #5b21b6 !important;
  }

  .lg\:focus\:to-purple-900:focus {
    --gradient-to-color: #4c1d95 !important;
  }

  .lg\:focus\:to-pink-50:focus {
    --gradient-to-color: #fdf2f8 !important;
  }

  .lg\:focus\:to-pink-100:focus {
    --gradient-to-color: #fce7f3 !important;
  }

  .lg\:focus\:to-pink-200:focus {
    --gradient-to-color: #fbcfe8 !important;
  }

  .lg\:focus\:to-pink-300:focus {
    --gradient-to-color: #f9a8d4 !important;
  }

  .lg\:focus\:to-pink-400:focus {
    --gradient-to-color: #f472b6 !important;
  }

  .lg\:focus\:to-pink-500:focus {
    --gradient-to-color: #ec4899 !important;
  }

  .lg\:focus\:to-pink-600:focus {
    --gradient-to-color: #db2777 !important;
  }

  .lg\:focus\:to-pink-700:focus {
    --gradient-to-color: #be185d !important;
  }

  .lg\:focus\:to-pink-800:focus {
    --gradient-to-color: #9d174d !important;
  }

  .lg\:focus\:to-pink-900:focus {
    --gradient-to-color: #831843 !important;
  }

  .lg\:focus\:to-grey-50:focus {
    --gradient-to-color: #f9fafb !important;
  }

  .lg\:focus\:to-grey-100:focus {
    --gradient-to-color: #f3f4f6 !important;
  }

  .lg\:focus\:to-grey-200:focus {
    --gradient-to-color: #e5e7eb !important;
  }

  .lg\:focus\:to-grey-300:focus {
    --gradient-to-color: #d1d5db !important;
  }

  .lg\:focus\:to-grey-400:focus {
    --gradient-to-color: #9ca3af !important;
  }

  .lg\:focus\:to-grey-500:focus {
    --gradient-to-color: #6b7280 !important;
  }

  .lg\:focus\:to-grey-600:focus {
    --gradient-to-color: #4b5563 !important;
  }

  .lg\:focus\:to-grey-700:focus {
    --gradient-to-color: #374151 !important;
  }

  .lg\:focus\:to-grey-800:focus {
    --gradient-to-color: #1f2937 !important;
  }

  .lg\:focus\:to-grey-900:focus {
    --gradient-to-color: #111827 !important;
  }

  .lg\:focus\:to-grey-light:focus {
    --gradient-to-color: #dae1e7 !important;
  }

  .lg\:focus\:to-primary-light:focus {
    --gradient-to-color: #3F8CFF !important;
  }

  .lg\:focus\:to-primary-DEFAULT:focus {
    --gradient-to-color: #1D4ED8 !important;
  }

  .lg\:focus\:to-primary-dark:focus {
    --gradient-to-color: #1E40AF !important;
  }

  .lg\:focus\:to-secondary-light:focus {
    --gradient-to-color: #FF7C7C !important;
  }

  .lg\:focus\:to-secondary-DEFAULT:focus {
    --gradient-to-color: #EF4444 !important;
  }

  .lg\:focus\:to-secondary-dark:focus {
    --gradient-to-color: #B91C1C !important;
  }

  .lg\:focus\:to-success-light:focus {
    --gradient-to-color: #4ADE80 !important;
  }

  .lg\:focus\:to-success-DEFAULT:focus {
    --gradient-to-color: #16A34A !important;
  }

  .lg\:focus\:to-success-dark:focus {
    --gradient-to-color: #15803D !important;
  }

  .lg\:focus\:to-warning-light:focus {
    --gradient-to-color: #FDE047 !important;
  }

  .lg\:focus\:to-warning-DEFAULT:focus {
    --gradient-to-color: #F59E0B !important;
  }

  .lg\:focus\:to-warning-dark:focus {
    --gradient-to-color: #B45309 !important;
  }

  .lg\:focus\:to-danger-light:focus {
    --gradient-to-color: #F87171 !important;
  }

  .lg\:focus\:to-danger-DEFAULT:focus {
    --gradient-to-color: #DC2626 !important;
  }

  .lg\:focus\:to-danger-dark:focus {
    --gradient-to-color: #991B1B !important;
  }

  .lg\:focus\:to-info-light:focus {
    --gradient-to-color: #60A5FA !important;
  }

  .lg\:focus\:to-info-DEFAULT:focus {
    --gradient-to-color: #3B82F6 !important;
  }

  .lg\:focus\:to-info-dark:focus {
    --gradient-to-color: #1D4ED8 !important;
  }

  .lg\:focus\:to-neutral-light:focus {
    --gradient-to-color: #F3F4F6 !important;
  }

  .lg\:focus\:to-neutral-DEFAULT:focus {
    --gradient-to-color: #9CA3AF !important;
  }

  .lg\:focus\:to-neutral-dark:focus {
    --gradient-to-color: #4B5563 !important;
  }

  .lg\:focus\:to-telegram:focus {
    --gradient-to-color: #0088CC !important;
  }

  .lg\:focus\:to-instagram:focus {
    --gradient-to-color: #C13584 !important;
  }

  .lg\:focus\:to-facebook:focus {
    --gradient-to-color: #3b5998 !important;
  }

  .lg\:focus\:to-whatsapp:focus {
    --gradient-to-color: #25D366 !important;
  }

  .lg\:focus\:to-linkedin:focus {
    --gradient-to-color: #0e76a8 !important;
  }

  .lg\:focus\:to-cyan-50:focus {
    --gradient-to-color: #ecfeff !important;
  }

  .lg\:focus\:to-cyan-100:focus {
    --gradient-to-color: #cffafe !important;
  }

  .lg\:focus\:to-cyan-200:focus {
    --gradient-to-color: #a5f3fc !important;
  }

  .lg\:focus\:to-cyan-300:focus {
    --gradient-to-color: #67e8f9 !important;
  }

  .lg\:focus\:to-cyan-400:focus {
    --gradient-to-color: #22d3ee !important;
  }

  .lg\:focus\:to-cyan-500:focus {
    --gradient-to-color: #06b6d4 !important;
  }

  .lg\:focus\:to-cyan-600:focus {
    --gradient-to-color: #0891b2 !important;
  }

  .lg\:focus\:to-cyan-700:focus {
    --gradient-to-color: #0e7490 !important;
  }

  .lg\:focus\:to-cyan-800:focus {
    --gradient-to-color: #155e75 !important;
  }

  .lg\:focus\:to-cyan-900:focus {
    --gradient-to-color: #164e63 !important;
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .lg\:bg-auto {
    background-size: auto !important;
  }

  [dir] .lg\:bg-cover {
    background-size: cover !important;
  }

  [dir] .lg\:bg-contain {
    background-size: contain !important;
  }

  [dir] .lg\:border-transparent {
    border-color: transparent !important;
  }

  [dir] .lg\:border-current {
    border-color: currentColor !important;
  }

  .lg\:border-black {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-black {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .lg\:border-white {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-white {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:border-gray-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-100 {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:border-gray-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-200 {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:border-gray-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-300 {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:border-gray-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-400 {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:border-gray-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-500 {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:border-gray-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-600 {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:border-gray-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-700 {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:border-gray-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-800 {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:border-gray-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-gray-900 {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:border-red-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-50 {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:border-red-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-100 {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .lg\:border-red-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-200 {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .lg\:border-red-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-300 {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .lg\:border-red-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-400 {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .lg\:border-red-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-500 {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .lg\:border-red-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-600 {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:border-red-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-700 {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:border-red-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-800 {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .lg\:border-red-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-red-900 {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:border-orange-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-50 {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .lg\:border-orange-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-100 {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .lg\:border-orange-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-200 {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .lg\:border-orange-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-300 {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .lg\:border-orange-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-400 {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .lg\:border-orange-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-500 {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .lg\:border-orange-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-600 {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .lg\:border-orange-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-700 {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .lg\:border-orange-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-800 {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .lg\:border-orange-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-orange-900 {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-50 {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-100 {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-200 {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-300 {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-400 {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-500 {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-600 {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-700 {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-800 {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-yellow-900 {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .lg\:border-green-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-50 {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .lg\:border-green-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-100 {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .lg\:border-green-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-200 {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .lg\:border-green-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-300 {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .lg\:border-green-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-400 {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .lg\:border-green-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-500 {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .lg\:border-green-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-600 {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .lg\:border-green-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-700 {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .lg\:border-green-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-800 {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .lg\:border-green-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-green-900 {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .lg\:border-teal-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-50 {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .lg\:border-teal-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-100 {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .lg\:border-teal-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-200 {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .lg\:border-teal-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-300 {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .lg\:border-teal-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-400 {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .lg\:border-teal-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-500 {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .lg\:border-teal-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-600 {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .lg\:border-teal-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-700 {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .lg\:border-teal-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-800 {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .lg\:border-teal-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-teal-900 {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .lg\:border-blue-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-50 {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .lg\:border-blue-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-100 {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .lg\:border-blue-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-200 {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .lg\:border-blue-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-300 {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .lg\:border-blue-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-400 {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .lg\:border-blue-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-500 {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .lg\:border-blue-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-600 {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .lg\:border-blue-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-700 {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:border-blue-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-800 {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .lg\:border-blue-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-blue-900 {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-100 {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-200 {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-300 {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-400 {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-500 {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-600 {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-700 {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-800 {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-indigo-900 {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:border-purple-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-50 {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .lg\:border-purple-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-100 {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .lg\:border-purple-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-200 {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .lg\:border-purple-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-300 {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .lg\:border-purple-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-400 {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .lg\:border-purple-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-500 {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .lg\:border-purple-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-600 {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .lg\:border-purple-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-700 {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .lg\:border-purple-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-800 {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .lg\:border-purple-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-purple-900 {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .lg\:border-pink-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-50 {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .lg\:border-pink-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-100 {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .lg\:border-pink-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-200 {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .lg\:border-pink-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-300 {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .lg\:border-pink-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-400 {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .lg\:border-pink-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-500 {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .lg\:border-pink-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-600 {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .lg\:border-pink-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-700 {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .lg\:border-pink-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-800 {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .lg\:border-pink-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-pink-900 {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .lg\:border-grey-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-50 {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .lg\:border-grey-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-100 {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .lg\:border-grey-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-200 {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .lg\:border-grey-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-300 {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .lg\:border-grey-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-400 {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .lg\:border-grey-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-500 {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .lg\:border-grey-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-600 {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .lg\:border-grey-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-700 {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .lg\:border-grey-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-800 {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .lg\:border-grey-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-900 {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .lg\:border-grey-light {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-grey-light {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .lg\:border-primary-light {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-primary-light {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
  }

  .lg\:border-primary-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-primary-DEFAULT {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:border-primary-dark {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-primary-dark {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .lg\:border-secondary-light {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-secondary-light {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
  }

  .lg\:border-secondary-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-secondary-DEFAULT {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .lg\:border-secondary-dark {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-secondary-dark {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:border-success-light {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-success-light {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .lg\:border-success-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-success-DEFAULT {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .lg\:border-success-dark {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-success-dark {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .lg\:border-warning-light {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-warning-light {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .lg\:border-warning-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-warning-DEFAULT {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .lg\:border-warning-dark {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-warning-dark {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .lg\:border-danger-light {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-danger-light {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .lg\:border-danger-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-danger-DEFAULT {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:border-danger-dark {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-danger-dark {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .lg\:border-info-light {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-info-light {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .lg\:border-info-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-info-DEFAULT {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .lg\:border-info-dark {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-info-dark {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:border-neutral-light {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-neutral-light {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .lg\:border-neutral-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-neutral-DEFAULT {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .lg\:border-neutral-dark {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-neutral-dark {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .lg\:border-telegram {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-telegram {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
  }

  .lg\:border-instagram {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-instagram {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
  }

  .lg\:border-facebook {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-facebook {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
  }

  .lg\:border-whatsapp {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-whatsapp {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
  }

  .lg\:border-linkedin {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-linkedin {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-50 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-50 {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-100 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-100 {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-200 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-200 {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-300 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-300 {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-400 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-400 {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-500 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-500 {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-600 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-600 {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-700 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-700 {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-800 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-800 {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .lg\:border-cyan-900 {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-cyan-900 {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  [dir] .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  [dir] .lg\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .lg\:hover\:border-black:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-black:hover {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-white:hover {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-50:hover {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-100:hover {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-200:hover {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-300:hover {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-400:hover {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-500:hover {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-600:hover {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-700:hover {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-800:hover {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-red-900:hover {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-50:hover {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-100:hover {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-200:hover {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-300:hover {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-400:hover {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-500:hover {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-600:hover {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-700:hover {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-800:hover {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-orange-900:hover {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-50:hover {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-100:hover {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-200:hover {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-300:hover {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-400:hover {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-500:hover {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-600:hover {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-700:hover {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-800:hover {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-yellow-900:hover {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-50:hover {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-100:hover {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-200:hover {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-300:hover {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-400:hover {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-500:hover {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-600:hover {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-700:hover {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-800:hover {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-green-900:hover {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-50:hover {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-100:hover {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-200:hover {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-300:hover {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-400:hover {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-500:hover {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-600:hover {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-700:hover {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-800:hover {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-teal-900:hover {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-50:hover {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-100:hover {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-200:hover {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-300:hover {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-400:hover {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-500:hover {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-600:hover {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-700:hover {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-800:hover {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-blue-900:hover {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-50:hover {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-100:hover {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-200:hover {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-300:hover {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-400:hover {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-500:hover {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-600:hover {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-700:hover {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-800:hover {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-purple-900:hover {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-50:hover {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-100:hover {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-200:hover {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-300:hover {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-400:hover {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-500:hover {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-600:hover {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-700:hover {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-800:hover {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-pink-900:hover {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-50:hover {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-100:hover {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-200:hover {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-300:hover {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-400:hover {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-500:hover {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-600:hover {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-700:hover {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-800:hover {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-900:hover {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-grey-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-primary-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-primary-light:hover {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-primary-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-primary-DEFAULT:hover {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-primary-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-primary-dark:hover {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-secondary-light:hover {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-secondary-DEFAULT:hover {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-secondary-dark:hover {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-success-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-success-light:hover {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-success-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-success-DEFAULT:hover {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-success-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-success-dark:hover {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-warning-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-warning-light:hover {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-warning-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-warning-DEFAULT:hover {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-warning-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-warning-dark:hover {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-danger-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-danger-light:hover {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-danger-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-danger-DEFAULT:hover {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-danger-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-danger-dark:hover {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-info-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-info-light:hover {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-info-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-info-DEFAULT:hover {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-info-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-info-dark:hover {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-neutral-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-neutral-light:hover {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-neutral-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-neutral-DEFAULT:hover {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-neutral-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-neutral-dark:hover {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-telegram:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-telegram:hover {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-instagram:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-instagram:hover {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-facebook:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-facebook:hover {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-whatsapp:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-whatsapp:hover {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-linkedin:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-linkedin:hover {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-50:hover {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-100:hover {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-200:hover {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-300:hover {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-400:hover {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-500:hover {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-600:hover {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-700:hover {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-800:hover {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:hover\:border-cyan-900:hover {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  [dir] .lg\:border-solid {
    border-style: solid !important;
  }

  [dir] .lg\:border-dashed {
    border-style: dashed !important;
  }

  [dir] .lg\:border-dotted {
    border-style: dotted !important;
  }

  [dir] .lg\:border-double {
    border-style: double !important;
  }

  [dir] .lg\:border-none {
    border-style: none !important;
  }

  [dir] .lg\:border-0 {
    border-width: 0 !important;
  }

  [dir] .lg\:border-2 {
    border-width: 2px !important;
  }

  [dir] .lg\:border-4 {
    border-width: 4px !important;
  }

  [dir] .lg\:border-8 {
    border-width: 8px !important;
  }

  [dir] .lg\:border {
    border-width: 1px !important;
  }

  [dir] .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  [dir=ltr] .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  [dir=rtl] .lg\:border-r-0 {
    border-left-width: 0 !important;
  }

  [dir] .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  [dir=ltr] .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  [dir=rtl] .lg\:border-l-0 {
    border-right-width: 0 !important;
  }

  [dir] .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  [dir=ltr] .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  [dir=rtl] .lg\:border-r-2 {
    border-left-width: 2px !important;
  }

  [dir] .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  [dir=ltr] .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  [dir=rtl] .lg\:border-l-2 {
    border-right-width: 2px !important;
  }

  [dir] .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  [dir=ltr] .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  [dir=rtl] .lg\:border-r-4 {
    border-left-width: 4px !important;
  }

  [dir] .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  [dir=ltr] .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  [dir=rtl] .lg\:border-l-4 {
    border-right-width: 4px !important;
  }

  [dir] .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  [dir=ltr] .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  [dir=rtl] .lg\:border-r-8 {
    border-left-width: 8px !important;
  }

  [dir] .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  [dir=ltr] .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  [dir=rtl] .lg\:border-l-8 {
    border-right-width: 8px !important;
  }

  [dir] .lg\:border-t {
    border-top-width: 1px !important;
  }

  [dir=ltr] .lg\:border-r {
    border-right-width: 1px !important;
  }

  [dir=rtl] .lg\:border-r {
    border-left-width: 1px !important;
  }

  [dir] .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  [dir=ltr] .lg\:border-l {
    border-left-width: 1px !important;
  }

  [dir=rtl] .lg\:border-l {
    border-right-width: 1px !important;
  }

  .lg\:box-border {
    box-sizing: border-box !important;
  }

  .lg\:box-content {
    box-sizing: content-box !important;
  }

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

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:inline-flex {
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-caption {
    display: table-caption !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:table-column {
    display: table-column !important;
  }

  .lg\:table-column-group {
    display: table-column-group !important;
  }

  .lg\:table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:table-header-group {
    display: table-header-group !important;
  }

  .lg\:table-row-group {
    display: table-row-group !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:flow-root {
    display: flow-root !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:inline-grid {
    display: inline-grid !important;
  }

  .lg\:contents {
    display: contents !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .lg\:place-items-auto {
    place-items: auto !important;
  }

  .lg\:place-items-start {
    place-items: start !important;
  }

  .lg\:place-items-end {
    place-items: end !important;
  }

  .lg\:place-items-center {
    place-items: center !important;
  }

  .lg\:place-items-stretch {
    place-items: stretch !important;
  }

  .lg\:place-content-center {
    place-content: center !important;
  }

  .lg\:place-content-start {
    place-content: start !important;
  }

  .lg\:place-content-end {
    place-content: end !important;
  }

  .lg\:place-content-between {
    place-content: space-between !important;
  }

  .lg\:place-content-around {
    place-content: space-around !important;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch {
    place-content: stretch !important;
  }

  .lg\:place-self-auto {
    place-self: auto !important;
  }

  .lg\:place-self-start {
    place-self: start !important;
  }

  .lg\:place-self-end {
    place-self: end !important;
  }

  .lg\:place-self-center {
    place-self: center !important;
  }

  .lg\:place-self-stretch {
    place-self: stretch !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:items-baseline {
    align-items: baseline !important;
  }

  .lg\:items-stretch {
    align-items: stretch !important;
  }

  .lg\:content-center {
    align-content: center !important;
  }

  .lg\:content-start {
    align-content: flex-start !important;
  }

  .lg\:content-end {
    align-content: flex-end !important;
  }

  .lg\:content-between {
    align-content: space-between !important;
  }

  .lg\:content-around {
    align-content: space-around !important;
  }

  .lg\:content-evenly {
    align-content: space-evenly !important;
  }

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:self-center {
    align-self: center !important;
  }

  .lg\:self-stretch {
    align-self: stretch !important;
  }

  .lg\:justify-items-auto {
    justify-items: auto !important;
  }

  .lg\:justify-items-start {
    justify-items: start !important;
  }

  .lg\:justify-items-end {
    justify-items: end !important;
  }

  .lg\:justify-items-center {
    justify-items: center !important;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:justify-around {
    justify-content: space-around !important;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg\:justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:justify-self-start {
    justify-self: start !important;
  }

  .lg\:justify-self-end {
    justify-self: end !important;
  }

  .lg\:justify-self-center {
    justify-self: center !important;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    flex: none !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:order-3 {
    order: 3 !important;
  }

  .lg\:order-4 {
    order: 4 !important;
  }

  .lg\:order-5 {
    order: 5 !important;
  }

  .lg\:order-6 {
    order: 6 !important;
  }

  .lg\:order-first {
    order: -1 !important;
  }

  .lg\:order-last {
    order: 999 !important;
  }

  .lg\:order-normal {
    order: 0 !important;
  }

  .lg\:hover\:order-1:hover {
    order: 1 !important;
  }

  .lg\:hover\:order-2:hover {
    order: 2 !important;
  }

  .lg\:hover\:order-3:hover {
    order: 3 !important;
  }

  .lg\:hover\:order-4:hover {
    order: 4 !important;
  }

  .lg\:hover\:order-5:hover {
    order: 5 !important;
  }

  .lg\:hover\:order-6:hover {
    order: 6 !important;
  }

  .lg\:hover\:order-first:hover {
    order: -1 !important;
  }

  .lg\:hover\:order-last:hover {
    order: 999 !important;
  }

  .lg\:hover\:order-normal:hover {
    order: 0 !important;
  }

  .lg\:focus\:order-1:focus {
    order: 1 !important;
  }

  .lg\:focus\:order-2:focus {
    order: 2 !important;
  }

  .lg\:focus\:order-3:focus {
    order: 3 !important;
  }

  .lg\:focus\:order-4:focus {
    order: 4 !important;
  }

  .lg\:focus\:order-5:focus {
    order: 5 !important;
  }

  .lg\:focus\:order-6:focus {
    order: 6 !important;
  }

  .lg\:focus\:order-first:focus {
    order: -1 !important;
  }

  .lg\:focus\:order-last:focus {
    order: 999 !important;
  }

  .lg\:focus\:order-normal:focus {
    order: 0 !important;
  }

  [dir=ltr] .lg\:float-right {
    float: right !important;
  }

  [dir=rtl] .lg\:float-right {
    float: left !important;
  }

  [dir=ltr] .lg\:float-left {
    float: left !important;
  }

  [dir=rtl] .lg\:float-left {
    float: right !important;
  }

  [dir] .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
  }

  [dir] .lg\:clearfix:after {
    clear: both !important;
  }

  [dir=ltr] .lg\:clear-left {
    clear: left !important;
  }

  [dir=rtl] .lg\:clear-left {
    clear: right !important;
  }

  [dir=ltr] .lg\:clear-right {
    clear: right !important;
  }

  [dir=rtl] .lg\:clear-right {
    clear: left !important;
  }

  [dir] .lg\:clear-both {
    clear: both !important;
  }

  [dir] .lg\:clear-none {
    clear: none !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:h-1 {
    height: 0.25rem !important;
  }

  .lg\:h-2 {
    height: 0.5rem !important;
  }

  .lg\:h-3 {
    height: 0.75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-5 {
    height: 1.25rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:text-xs {
    font-size: .75rem !important;
  }

  .lg\:text-sm {
    font-size: .875rem !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem !important;
  }

  .lg\:text-6xl {
    font-size: 4rem !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  [dir] .lg\:m-0 {
    margin: 0 !important;
  }

  [dir] .lg\:m-1 {
    margin: 0.25rem !important;
  }

  [dir] .lg\:m-2 {
    margin: 0.5rem !important;
  }

  [dir] .lg\:m-3 {
    margin: 0.75rem !important;
  }

  [dir] .lg\:m-4 {
    margin: 1rem !important;
  }

  [dir] .lg\:m-5 {
    margin: 1.25rem !important;
  }

  [dir] .lg\:m-6 {
    margin: 1.5rem !important;
  }

  [dir] .lg\:m-8 {
    margin: 2rem !important;
  }

  [dir] .lg\:m-10 {
    margin: 2.5rem !important;
  }

  [dir] .lg\:m-12 {
    margin: 3rem !important;
  }

  [dir] .lg\:m-16 {
    margin: 4rem !important;
  }

  [dir] .lg\:m-20 {
    margin: 5rem !important;
  }

  [dir] .lg\:m-24 {
    margin: 6rem !important;
  }

  [dir] .lg\:m-32 {
    margin: 8rem !important;
  }

  [dir] .lg\:m-auto {
    margin: auto !important;
  }

  [dir] .lg\:m-px {
    margin: 1px !important;
  }

  [dir] .lg\:m-base {
    margin: 2.2rem !important;
  }

  [dir] .lg\:-m-px {
    margin: -1px !important;
  }

  [dir] .lg\:-m-1 {
    margin: -0.25rem !important;
  }

  [dir] .lg\:-m-2 {
    margin: -0.5rem !important;
  }

  [dir] .lg\:-m-3 {
    margin: -0.75rem !important;
  }

  [dir] .lg\:-m-4 {
    margin: -1rem !important;
  }

  [dir] .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  [dir=ltr] .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [dir=rtl] .lg\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  [dir] .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .lg\:mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  [dir] .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .lg\:mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  [dir] .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  [dir=ltr] .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  [dir=rtl] .lg\:mx-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  [dir] .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  [dir=rtl] .lg\:mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  [dir] .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  [dir=ltr] .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  [dir=rtl] .lg\:mx-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  [dir] .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .lg\:mx-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  [dir] .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  [dir=ltr] .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  [dir=rtl] .lg\:mx-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  [dir] .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  [dir=ltr] .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  [dir=rtl] .lg\:mx-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  [dir] .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  [dir=rtl] .lg\:mx-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  [dir] .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  [dir=ltr] .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  [dir=rtl] .lg\:mx-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  [dir] .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  [dir=ltr] .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  [dir=rtl] .lg\:mx-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  [dir] .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  [dir=ltr] .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  [dir=rtl] .lg\:mx-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  [dir] .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  [dir=ltr] .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  [dir=rtl] .lg\:mx-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  [dir] .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  [dir=ltr] .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  [dir=rtl] .lg\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  [dir] .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  [dir=ltr] .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  [dir=rtl] .lg\:mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  [dir] .lg\:my-base {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  [dir=ltr] .lg\:mx-base {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }

  [dir=rtl] .lg\:mx-base {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  [dir] .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  [dir=ltr] .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  [dir=rtl] .lg\:-mx-px {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }

  [dir] .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .lg\:-mx-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  [dir] .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .lg\:-mx-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  [dir] .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  [dir=ltr] .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  [dir=rtl] .lg\:-mx-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  [dir] .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  [dir=rtl] .lg\:-mx-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  [dir] .lg\:mt-0 {
    margin-top: 0 !important;
  }

  [dir=ltr] .lg\:mr-0 {
    margin-right: 0 !important;
  }

  [dir=rtl] .lg\:mr-0 {
    margin-left: 0 !important;
  }

  [dir] .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  [dir=ltr] .lg\:ml-0 {
    margin-left: 0 !important;
  }

  [dir=rtl] .lg\:ml-0 {
    margin-right: 0 !important;
  }

  [dir] .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }

  [dir=ltr] .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .lg\:mr-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }

  [dir=rtl] .lg\:ml-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  [dir=ltr] .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .lg\:mr-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  [dir=rtl] .lg\:ml-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  [dir=ltr] .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  [dir=rtl] .lg\:mr-3 {
    margin-left: 0.75rem !important;
  }

  [dir] .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  [dir=ltr] .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  [dir=rtl] .lg\:ml-3 {
    margin-right: 0.75rem !important;
  }

  [dir] .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  [dir=ltr] .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  [dir=rtl] .lg\:mr-4 {
    margin-left: 1rem !important;
  }

  [dir] .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  [dir=rtl] .lg\:ml-4 {
    margin-right: 1rem !important;
  }

  [dir] .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  [dir=ltr] .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  [dir=rtl] .lg\:mr-5 {
    margin-left: 1.25rem !important;
  }

  [dir] .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  [dir=ltr] .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  [dir=rtl] .lg\:ml-5 {
    margin-right: 1.25rem !important;
  }

  [dir] .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  [dir=ltr] .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .lg\:mr-6 {
    margin-left: 1.5rem !important;
  }

  [dir] .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  [dir=rtl] .lg\:ml-6 {
    margin-right: 1.5rem !important;
  }

  [dir] .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  [dir=ltr] .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  [dir=rtl] .lg\:mr-8 {
    margin-left: 2rem !important;
  }

  [dir] .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  [dir=ltr] .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  [dir=rtl] .lg\:ml-8 {
    margin-right: 2rem !important;
  }

  [dir] .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  [dir=ltr] .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  [dir=rtl] .lg\:mr-10 {
    margin-left: 2.5rem !important;
  }

  [dir] .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  [dir=ltr] .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  [dir=rtl] .lg\:ml-10 {
    margin-right: 2.5rem !important;
  }

  [dir] .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  [dir=ltr] .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  [dir=rtl] .lg\:mr-12 {
    margin-left: 3rem !important;
  }

  [dir] .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  [dir=rtl] .lg\:ml-12 {
    margin-right: 3rem !important;
  }

  [dir] .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  [dir=ltr] .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  [dir=rtl] .lg\:mr-16 {
    margin-left: 4rem !important;
  }

  [dir] .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  [dir=ltr] .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  [dir=rtl] .lg\:ml-16 {
    margin-right: 4rem !important;
  }

  [dir] .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  [dir=ltr] .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  [dir=rtl] .lg\:mr-20 {
    margin-left: 5rem !important;
  }

  [dir] .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  [dir=ltr] .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  [dir=rtl] .lg\:ml-20 {
    margin-right: 5rem !important;
  }

  [dir] .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  [dir=ltr] .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  [dir=rtl] .lg\:mr-24 {
    margin-left: 6rem !important;
  }

  [dir] .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  [dir=ltr] .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  [dir=rtl] .lg\:ml-24 {
    margin-right: 6rem !important;
  }

  [dir] .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  [dir=ltr] .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  [dir=rtl] .lg\:mr-32 {
    margin-left: 8rem !important;
  }

  [dir] .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  [dir=ltr] .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  [dir=rtl] .lg\:ml-32 {
    margin-right: 8rem !important;
  }

  [dir] .lg\:mt-auto {
    margin-top: auto !important;
  }

  [dir=ltr] .lg\:mr-auto {
    margin-right: auto !important;
  }

  [dir=rtl] .lg\:mr-auto {
    margin-left: auto !important;
  }

  [dir] .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  [dir=ltr] .lg\:ml-auto {
    margin-left: auto !important;
  }

  [dir=rtl] .lg\:ml-auto {
    margin-right: auto !important;
  }

  [dir] .lg\:mt-px {
    margin-top: 1px !important;
  }

  [dir=ltr] .lg\:mr-px {
    margin-right: 1px !important;
  }

  [dir=rtl] .lg\:mr-px {
    margin-left: 1px !important;
  }

  [dir] .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  [dir=ltr] .lg\:ml-px {
    margin-left: 1px !important;
  }

  [dir=rtl] .lg\:ml-px {
    margin-right: 1px !important;
  }

  [dir] .lg\:mt-base {
    margin-top: 2.2rem !important;
  }

  [dir=ltr] .lg\:mr-base {
    margin-right: 2.2rem !important;
  }

  [dir=rtl] .lg\:mr-base {
    margin-left: 2.2rem !important;
  }

  [dir] .lg\:mb-base {
    margin-bottom: 2.2rem !important;
  }

  [dir=ltr] .lg\:ml-base {
    margin-left: 2.2rem !important;
  }

  [dir=rtl] .lg\:ml-base {
    margin-right: 2.2rem !important;
  }

  [dir] .lg\:-mt-px {
    margin-top: -1px !important;
  }

  [dir=ltr] .lg\:-mr-px {
    margin-right: -1px !important;
  }

  [dir=rtl] .lg\:-mr-px {
    margin-left: -1px !important;
  }

  [dir] .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  [dir=ltr] .lg\:-ml-px {
    margin-left: -1px !important;
  }

  [dir=rtl] .lg\:-ml-px {
    margin-right: -1px !important;
  }

  [dir] .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  [dir=ltr] .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .lg\:-mr-1 {
    margin-left: -0.25rem !important;
  }

  [dir] .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  [dir=rtl] .lg\:-ml-1 {
    margin-right: -0.25rem !important;
  }

  [dir] .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  [dir=ltr] .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .lg\:-mr-2 {
    margin-left: -0.5rem !important;
  }

  [dir] .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  [dir=rtl] .lg\:-ml-2 {
    margin-right: -0.5rem !important;
  }

  [dir] .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  [dir=ltr] .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  [dir=rtl] .lg\:-mr-3 {
    margin-left: -0.75rem !important;
  }

  [dir] .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  [dir=ltr] .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  [dir=rtl] .lg\:-ml-3 {
    margin-right: -0.75rem !important;
  }

  [dir] .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  [dir=ltr] .lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  [dir=rtl] .lg\:-mr-4 {
    margin-left: -1rem !important;
  }

  [dir] .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  [dir=rtl] .lg\:-ml-4 {
    margin-right: -1rem !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-h-100px {
    max-height: 100px !important;
  }

  .lg\:max-h-200px {
    max-height: 200px !important;
  }

  .lg\:max-h-300px {
    max-height: 300px !important;
  }

  .lg\:max-h-400px {
    max-height: 400px !important;
  }

  .lg\:max-h-500px {
    max-height: 500px !important;
  }

  .lg\:max-h-600px {
    max-height: 600px !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 30rem !important;
  }

  .lg\:max-w-md {
    max-width: 40rem !important;
  }

  .lg\:max-w-lg {
    max-width: 50rem !important;
  }

  .lg\:max-w-xl {
    max-width: 60rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 70rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 90rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 100rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:min-h-0 {
    min-height: 0 !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

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

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  [dir] .lg\:p-0 {
    padding: 0 !important;
  }

  [dir] .lg\:p-1 {
    padding: 0.25rem !important;
  }

  [dir] .lg\:p-2 {
    padding: 0.5rem !important;
  }

  [dir] .lg\:p-3 {
    padding: 0.75rem !important;
  }

  [dir] .lg\:p-4 {
    padding: 1rem !important;
  }

  [dir] .lg\:p-5 {
    padding: 1.25rem !important;
  }

  [dir] .lg\:p-6 {
    padding: 1.5rem !important;
  }

  [dir] .lg\:p-8 {
    padding: 2rem !important;
  }

  [dir] .lg\:p-10 {
    padding: 2.5rem !important;
  }

  [dir] .lg\:p-12 {
    padding: 3rem !important;
  }

  [dir] .lg\:p-16 {
    padding: 4rem !important;
  }

  [dir] .lg\:p-20 {
    padding: 5rem !important;
  }

  [dir] .lg\:p-24 {
    padding: 6rem !important;
  }

  [dir] .lg\:p-32 {
    padding: 8rem !important;
  }

  [dir] .lg\:p-px {
    padding: 1px !important;
  }

  [dir] .lg\:p-base {
    padding: 2.2rem !important;
  }

  [dir] .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [dir=ltr] .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [dir=rtl] .lg\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  [dir] .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .lg\:px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  [dir] .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .lg\:px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  [dir] .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  [dir=ltr] .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  [dir=rtl] .lg\:px-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  [dir] .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  [dir=rtl] .lg\:px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  [dir] .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  [dir=ltr] .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  [dir=rtl] .lg\:px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  [dir] .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .lg\:px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  [dir] .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  [dir=ltr] .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  [dir=rtl] .lg\:px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  [dir] .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  [dir=ltr] .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  [dir=rtl] .lg\:px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  [dir] .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  [dir=rtl] .lg\:px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  [dir] .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  [dir=ltr] .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  [dir=rtl] .lg\:px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  [dir] .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  [dir=ltr] .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  [dir=rtl] .lg\:px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  [dir] .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  [dir=ltr] .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  [dir=rtl] .lg\:px-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  [dir] .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  [dir=ltr] .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  [dir=rtl] .lg\:px-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  [dir] .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  [dir=ltr] .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  [dir=rtl] .lg\:px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  [dir] .lg\:py-base {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  [dir=ltr] .lg\:px-base {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }

  [dir=rtl] .lg\:px-base {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  [dir] .lg\:pt-0 {
    padding-top: 0 !important;
  }

  [dir=ltr] .lg\:pr-0 {
    padding-right: 0 !important;
  }

  [dir=rtl] .lg\:pr-0 {
    padding-left: 0 !important;
  }

  [dir] .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  [dir=ltr] .lg\:pl-0 {
    padding-left: 0 !important;
  }

  [dir=rtl] .lg\:pl-0 {
    padding-right: 0 !important;
  }

  [dir] .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }

  [dir=ltr] .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .lg\:pr-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  [dir=rtl] .lg\:pl-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  [dir=ltr] .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .lg\:pr-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  [dir=rtl] .lg\:pl-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  [dir=ltr] .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  [dir=rtl] .lg\:pr-3 {
    padding-left: 0.75rem !important;
  }

  [dir] .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  [dir=ltr] .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }

  [dir=rtl] .lg\:pl-3 {
    padding-right: 0.75rem !important;
  }

  [dir] .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  [dir=ltr] .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  [dir=rtl] .lg\:pr-4 {
    padding-left: 1rem !important;
  }

  [dir] .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  [dir=rtl] .lg\:pl-4 {
    padding-right: 1rem !important;
  }

  [dir] .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  [dir=ltr] .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  [dir=rtl] .lg\:pr-5 {
    padding-left: 1.25rem !important;
  }

  [dir] .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  [dir=ltr] .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  [dir=rtl] .lg\:pl-5 {
    padding-right: 1.25rem !important;
  }

  [dir] .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  [dir=ltr] .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .lg\:pr-6 {
    padding-left: 1.5rem !important;
  }

  [dir] .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  [dir=rtl] .lg\:pl-6 {
    padding-right: 1.5rem !important;
  }

  [dir] .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  [dir=ltr] .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  [dir=rtl] .lg\:pr-8 {
    padding-left: 2rem !important;
  }

  [dir] .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  [dir=ltr] .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  [dir=rtl] .lg\:pl-8 {
    padding-right: 2rem !important;
  }

  [dir] .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  [dir=ltr] .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  [dir=rtl] .lg\:pr-10 {
    padding-left: 2.5rem !important;
  }

  [dir] .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  [dir=ltr] .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  [dir=rtl] .lg\:pl-10 {
    padding-right: 2.5rem !important;
  }

  [dir] .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  [dir=ltr] .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  [dir=rtl] .lg\:pr-12 {
    padding-left: 3rem !important;
  }

  [dir] .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  [dir=rtl] .lg\:pl-12 {
    padding-right: 3rem !important;
  }

  [dir] .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  [dir=ltr] .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  [dir=rtl] .lg\:pr-16 {
    padding-left: 4rem !important;
  }

  [dir] .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  [dir=ltr] .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  [dir=rtl] .lg\:pl-16 {
    padding-right: 4rem !important;
  }

  [dir] .lg\:pt-20 {
    padding-top: 5rem !important;
  }

  [dir=ltr] .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  [dir=rtl] .lg\:pr-20 {
    padding-left: 5rem !important;
  }

  [dir] .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  [dir=ltr] .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  [dir=rtl] .lg\:pl-20 {
    padding-right: 5rem !important;
  }

  [dir] .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  [dir=ltr] .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  [dir=rtl] .lg\:pr-24 {
    padding-left: 6rem !important;
  }

  [dir] .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  [dir=ltr] .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  [dir=rtl] .lg\:pl-24 {
    padding-right: 6rem !important;
  }

  [dir] .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  [dir=ltr] .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  [dir=rtl] .lg\:pr-32 {
    padding-left: 8rem !important;
  }

  [dir] .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  [dir=ltr] .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  [dir=rtl] .lg\:pl-32 {
    padding-right: 8rem !important;
  }

  [dir] .lg\:pt-px {
    padding-top: 1px !important;
  }

  [dir=ltr] .lg\:pr-px {
    padding-right: 1px !important;
  }

  [dir=rtl] .lg\:pr-px {
    padding-left: 1px !important;
  }

  [dir] .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  [dir=ltr] .lg\:pl-px {
    padding-left: 1px !important;
  }

  [dir=rtl] .lg\:pl-px {
    padding-right: 1px !important;
  }

  [dir] .lg\:pt-base {
    padding-top: 2.2rem !important;
  }

  [dir=ltr] .lg\:pr-base {
    padding-right: 2.2rem !important;
  }

  [dir=rtl] .lg\:pr-base {
    padding-left: 2.2rem !important;
  }

  [dir] .lg\:pb-base {
    padding-bottom: 2.2rem !important;
  }

  [dir=ltr] .lg\:pl-base {
    padding-left: 2.2rem !important;
  }

  [dir=rtl] .lg\:pl-base {
    padding-right: 2.2rem !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-neutral-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-neutral-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-neutral-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-neutral-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-neutral-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-neutral-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-telegram::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-telegram::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-instagram::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-instagram::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-facebook::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-facebook::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-whatsapp::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-whatsapp::placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-linkedin::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-linkedin::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-neutral-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-neutral-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-neutral-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-neutral-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-neutral-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-neutral-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-telegram:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-telegram:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-instagram:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-instagram:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-facebook:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-facebook:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-whatsapp:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-whatsapp:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-linkedin:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-linkedin:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  [dir=ltr] .lg\:inset-0 {
    right: 0 !important;
    left: 0 !important;
  }

  [dir=rtl] .lg\:inset-0 {
    left: 0 !important;
    right: 0 !important;
  }

  .lg\:inset-auto {
    top: auto !important;
    bottom: auto !important;
  }

  [dir=ltr] .lg\:inset-auto {
    right: auto !important;
    left: auto !important;
  }

  [dir=rtl] .lg\:inset-auto {
    left: auto !important;
    right: auto !important;
  }

  .lg\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  [dir=ltr] .lg\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  [dir=rtl] .lg\:inset-x-0 {
    left: 0 !important;
    right: 0 !important;
  }

  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  [dir=ltr] .lg\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  [dir=rtl] .lg\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .lg\:top-0 {
    top: 0 !important;
  }

  [dir=ltr] .lg\:right-0 {
    right: 0 !important;
  }

  [dir=rtl] .lg\:right-0 {
    left: 0 !important;
  }

  .lg\:bottom-0 {
    bottom: 0 !important;
  }

  [dir=ltr] .lg\:left-0 {
    left: 0 !important;
  }

  [dir=rtl] .lg\:left-0 {
    right: 0 !important;
  }

  .lg\:top-auto {
    top: auto !important;
  }

  [dir=ltr] .lg\:right-auto {
    right: auto !important;
  }

  [dir=rtl] .lg\:right-auto {
    left: auto !important;
  }

  .lg\:bottom-auto {
    bottom: auto !important;
  }

  [dir=ltr] .lg\:left-auto {
    left: auto !important;
  }

  [dir=rtl] .lg\:left-auto {
    right: auto !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  [dir] .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .lg\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .lg\:shadow-none {
    box-shadow: none !important;
  }

  [dir] .lg\:shadow-drop {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  [dir] .lg\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .lg\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  [dir] .lg\:hover\:shadow-drop:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  [dir] .lg\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .lg\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  [dir] .lg\:focus\:shadow-drop:focus {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  [dir=ltr] .lg\:text-left {
    text-align: left !important;
  }

  [dir=rtl] .lg\:text-left {
    text-align: right !important;
  }

  [dir] .lg\:text-center {
    text-align: center !important;
  }

  [dir=ltr] .lg\:text-right {
    text-align: right !important;
  }

  [dir=rtl] .lg\:text-right {
    text-align: left !important;
  }

  [dir] .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-inherit {
    color: inherit !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-current {
    color: currentColor !important;
  }

  .lg\:text-black {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .lg\:text-white {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:text-gray-100 {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:text-gray-200 {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:text-gray-300 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:text-gray-400 {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:text-gray-500 {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:text-gray-700 {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:text-gray-800 {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:text-gray-900 {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:text-red-50 {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:text-red-100 {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .lg\:text-red-200 {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .lg\:text-red-300 {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .lg\:text-red-400 {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:text-red-500 {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:text-red-600 {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:text-red-700 {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:text-red-800 {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:text-red-900 {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:text-orange-50 {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .lg\:text-orange-100 {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .lg\:text-orange-200 {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .lg\:text-orange-300 {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .lg\:text-orange-400 {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .lg\:text-orange-500 {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .lg\:text-orange-600 {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .lg\:text-orange-700 {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .lg\:text-orange-800 {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .lg\:text-orange-900 {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-50 {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-300 {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-400 {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-500 {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-600 {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-700 {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-800 {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-900 {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .lg\:text-green-50 {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .lg\:text-green-100 {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .lg\:text-green-200 {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .lg\:text-green-300 {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .lg\:text-green-400 {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:text-green-500 {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .lg\:text-green-600 {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:text-green-700 {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:text-green-800 {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .lg\:text-green-900 {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .lg\:text-teal-50 {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .lg\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .lg\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .lg\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .lg\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .lg\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .lg\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .lg\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .lg\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .lg\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .lg\:text-blue-50 {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .lg\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .lg\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .lg\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .lg\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:text-purple-50 {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .lg\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .lg\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .lg\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .lg\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .lg\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .lg\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .lg\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .lg\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .lg\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .lg\:text-pink-50 {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .lg\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .lg\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .lg\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .lg\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .lg\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .lg\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .lg\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .lg\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .lg\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .lg\:text-grey-50 {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .lg\:text-grey-100 {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:text-grey-200 {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .lg\:text-grey-300 {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .lg\:text-grey-400 {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:text-grey-500 {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .lg\:text-grey-600 {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:text-grey-700 {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .lg\:text-grey-800 {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .lg\:text-grey-900 {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .lg\:text-grey-light {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .lg\:text-primary-light {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .lg\:text-primary-DEFAULT {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:text-primary-dark {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:text-secondary-light {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .lg\:text-secondary-DEFAULT {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:text-secondary-dark {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:text-success-light {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:text-success-DEFAULT {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:text-success-dark {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:text-warning-light {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:text-warning-DEFAULT {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .lg\:text-warning-dark {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .lg\:text-danger-light {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:text-danger-DEFAULT {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:text-danger-dark {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:text-info-light {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:text-info-DEFAULT {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:text-info-dark {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:text-neutral-light {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:text-neutral-DEFAULT {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:text-neutral-dark {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:text-telegram {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .lg\:text-instagram {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .lg\:text-facebook {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .lg\:text-whatsapp {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .lg\:text-linkedin {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-50 {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-100 {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-200 {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-300 {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-400 {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-500 {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-600 {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-700 {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-800 {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .lg\:text-cyan-900 {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-inherit:hover {
    color: inherit !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-50:hover {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-300:hover {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-400:hover {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-500:hover {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-600:hover {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-700:hover {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-800:hover {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red-900:hover {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-50:hover {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-50:hover {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-50:hover {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-50:hover {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-50:hover {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-50:hover {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-100:hover {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-200:hover {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-300:hover {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-400:hover {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-500:hover {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-600:hover {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-700:hover {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-800:hover {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-900:hover {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-grey-light:hover {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-primary-light:hover {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-primary-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-primary-dark:hover {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-light:hover {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-dark:hover {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-success-light:hover {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-success-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-success-dark:hover {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-warning-light:hover {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-warning-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-warning-dark:hover {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-danger-light:hover {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-danger-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-danger-dark:hover {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-info-light:hover {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-info-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-info-dark:hover {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-neutral-light:hover {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-neutral-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-neutral-dark:hover {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-telegram:hover {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-instagram:hover {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-facebook:hover {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-whatsapp:hover {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-linkedin:hover {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-50:hover {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-100:hover {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-200:hover {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-300:hover {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-400:hover {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-500:hover {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-600:hover {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-700:hover {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-800:hover {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-900:hover {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-inherit:focus {
    color: inherit !important;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .lg\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-50:focus {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-300:focus {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-400:focus {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-500:focus {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-600:focus {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-700:focus {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-800:focus {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red-900:focus {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-50:focus {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-50:focus {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-50:focus {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-50:focus {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-50:focus {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-50:focus {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-100:focus {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-200:focus {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-300:focus {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-400:focus {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-500:focus {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-600:focus {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-700:focus {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-800:focus {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-900:focus {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-grey-light:focus {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-primary-light:focus {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-primary-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-primary-dark:focus {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-light:focus {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-dark:focus {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-success-light:focus {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-success-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-success-dark:focus {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-warning-light:focus {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-warning-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-warning-dark:focus {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-danger-light:focus {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-danger-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-danger-dark:focus {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-info-light:focus {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-info-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-info-dark:focus {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-neutral-light:focus {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-neutral-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-neutral-dark:focus {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-telegram:focus {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-instagram:focus {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-facebook:focus {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-whatsapp:focus {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-linkedin:focus {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-50:focus {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-100:focus {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-200:focus {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-300:focus {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-400:focus {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-500:focus {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-600:focus {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-700:focus {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-800:focus {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-900:focus {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:hover\:italic:hover {
    font-style: italic !important;
  }

  .lg\:hover\:not-italic:hover {
    font-style: normal !important;
  }

  .lg\:focus\:italic:focus {
    font-style: italic !important;
  }

  .lg\:focus\:not-italic:focus {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .lg\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-1 {
    width: 0.25rem !important;
  }

  .lg\:w-2 {
    width: 0.5rem !important;
  }

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

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

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

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

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

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

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

  .lg\:w-1\/3 {
    width: 33.33333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.66667% !important;
  }

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

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

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

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

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

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

  .lg\:w-1\/6 {
    width: 16.66667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.33333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.33333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.66667% !important;
  }

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

  .lg\:w-4\/12 {
    width: 33.33333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.66667% !important;
  }

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

  .lg\:w-7\/12 {
    width: 58.33333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.66667% !important;
  }

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

  .lg\:w-10\/12 {
    width: 83.33333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.66667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }

  .lg\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .lg\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .lg\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .lg\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .lg\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .lg\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .lg\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .lg\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

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

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

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

  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:col-auto {
    grid-column: auto !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

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

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  [dir] .lg\:transform {
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  [dir] .lg\:transform-none {
    transform: none !important;
  }

  [dir] .lg\:origin-center {
    transform-origin: center !important;
  }

  [dir] .lg\:origin-top {
    transform-origin: top !important;
  }

  [dir=ltr] .lg\:origin-top-right {
    transform-origin: top right !important;
  }

  [dir=rtl] .lg\:origin-top-right {
    transform-origin: top left !important;
  }

  [dir=ltr] .lg\:origin-right {
    transform-origin: right !important;
  }

  [dir=rtl] .lg\:origin-right {
    transform-origin: left !important;
  }

  [dir=ltr] .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  [dir=rtl] .lg\:origin-bottom-right {
    transform-origin: bottom left !important;
  }

  [dir] .lg\:origin-bottom {
    transform-origin: bottom !important;
  }

  [dir=ltr] .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  [dir=rtl] .lg\:origin-bottom-left {
    transform-origin: bottom right !important;
  }

  [dir=ltr] .lg\:origin-left {
    transform-origin: left !important;
  }

  [dir=rtl] .lg\:origin-left {
    transform-origin: right !important;
  }

  [dir=ltr] .lg\:origin-top-left {
    transform-origin: top left !important;
  }

  [dir=rtl] .lg\:origin-top-left {
    transform-origin: top right !important;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .lg\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .lg\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .lg\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .lg\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .lg\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .lg\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .lg\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .lg\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .lg\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .lg\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .lg\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .lg\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .lg\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .lg\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .lg\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .lg\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .lg\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .lg\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .lg\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .lg\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  [dir] .lg\:transition-none {
    transition-property: none !important;
  }

  [dir] .lg\:transition-all {
    transition-property: all !important;
  }

  [dir] .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  [dir] .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  [dir] .lg\:transition-opacity {
    transition-property: opacity !important;
  }

  [dir] .lg\:transition-shadow {
    transition-property: box-shadow !important;
  }

  [dir] .lg\:transition-transform {
    transition-property: transform !important;
  }

  [dir] .lg\:ease-linear {
    transition-timing-function: linear !important;
  }

  [dir] .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  [dir] .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  [dir] .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  [dir] .lg\:duration-75 {
    transition-duration: 75ms !important;
  }

  [dir] .lg\:duration-100 {
    transition-duration: 100ms !important;
  }

  [dir] .lg\:duration-150 {
    transition-duration: 150ms !important;
  }

  [dir] .lg\:duration-200 {
    transition-duration: 200ms !important;
  }

  [dir] .lg\:duration-300 {
    transition-duration: 300ms !important;
  }

  [dir] .lg\:duration-500 {
    transition-duration: 500ms !important;
  }

  [dir] .lg\:duration-700 {
    transition-duration: 700ms !important;
  }

  [dir] .lg\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  [dir] .lg\:delay-75 {
    transition-delay: 75ms !important;
  }

  [dir] .lg\:delay-100 {
    transition-delay: 100ms !important;
  }

  [dir] .lg\:delay-150 {
    transition-delay: 150ms !important;
  }

  [dir] .lg\:delay-200 {
    transition-delay: 200ms !important;
  }

  [dir] .lg\:delay-300 {
    transition-delay: 300ms !important;
  }

  [dir] .lg\:delay-500 {
    transition-delay: 500ms !important;
  }

  [dir] .lg\:delay-700 {
    transition-delay: 700ms !important;
  }

  [dir] .lg\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  [dir=ltr] .lg\:animate-none {
    animation: none !important;
  }

  [dir=rtl] .lg\:animate-none {
    animation: none !important;
  }

  [dir=ltr] .lg\:animate-spin {
    animation:  spin-ltr 1s linear infinite !important;
  }

  [dir=rtl] .lg\:animate-spin {
    animation:  spin-rtl 1s linear infinite !important;
  }

  [dir=ltr] .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  [dir=rtl] .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  [dir=ltr] .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  [dir=rtl] .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  [dir=ltr] .lg\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  [dir=rtl] .lg\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1200px) {
  .xl\:container {
    width: 100%;
  }
  [dir=ltr] .xl\:container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  [dir=rtl] .xl\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 576px) {
    .xl\:container {
      max-width: 576px;
    }
  }

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

  @media (min-width: 992px) {
    .xl\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1200px) {
    .xl\:container {
      max-width: 1200px;
    }
  }

  .xl\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-0 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-0 > :not(template) ~ :not(template) {
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: calc(0px * var(--space-x-reverse)) !important;
    margin-right: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .xl\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-1 > :not(template) ~ :not(template) {
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-2 > :not(template) ~ :not(template) {
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-3 > :not(template) ~ :not(template) {
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-right: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .xl\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-4 > :not(template) ~ :not(template) {
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: calc(1rem * var(--space-x-reverse)) !important;
    margin-right: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-5 > :not(template) ~ :not(template) {
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-6 > :not(template) ~ :not(template) {
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-8 > :not(template) ~ :not(template) {
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: calc(2rem * var(--space-x-reverse)) !important;
    margin-right: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-10 > :not(template) ~ :not(template) {
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-12 > :not(template) ~ :not(template) {
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: calc(3rem * var(--space-x-reverse)) !important;
    margin-right: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-16 > :not(template) ~ :not(template) {
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: calc(4rem * var(--space-x-reverse)) !important;
    margin-right: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-20 > :not(template) ~ :not(template) {
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: calc(5rem * var(--space-x-reverse)) !important;
    margin-right: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-24 > :not(template) ~ :not(template) {
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: calc(6rem * var(--space-x-reverse)) !important;
    margin-right: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-32 > :not(template) ~ :not(template) {
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: calc(8rem * var(--space-x-reverse)) !important;
    margin-right: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-40 > :not(template) ~ :not(template) {
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: calc(10rem * var(--space-x-reverse)) !important;
    margin-right: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-48 > :not(template) ~ :not(template) {
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: calc(12rem * var(--space-x-reverse)) !important;
    margin-right: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-56 > :not(template) ~ :not(template) {
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: calc(14rem * var(--space-x-reverse)) !important;
    margin-right: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-64 > :not(template) ~ :not(template) {
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: calc(16rem * var(--space-x-reverse)) !important;
    margin-right: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .xl\:space-y-px > :not(template) ~ :not(template) {
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:space-x-px > :not(template) ~ :not(template) {
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:space-x-px > :not(template) ~ :not(template) {
    margin-left: calc(1px * var(--space-x-reverse)) !important;
    margin-right: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .xl\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-1 > :not(template) ~ :not(template) {
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-2 > :not(template) ~ :not(template) {
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-3 > :not(template) ~ :not(template) {
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-right: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .xl\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-4 > :not(template) ~ :not(template) {
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: calc(-1rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-5 > :not(template) ~ :not(template) {
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-6 > :not(template) ~ :not(template) {
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-8 > :not(template) ~ :not(template) {
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: calc(-2rem * var(--space-x-reverse)) !important;
    margin-right: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-10 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-10 > :not(template) ~ :not(template) {
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-12 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-12 > :not(template) ~ :not(template) {
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: calc(-3rem * var(--space-x-reverse)) !important;
    margin-right: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-16 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-16 > :not(template) ~ :not(template) {
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: calc(-4rem * var(--space-x-reverse)) !important;
    margin-right: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-20 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-20 > :not(template) ~ :not(template) {
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: calc(-5rem * var(--space-x-reverse)) !important;
    margin-right: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-24 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-24 > :not(template) ~ :not(template) {
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: calc(-6rem * var(--space-x-reverse)) !important;
    margin-right: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-32 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-32 > :not(template) ~ :not(template) {
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: calc(-8rem * var(--space-x-reverse)) !important;
    margin-right: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-40 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-40 > :not(template) ~ :not(template) {
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: calc(-10rem * var(--space-x-reverse)) !important;
    margin-right: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-48 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-48 > :not(template) ~ :not(template) {
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: calc(-12rem * var(--space-x-reverse)) !important;
    margin-right: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-56 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-56 > :not(template) ~ :not(template) {
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: calc(-14rem * var(--space-x-reverse)) !important;
    margin-right: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

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

  .xl\:-space-x-64 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-64 > :not(template) ~ :not(template) {
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: calc(-16rem * var(--space-x-reverse)) !important;
    margin-right: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-px > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
  }

  [dir] .xl\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-px > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:-space-x-px > :not(template) ~ :not(template) {
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  [dir=rtl] .xl\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: calc(-1px * var(--space-x-reverse)) !important;
    margin-right: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .xl\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:divide-x-0 > :not(template) ~ :not(template) {
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .xl\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: calc(0px * var(--divide-x-reverse)) !important;
    border-right-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .xl\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:divide-x-2 > :not(template) ~ :not(template) {
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .xl\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: calc(2px * var(--divide-x-reverse)) !important;
    border-right-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .xl\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:divide-x-4 > :not(template) ~ :not(template) {
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .xl\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: calc(4px * var(--divide-x-reverse)) !important;
    border-right-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

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

  .xl\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:divide-x-8 > :not(template) ~ :not(template) {
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .xl\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: calc(8px * var(--divide-x-reverse)) !important;
    border-right-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
  }

  [dir] .xl\:divide-y > :not(template) ~ :not(template) {
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
  }

  [dir=ltr] .xl\:divide-x > :not(template) ~ :not(template) {
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  [dir=rtl] .xl\:divide-x > :not(template) ~ :not(template) {
    border-left-width: calc(1px * var(--divide-x-reverse)) !important;
    border-right-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  [dir] .xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent !important;
  }

  [dir] .xl\:divide-current > :not(template) ~ :not(template) {
    border-color: currentColor !important;
  }

  .xl\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-black > :not(template) ~ :not(template) {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--divide-opacity)) !important;
  }

  .xl\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-50 > :not(template) ~ :not(template) {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .xl\:divide-red-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-50 > :not(template) ~ :not(template) {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-50 > :not(template) ~ :not(template) {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-50 > :not(template) ~ :not(template) {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-50 > :not(template) ~ :not(template) {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-50 > :not(template) ~ :not(template) {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-100 > :not(template) ~ :not(template) {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-200 > :not(template) ~ :not(template) {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-300 > :not(template) ~ :not(template) {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-400 > :not(template) ~ :not(template) {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-500 > :not(template) ~ :not(template) {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-600 > :not(template) ~ :not(template) {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-700 > :not(template) ~ :not(template) {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-800 > :not(template) ~ :not(template) {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-indigo-900 > :not(template) ~ :not(template) {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-50 > :not(template) ~ :not(template) {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-50 > :not(template) ~ :not(template) {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-100 > :not(template) ~ :not(template) {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-200 > :not(template) ~ :not(template) {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-300 > :not(template) ~ :not(template) {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-400 > :not(template) ~ :not(template) {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-500 > :not(template) ~ :not(template) {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-600 > :not(template) ~ :not(template) {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-700 > :not(template) ~ :not(template) {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-800 > :not(template) ~ :not(template) {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-pink-900 > :not(template) ~ :not(template) {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-50 > :not(template) ~ :not(template) {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-200 > :not(template) ~ :not(template) {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-300 > :not(template) ~ :not(template) {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-400 > :not(template) ~ :not(template) {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-500 > :not(template) ~ :not(template) {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-600 > :not(template) ~ :not(template) {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-700 > :not(template) ~ :not(template) {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-800 > :not(template) ~ :not(template) {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-900 > :not(template) ~ :not(template) {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--divide-opacity)) !important;
  }

  .xl\:divide-grey-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-grey-light > :not(template) ~ :not(template) {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--divide-opacity)) !important;
  }

  .xl\:divide-primary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-primary-light > :not(template) ~ :not(template) {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-primary-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-primary-DEFAULT > :not(template) ~ :not(template) {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .xl\:divide-primary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-primary-dark > :not(template) ~ :not(template) {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--divide-opacity)) !important;
  }

  .xl\:divide-secondary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-secondary-light > :not(template) ~ :not(template) {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--divide-opacity)) !important;
  }

  .xl\:divide-secondary-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-secondary-DEFAULT > :not(template) ~ :not(template) {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--divide-opacity)) !important;
  }

  .xl\:divide-secondary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-secondary-dark > :not(template) ~ :not(template) {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--divide-opacity)) !important;
  }

  .xl\:divide-success-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-success-light > :not(template) ~ :not(template) {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--divide-opacity)) !important;
  }

  .xl\:divide-success-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-success-DEFAULT > :not(template) ~ :not(template) {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--divide-opacity)) !important;
  }

  .xl\:divide-success-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-success-dark > :not(template) ~ :not(template) {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--divide-opacity)) !important;
  }

  .xl\:divide-warning-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-warning-light > :not(template) ~ :not(template) {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--divide-opacity)) !important;
  }

  .xl\:divide-warning-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-warning-DEFAULT > :not(template) ~ :not(template) {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--divide-opacity)) !important;
  }

  .xl\:divide-warning-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-warning-dark > :not(template) ~ :not(template) {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--divide-opacity)) !important;
  }

  .xl\:divide-danger-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-danger-light > :not(template) ~ :not(template) {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--divide-opacity)) !important;
  }

  .xl\:divide-danger-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-danger-DEFAULT > :not(template) ~ :not(template) {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--divide-opacity)) !important;
  }

  .xl\:divide-danger-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-danger-dark > :not(template) ~ :not(template) {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--divide-opacity)) !important;
  }

  .xl\:divide-info-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-info-light > :not(template) ~ :not(template) {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-info-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-info-DEFAULT > :not(template) ~ :not(template) {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--divide-opacity)) !important;
  }

  .xl\:divide-info-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-info-dark > :not(template) ~ :not(template) {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--divide-opacity)) !important;
  }

  .xl\:divide-neutral-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-neutral-light > :not(template) ~ :not(template) {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--divide-opacity)) !important;
  }

  .xl\:divide-neutral-DEFAULT > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-neutral-DEFAULT > :not(template) ~ :not(template) {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--divide-opacity)) !important;
  }

  .xl\:divide-neutral-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-neutral-dark > :not(template) ~ :not(template) {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--divide-opacity)) !important;
  }

  .xl\:divide-telegram > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-telegram > :not(template) ~ :not(template) {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--divide-opacity)) !important;
  }

  .xl\:divide-instagram > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-instagram > :not(template) ~ :not(template) {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--divide-opacity)) !important;
  }

  .xl\:divide-facebook > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-facebook > :not(template) ~ :not(template) {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--divide-opacity)) !important;
  }

  .xl\:divide-whatsapp > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-whatsapp > :not(template) ~ :not(template) {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--divide-opacity)) !important;
  }

  .xl\:divide-linkedin > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-linkedin > :not(template) ~ :not(template) {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-50 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-50 > :not(template) ~ :not(template) {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-100 > :not(template) ~ :not(template) {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-200 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-200 > :not(template) ~ :not(template) {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-300 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-300 > :not(template) ~ :not(template) {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-400 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-400 > :not(template) ~ :not(template) {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-500 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-500 > :not(template) ~ :not(template) {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-600 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-600 > :not(template) ~ :not(template) {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-700 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-700 > :not(template) ~ :not(template) {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-800 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-800 > :not(template) ~ :not(template) {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--divide-opacity)) !important;
  }

  .xl\:divide-cyan-900 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  [dir] .xl\:divide-cyan-900 > :not(template) ~ :not(template) {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--divide-opacity)) !important;
  }

  [dir] .xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  [dir] .xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  [dir] .xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  [dir] .xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  [dir] .xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

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

  [dir] .xl\:sr-only {
    padding: 0 !important;
    margin: -1px !important;
    border-width: 0 !important;
  }

  .xl\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  [dir] .xl\:not-sr-only {
    padding: 0 !important;
    margin: 0 !important;
  }

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

  [dir] .xl\:focus\:sr-only:focus {
    padding: 0 !important;
    margin: -1px !important;
    border-width: 0 !important;
  }

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

  [dir] .xl\:focus\:not-sr-only:focus {
    padding: 0 !important;
    margin: 0 !important;
  }

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

  [dir] .xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  [dir] .xl\:bg-local {
    background-attachment: local !important;
  }

  [dir] .xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  [dir] .xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  [dir] .xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  [dir] .xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  [dir] .xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  [dir] .xl\:bg-transparent {
    background-color: transparent !important;
  }

  [dir] .xl\:bg-current {
    background-color: currentColor !important;
  }

  .xl\:bg-black {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-black {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .xl\:bg-white {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-white {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-100 {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-200 {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-300 {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-400 {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-500 {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-600 {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-700 {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-800 {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-gray-900 {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-50 {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-100 {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-200 {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-300 {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-400 {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-500 {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-600 {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-700 {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-800 {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:bg-red-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-red-900 {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-50 {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-100 {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-200 {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-300 {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-400 {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-500 {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-600 {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-700 {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-800 {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-orange-900 {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-50 {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-100 {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-200 {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-300 {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-400 {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-500 {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-600 {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-700 {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-800 {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-yellow-900 {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-50 {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-100 {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-200 {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-300 {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-400 {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-500 {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-600 {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-700 {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-800 {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-green-900 {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-50 {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-100 {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-200 {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-300 {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-400 {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-500 {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-600 {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-700 {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-800 {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-teal-900 {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-50 {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-100 {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-200 {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-300 {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-400 {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-500 {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-600 {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-700 {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-800 {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-blue-900 {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-100 {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-200 {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-300 {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-500 {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-600 {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-700 {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-800 {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-indigo-900 {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-50 {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-100 {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-200 {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-300 {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-400 {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-500 {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-600 {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-700 {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-800 {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-purple-900 {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-50 {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-100 {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-200 {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-300 {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-400 {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-500 {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-600 {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-700 {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-800 {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-pink-900 {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-50 {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-100 {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-200 {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-300 {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-400 {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-500 {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-600 {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-700 {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-800 {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-900 {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .xl\:bg-grey-light {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-grey-light {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .xl\:bg-primary-light {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-primary-light {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-primary-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-primary-DEFAULT {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:bg-primary-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-primary-dark {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:bg-secondary-light {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-secondary-light {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .xl\:bg-secondary-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-secondary-DEFAULT {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:bg-secondary-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-secondary-dark {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:bg-success-light {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-success-light {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:bg-success-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-success-DEFAULT {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:bg-success-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-success-dark {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:bg-warning-light {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-warning-light {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:bg-warning-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-warning-DEFAULT {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .xl\:bg-warning-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-warning-dark {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .xl\:bg-danger-light {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-danger-light {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:bg-danger-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-danger-DEFAULT {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:bg-danger-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-danger-dark {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:bg-info-light {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-info-light {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-info-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-info-DEFAULT {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:bg-info-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-info-dark {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:bg-neutral-light {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-neutral-light {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:bg-neutral-DEFAULT {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-neutral-DEFAULT {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:bg-neutral-dark {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-neutral-dark {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:bg-telegram {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-telegram {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .xl\:bg-instagram {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-instagram {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .xl\:bg-facebook {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-facebook {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .xl\:bg-whatsapp {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-whatsapp {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .xl\:bg-linkedin {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-linkedin {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-50 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-50 {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-100 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-100 {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-200 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-200 {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-300 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-300 {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-400 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-400 {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-500 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-500 {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-600 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-600 {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-700 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-700 {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-800 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-800 {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .xl\:bg-cyan-900 {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-cyan-900 {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  [dir] .xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .xl\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-black:hover {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-white:hover {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-50:hover {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-100:hover {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-200:hover {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-300:hover {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-400:hover {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-500:hover {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-600:hover {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-700:hover {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-800:hover {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-red-900:hover {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-50:hover {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-100:hover {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-200:hover {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-300:hover {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-400:hover {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-500:hover {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-600:hover {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-700:hover {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-800:hover {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-orange-900:hover {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-50:hover {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-100:hover {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-200:hover {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-300:hover {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-400:hover {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-500:hover {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-600:hover {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-700:hover {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-800:hover {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-yellow-900:hover {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-50:hover {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-100:hover {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-200:hover {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-300:hover {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-400:hover {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-500:hover {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-600:hover {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-700:hover {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-800:hover {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-green-900:hover {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-50:hover {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-100:hover {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-200:hover {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-300:hover {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-400:hover {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-500:hover {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-600:hover {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-700:hover {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-800:hover {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-teal-900:hover {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-50:hover {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-100:hover {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-200:hover {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-300:hover {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-400:hover {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-500:hover {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-600:hover {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-700:hover {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-800:hover {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-blue-900:hover {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-50:hover {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-100:hover {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-200:hover {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-300:hover {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-400:hover {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-500:hover {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-600:hover {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-700:hover {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-800:hover {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-purple-900:hover {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-50:hover {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-100:hover {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-200:hover {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-300:hover {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-400:hover {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-500:hover {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-600:hover {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-700:hover {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-800:hover {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-pink-900:hover {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-50:hover {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-100:hover {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-200:hover {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-300:hover {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-400:hover {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-500:hover {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-600:hover {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-700:hover {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-800:hover {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-900:hover {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-grey-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-primary-light:hover {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-primary-DEFAULT:hover {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-primary-dark:hover {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-secondary-light:hover {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-secondary-DEFAULT:hover {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-secondary-dark:hover {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-success-light:hover {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-success-DEFAULT:hover {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-success-dark:hover {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-warning-light:hover {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-warning-DEFAULT:hover {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-warning-dark:hover {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-danger-light:hover {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-danger-DEFAULT:hover {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-danger-dark:hover {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-info-light:hover {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-info-DEFAULT:hover {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-info-dark:hover {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-neutral-light:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-neutral-light:hover {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-neutral-DEFAULT:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-neutral-DEFAULT:hover {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-neutral-dark:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-neutral-dark:hover {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-telegram:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-telegram:hover {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-instagram:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-instagram:hover {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-facebook:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-facebook:hover {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-whatsapp:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-whatsapp:hover {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-linkedin:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-linkedin:hover {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-50:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-50:hover {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-100:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-100:hover {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-200:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-200:hover {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-300:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-300:hover {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-400:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-400:hover {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-500:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-500:hover {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-600:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-600:hover {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-700:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-700:hover {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-800:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-800:hover {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-900:hover {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:hover\:bg-cyan-900:hover {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  [dir] .xl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .xl\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-black:focus {
    background-color: #22292f !important;
    background-color: rgba(34, 41, 47, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-white:focus {
    background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-50:focus {
    background-color: #fef2f2 !important;
    background-color: rgba(254, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-100:focus {
    background-color: #fee2e2 !important;
    background-color: rgba(254, 226, 226, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-200:focus {
    background-color: #fecaca !important;
    background-color: rgba(254, 202, 202, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-300:focus {
    background-color: #fca5a5 !important;
    background-color: rgba(252, 165, 165, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-400:focus {
    background-color: #f87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-500:focus {
    background-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-600:focus {
    background-color: #dc2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-700:focus {
    background-color: #b91c1c !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-800:focus {
    background-color: #991b1b !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-red-900:focus {
    background-color: #7f1d1d !important;
    background-color: rgba(127, 29, 29, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-50:focus {
    background-color: #fff7ed !important;
    background-color: rgba(255, 247, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-100:focus {
    background-color: #ffedd5 !important;
    background-color: rgba(255, 237, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-200:focus {
    background-color: #fed7aa !important;
    background-color: rgba(254, 215, 170, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-300:focus {
    background-color: #fdba74 !important;
    background-color: rgba(253, 186, 116, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-400:focus {
    background-color: #fb923c !important;
    background-color: rgba(251, 146, 60, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-500:focus {
    background-color: #f97316 !important;
    background-color: rgba(249, 115, 22, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-600:focus {
    background-color: #ea580c !important;
    background-color: rgba(234, 88, 12, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-700:focus {
    background-color: #c2410c !important;
    background-color: rgba(194, 65, 12, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-800:focus {
    background-color: #9a3412 !important;
    background-color: rgba(154, 52, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-orange-900:focus {
    background-color: #7c2d12 !important;
    background-color: rgba(124, 45, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-50:focus {
    background-color: #fefce8 !important;
    background-color: rgba(254, 252, 232, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-100:focus {
    background-color: #fef9c3 !important;
    background-color: rgba(254, 249, 195, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-200:focus {
    background-color: #fef08a !important;
    background-color: rgba(254, 240, 138, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-300:focus {
    background-color: #fde047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-400:focus {
    background-color: #facc15 !important;
    background-color: rgba(250, 204, 21, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-500:focus {
    background-color: #eab308 !important;
    background-color: rgba(234, 179, 8, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-600:focus {
    background-color: #ca8a04 !important;
    background-color: rgba(202, 138, 4, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-700:focus {
    background-color: #a16207 !important;
    background-color: rgba(161, 98, 7, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-800:focus {
    background-color: #854d0e !important;
    background-color: rgba(133, 77, 14, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-yellow-900:focus {
    background-color: #713f12 !important;
    background-color: rgba(113, 63, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-50:focus {
    background-color: #f0fdf4 !important;
    background-color: rgba(240, 253, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-100:focus {
    background-color: #dcfce7 !important;
    background-color: rgba(220, 252, 231, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-200:focus {
    background-color: #bbf7d0 !important;
    background-color: rgba(187, 247, 208, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-300:focus {
    background-color: #86efac !important;
    background-color: rgba(134, 239, 172, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-400:focus {
    background-color: #4ade80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-500:focus {
    background-color: #22c55e !important;
    background-color: rgba(34, 197, 94, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-600:focus {
    background-color: #16a34a !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-700:focus {
    background-color: #15803d !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-800:focus {
    background-color: #166534 !important;
    background-color: rgba(22, 101, 52, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-green-900:focus {
    background-color: #14532d !important;
    background-color: rgba(20, 83, 45, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-50:focus {
    background-color: #f0fdfa !important;
    background-color: rgba(240, 253, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-100:focus {
    background-color: #ccfbf1 !important;
    background-color: rgba(204, 251, 241, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-200:focus {
    background-color: #99f6e4 !important;
    background-color: rgba(153, 246, 228, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-300:focus {
    background-color: #5eead4 !important;
    background-color: rgba(94, 234, 212, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-400:focus {
    background-color: #2dd4bf !important;
    background-color: rgba(45, 212, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-500:focus {
    background-color: #14b8a6 !important;
    background-color: rgba(20, 184, 166, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-600:focus {
    background-color: #0d9488 !important;
    background-color: rgba(13, 148, 136, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-700:focus {
    background-color: #0f766e !important;
    background-color: rgba(15, 118, 110, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-800:focus {
    background-color: #115e59 !important;
    background-color: rgba(17, 94, 89, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-teal-900:focus {
    background-color: #134e4a !important;
    background-color: rgba(19, 78, 74, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-50:focus {
    background-color: #eff6ff !important;
    background-color: rgba(239, 246, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-100:focus {
    background-color: #dbeafe !important;
    background-color: rgba(219, 234, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-200:focus {
    background-color: #bfdbfe !important;
    background-color: rgba(191, 219, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-300:focus {
    background-color: #93c5fd !important;
    background-color: rgba(147, 197, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-400:focus {
    background-color: #60a5fa !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-500:focus {
    background-color: #3b82f6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-600:focus {
    background-color: #2563eb !important;
    background-color: rgba(37, 99, 235, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-700:focus {
    background-color: #1d4ed8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-800:focus {
    background-color: #1e40af !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-blue-900:focus {
    background-color: #1e3a8a !important;
    background-color: rgba(30, 58, 138, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-50:focus {
    background-color: #f5f3ff !important;
    background-color: rgba(245, 243, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-100:focus {
    background-color: #ede9fe !important;
    background-color: rgba(237, 233, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-200:focus {
    background-color: #ddd6fe !important;
    background-color: rgba(221, 214, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-300:focus {
    background-color: #c4b5fd !important;
    background-color: rgba(196, 181, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-400:focus {
    background-color: #a78bfa !important;
    background-color: rgba(167, 139, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-500:focus {
    background-color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-600:focus {
    background-color: #7c3aed !important;
    background-color: rgba(124, 58, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-700:focus {
    background-color: #6d28d9 !important;
    background-color: rgba(109, 40, 217, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-800:focus {
    background-color: #5b21b6 !important;
    background-color: rgba(91, 33, 182, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-purple-900:focus {
    background-color: #4c1d95 !important;
    background-color: rgba(76, 29, 149, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-50:focus {
    background-color: #fdf2f8 !important;
    background-color: rgba(253, 242, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-100:focus {
    background-color: #fce7f3 !important;
    background-color: rgba(252, 231, 243, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-200:focus {
    background-color: #fbcfe8 !important;
    background-color: rgba(251, 207, 232, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-300:focus {
    background-color: #f9a8d4 !important;
    background-color: rgba(249, 168, 212, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-400:focus {
    background-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-500:focus {
    background-color: #ec4899 !important;
    background-color: rgba(236, 72, 153, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-600:focus {
    background-color: #db2777 !important;
    background-color: rgba(219, 39, 119, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-700:focus {
    background-color: #be185d !important;
    background-color: rgba(190, 24, 93, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-800:focus {
    background-color: #9d174d !important;
    background-color: rgba(157, 23, 77, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-pink-900:focus {
    background-color: #831843 !important;
    background-color: rgba(131, 24, 67, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-50:focus {
    background-color: #f9fafb !important;
    background-color: rgba(249, 250, 251, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-100:focus {
    background-color: #f3f4f6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-200:focus {
    background-color: #e5e7eb !important;
    background-color: rgba(229, 231, 235, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-300:focus {
    background-color: #d1d5db !important;
    background-color: rgba(209, 213, 219, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-400:focus {
    background-color: #9ca3af !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-500:focus {
    background-color: #6b7280 !important;
    background-color: rgba(107, 114, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-600:focus {
    background-color: #4b5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-700:focus {
    background-color: #374151 !important;
    background-color: rgba(55, 65, 81, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-800:focus {
    background-color: #1f2937 !important;
    background-color: rgba(31, 41, 55, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-900:focus {
    background-color: #111827 !important;
    background-color: rgba(17, 24, 39, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-grey-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-grey-light:focus {
    background-color: #dae1e7 !important;
    background-color: rgba(218, 225, 231, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-primary-light:focus {
    background-color: #3F8CFF !important;
    background-color: rgba(63, 140, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-primary-DEFAULT:focus {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-primary-dark:focus {
    background-color: #1E40AF !important;
    background-color: rgba(30, 64, 175, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-secondary-light:focus {
    background-color: #FF7C7C !important;
    background-color: rgba(255, 124, 124, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-secondary-DEFAULT:focus {
    background-color: #EF4444 !important;
    background-color: rgba(239, 68, 68, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-secondary-dark:focus {
    background-color: #B91C1C !important;
    background-color: rgba(185, 28, 28, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-success-light:focus {
    background-color: #4ADE80 !important;
    background-color: rgba(74, 222, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-success-DEFAULT:focus {
    background-color: #16A34A !important;
    background-color: rgba(22, 163, 74, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-success-dark:focus {
    background-color: #15803D !important;
    background-color: rgba(21, 128, 61, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-warning-light:focus {
    background-color: #FDE047 !important;
    background-color: rgba(253, 224, 71, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-warning-DEFAULT:focus {
    background-color: #F59E0B !important;
    background-color: rgba(245, 158, 11, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-warning-dark:focus {
    background-color: #B45309 !important;
    background-color: rgba(180, 83, 9, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-danger-light:focus {
    background-color: #F87171 !important;
    background-color: rgba(248, 113, 113, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-danger-DEFAULT:focus {
    background-color: #DC2626 !important;
    background-color: rgba(220, 38, 38, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-danger-dark:focus {
    background-color: #991B1B !important;
    background-color: rgba(153, 27, 27, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-info-light:focus {
    background-color: #60A5FA !important;
    background-color: rgba(96, 165, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-info-DEFAULT:focus {
    background-color: #3B82F6 !important;
    background-color: rgba(59, 130, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-info-dark:focus {
    background-color: #1D4ED8 !important;
    background-color: rgba(29, 78, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-neutral-light:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-neutral-light:focus {
    background-color: #F3F4F6 !important;
    background-color: rgba(243, 244, 246, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-neutral-DEFAULT:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-neutral-DEFAULT:focus {
    background-color: #9CA3AF !important;
    background-color: rgba(156, 163, 175, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-neutral-dark:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-neutral-dark:focus {
    background-color: #4B5563 !important;
    background-color: rgba(75, 85, 99, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-telegram:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-telegram:focus {
    background-color: #0088CC !important;
    background-color: rgba(0, 136, 204, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-instagram:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-instagram:focus {
    background-color: #C13584 !important;
    background-color: rgba(193, 53, 132, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-facebook:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-facebook:focus {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-whatsapp:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-whatsapp:focus {
    background-color: #25D366 !important;
    background-color: rgba(37, 211, 102, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-linkedin:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-linkedin:focus {
    background-color: #0e76a8 !important;
    background-color: rgba(14, 118, 168, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-50:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-50:focus {
    background-color: #ecfeff !important;
    background-color: rgba(236, 254, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-100:focus {
    background-color: #cffafe !important;
    background-color: rgba(207, 250, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-200:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-200:focus {
    background-color: #a5f3fc !important;
    background-color: rgba(165, 243, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-300:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-300:focus {
    background-color: #67e8f9 !important;
    background-color: rgba(103, 232, 249, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-400:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-400:focus {
    background-color: #22d3ee !important;
    background-color: rgba(34, 211, 238, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-500:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-500:focus {
    background-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-600:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-600:focus {
    background-color: #0891b2 !important;
    background-color: rgba(8, 145, 178, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-700:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-700:focus {
    background-color: #0e7490 !important;
    background-color: rgba(14, 116, 144, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-800:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-800:focus {
    background-color: #155e75 !important;
    background-color: rgba(21, 94, 117, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-900:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:focus\:bg-cyan-900:focus {
    background-color: #164e63 !important;
    background-color: rgba(22, 78, 99, var(--bg-opacity)) !important;
  }

  [dir] .xl\:bg-none {
    background-image: none !important;
  }

  [dir] .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  [dir] .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  [dir=ltr] .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  [dir=rtl] .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xl\:from-transparent {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-current {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-black {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:from-white {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-gray-100 {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:from-gray-200 {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:from-gray-300 {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:from-gray-400 {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:from-gray-500 {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:from-gray-600 {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:from-gray-700 {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:from-gray-800 {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:from-gray-900 {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:from-red-50 {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:from-red-100 {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:from-red-200 {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:from-red-300 {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:from-red-400 {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:from-red-500 {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:from-red-600 {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:from-red-700 {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:from-red-800 {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:from-red-900 {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:from-orange-50 {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:from-orange-100 {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:from-orange-200 {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:from-orange-300 {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:from-orange-400 {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:from-orange-500 {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:from-orange-600 {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:from-orange-700 {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:from-orange-800 {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:from-orange-900 {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:from-yellow-50 {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:from-yellow-100 {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:from-yellow-200 {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:from-yellow-300 {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:from-yellow-400 {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:from-yellow-500 {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:from-yellow-600 {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:from-yellow-700 {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:from-yellow-800 {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:from-yellow-900 {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:from-green-50 {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:from-green-100 {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:from-green-200 {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:from-green-300 {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:from-green-400 {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:from-green-500 {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:from-green-600 {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:from-green-700 {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:from-green-800 {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:from-green-900 {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:from-teal-50 {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:from-teal-100 {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:from-teal-200 {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:from-teal-300 {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:from-teal-400 {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:from-teal-500 {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:from-teal-600 {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:from-teal-700 {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:from-teal-800 {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:from-teal-900 {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:from-blue-50 {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:from-blue-100 {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:from-blue-200 {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:from-blue-300 {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:from-blue-400 {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:from-blue-500 {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:from-blue-600 {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:from-blue-700 {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:from-blue-800 {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:from-blue-900 {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:from-indigo-100 {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:from-indigo-200 {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:from-indigo-300 {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:from-indigo-400 {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:from-indigo-500 {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:from-indigo-600 {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:from-indigo-700 {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:from-indigo-800 {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:from-indigo-900 {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:from-purple-50 {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:from-purple-100 {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:from-purple-200 {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:from-purple-300 {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:from-purple-400 {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:from-purple-500 {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:from-purple-600 {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:from-purple-700 {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:from-purple-800 {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:from-purple-900 {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:from-pink-50 {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:from-pink-100 {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:from-pink-200 {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:from-pink-300 {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:from-pink-400 {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:from-pink-500 {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:from-pink-600 {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:from-pink-700 {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:from-pink-800 {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:from-pink-900 {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:from-grey-50 {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:from-grey-100 {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:from-grey-200 {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:from-grey-300 {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:from-grey-400 {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:from-grey-500 {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:from-grey-600 {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:from-grey-700 {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:from-grey-800 {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:from-grey-900 {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:from-grey-light {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:from-primary-light {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .xl\:from-primary-DEFAULT {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:from-primary-dark {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:from-secondary-light {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .xl\:from-secondary-DEFAULT {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:from-secondary-dark {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:from-success-light {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:from-success-DEFAULT {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:from-success-dark {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:from-warning-light {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:from-warning-DEFAULT {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:from-warning-dark {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:from-danger-light {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:from-danger-DEFAULT {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:from-danger-dark {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:from-info-light {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:from-info-DEFAULT {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:from-info-dark {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:from-neutral-light {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:from-neutral-DEFAULT {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:from-neutral-dark {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:from-telegram {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .xl\:from-instagram {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .xl\:from-facebook {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .xl\:from-whatsapp {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .xl\:from-linkedin {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .xl\:from-cyan-50 {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:from-cyan-100 {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:from-cyan-200 {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:from-cyan-300 {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:from-cyan-400 {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:from-cyan-500 {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:from-cyan-600 {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:from-cyan-700 {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:from-cyan-800 {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:from-cyan-900 {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:via-transparent {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-current {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-black {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:via-white {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-gray-100 {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:via-gray-200 {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:via-gray-300 {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:via-gray-400 {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:via-gray-500 {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:via-gray-600 {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:via-gray-700 {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:via-gray-800 {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:via-gray-900 {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:via-red-50 {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:via-red-100 {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:via-red-200 {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:via-red-300 {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:via-red-400 {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:via-red-500 {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:via-red-600 {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:via-red-700 {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:via-red-800 {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:via-red-900 {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:via-orange-50 {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:via-orange-100 {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:via-orange-200 {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:via-orange-300 {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:via-orange-400 {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:via-orange-500 {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:via-orange-600 {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:via-orange-700 {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:via-orange-800 {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:via-orange-900 {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:via-yellow-50 {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:via-yellow-100 {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:via-yellow-200 {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:via-yellow-300 {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:via-yellow-400 {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:via-yellow-500 {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:via-yellow-600 {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:via-yellow-700 {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:via-yellow-800 {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:via-yellow-900 {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:via-green-50 {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:via-green-100 {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:via-green-200 {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:via-green-300 {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:via-green-400 {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:via-green-500 {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:via-green-600 {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:via-green-700 {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:via-green-800 {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:via-green-900 {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:via-teal-50 {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:via-teal-100 {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:via-teal-200 {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:via-teal-300 {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:via-teal-400 {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:via-teal-500 {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:via-teal-600 {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:via-teal-700 {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:via-teal-800 {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:via-teal-900 {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:via-blue-50 {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:via-blue-100 {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:via-blue-200 {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:via-blue-300 {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:via-blue-400 {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:via-blue-500 {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:via-blue-600 {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:via-blue-700 {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:via-blue-800 {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:via-blue-900 {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:via-indigo-100 {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:via-indigo-200 {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:via-indigo-300 {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:via-indigo-400 {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:via-indigo-500 {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:via-indigo-600 {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:via-indigo-700 {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:via-indigo-800 {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:via-indigo-900 {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:via-purple-50 {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:via-purple-100 {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:via-purple-200 {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:via-purple-300 {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:via-purple-400 {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:via-purple-500 {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:via-purple-600 {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:via-purple-700 {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:via-purple-800 {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:via-purple-900 {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:via-pink-50 {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:via-pink-100 {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:via-pink-200 {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:via-pink-300 {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:via-pink-400 {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:via-pink-500 {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:via-pink-600 {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:via-pink-700 {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:via-pink-800 {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:via-pink-900 {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:via-grey-50 {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:via-grey-100 {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:via-grey-200 {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:via-grey-300 {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:via-grey-400 {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:via-grey-500 {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:via-grey-600 {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:via-grey-700 {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:via-grey-800 {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:via-grey-900 {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:via-grey-light {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:via-primary-light {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .xl\:via-primary-DEFAULT {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:via-primary-dark {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:via-secondary-light {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .xl\:via-secondary-DEFAULT {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:via-secondary-dark {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:via-success-light {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:via-success-DEFAULT {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:via-success-dark {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:via-warning-light {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:via-warning-DEFAULT {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:via-warning-dark {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:via-danger-light {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:via-danger-DEFAULT {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:via-danger-dark {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:via-info-light {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:via-info-DEFAULT {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:via-info-dark {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:via-neutral-light {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:via-neutral-DEFAULT {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:via-neutral-dark {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:via-telegram {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .xl\:via-instagram {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .xl\:via-facebook {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .xl\:via-whatsapp {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .xl\:via-linkedin {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .xl\:via-cyan-50 {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:via-cyan-100 {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:via-cyan-200 {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:via-cyan-300 {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:via-cyan-400 {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:via-cyan-500 {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:via-cyan-600 {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:via-cyan-700 {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:via-cyan-800 {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:via-cyan-900 {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:to-transparent {
    --gradient-to-color: transparent !important;
  }

  .xl\:to-current {
    --gradient-to-color: currentColor !important;
  }

  .xl\:to-black {
    --gradient-to-color: #22292f !important;
  }

  .xl\:to-white {
    --gradient-to-color: #ffffff !important;
  }

  .xl\:to-gray-100 {
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:to-gray-200 {
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:to-gray-300 {
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:to-gray-400 {
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:to-gray-500 {
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:to-gray-600 {
    --gradient-to-color: #718096 !important;
  }

  .xl\:to-gray-700 {
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:to-gray-800 {
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:to-gray-900 {
    --gradient-to-color: #1a202c !important;
  }

  .xl\:to-red-50 {
    --gradient-to-color: #fef2f2 !important;
  }

  .xl\:to-red-100 {
    --gradient-to-color: #fee2e2 !important;
  }

  .xl\:to-red-200 {
    --gradient-to-color: #fecaca !important;
  }

  .xl\:to-red-300 {
    --gradient-to-color: #fca5a5 !important;
  }

  .xl\:to-red-400 {
    --gradient-to-color: #f87171 !important;
  }

  .xl\:to-red-500 {
    --gradient-to-color: #ef4444 !important;
  }

  .xl\:to-red-600 {
    --gradient-to-color: #dc2626 !important;
  }

  .xl\:to-red-700 {
    --gradient-to-color: #b91c1c !important;
  }

  .xl\:to-red-800 {
    --gradient-to-color: #991b1b !important;
  }

  .xl\:to-red-900 {
    --gradient-to-color: #7f1d1d !important;
  }

  .xl\:to-orange-50 {
    --gradient-to-color: #fff7ed !important;
  }

  .xl\:to-orange-100 {
    --gradient-to-color: #ffedd5 !important;
  }

  .xl\:to-orange-200 {
    --gradient-to-color: #fed7aa !important;
  }

  .xl\:to-orange-300 {
    --gradient-to-color: #fdba74 !important;
  }

  .xl\:to-orange-400 {
    --gradient-to-color: #fb923c !important;
  }

  .xl\:to-orange-500 {
    --gradient-to-color: #f97316 !important;
  }

  .xl\:to-orange-600 {
    --gradient-to-color: #ea580c !important;
  }

  .xl\:to-orange-700 {
    --gradient-to-color: #c2410c !important;
  }

  .xl\:to-orange-800 {
    --gradient-to-color: #9a3412 !important;
  }

  .xl\:to-orange-900 {
    --gradient-to-color: #7c2d12 !important;
  }

  .xl\:to-yellow-50 {
    --gradient-to-color: #fefce8 !important;
  }

  .xl\:to-yellow-100 {
    --gradient-to-color: #fef9c3 !important;
  }

  .xl\:to-yellow-200 {
    --gradient-to-color: #fef08a !important;
  }

  .xl\:to-yellow-300 {
    --gradient-to-color: #fde047 !important;
  }

  .xl\:to-yellow-400 {
    --gradient-to-color: #facc15 !important;
  }

  .xl\:to-yellow-500 {
    --gradient-to-color: #eab308 !important;
  }

  .xl\:to-yellow-600 {
    --gradient-to-color: #ca8a04 !important;
  }

  .xl\:to-yellow-700 {
    --gradient-to-color: #a16207 !important;
  }

  .xl\:to-yellow-800 {
    --gradient-to-color: #854d0e !important;
  }

  .xl\:to-yellow-900 {
    --gradient-to-color: #713f12 !important;
  }

  .xl\:to-green-50 {
    --gradient-to-color: #f0fdf4 !important;
  }

  .xl\:to-green-100 {
    --gradient-to-color: #dcfce7 !important;
  }

  .xl\:to-green-200 {
    --gradient-to-color: #bbf7d0 !important;
  }

  .xl\:to-green-300 {
    --gradient-to-color: #86efac !important;
  }

  .xl\:to-green-400 {
    --gradient-to-color: #4ade80 !important;
  }

  .xl\:to-green-500 {
    --gradient-to-color: #22c55e !important;
  }

  .xl\:to-green-600 {
    --gradient-to-color: #16a34a !important;
  }

  .xl\:to-green-700 {
    --gradient-to-color: #15803d !important;
  }

  .xl\:to-green-800 {
    --gradient-to-color: #166534 !important;
  }

  .xl\:to-green-900 {
    --gradient-to-color: #14532d !important;
  }

  .xl\:to-teal-50 {
    --gradient-to-color: #f0fdfa !important;
  }

  .xl\:to-teal-100 {
    --gradient-to-color: #ccfbf1 !important;
  }

  .xl\:to-teal-200 {
    --gradient-to-color: #99f6e4 !important;
  }

  .xl\:to-teal-300 {
    --gradient-to-color: #5eead4 !important;
  }

  .xl\:to-teal-400 {
    --gradient-to-color: #2dd4bf !important;
  }

  .xl\:to-teal-500 {
    --gradient-to-color: #14b8a6 !important;
  }

  .xl\:to-teal-600 {
    --gradient-to-color: #0d9488 !important;
  }

  .xl\:to-teal-700 {
    --gradient-to-color: #0f766e !important;
  }

  .xl\:to-teal-800 {
    --gradient-to-color: #115e59 !important;
  }

  .xl\:to-teal-900 {
    --gradient-to-color: #134e4a !important;
  }

  .xl\:to-blue-50 {
    --gradient-to-color: #eff6ff !important;
  }

  .xl\:to-blue-100 {
    --gradient-to-color: #dbeafe !important;
  }

  .xl\:to-blue-200 {
    --gradient-to-color: #bfdbfe !important;
  }

  .xl\:to-blue-300 {
    --gradient-to-color: #93c5fd !important;
  }

  .xl\:to-blue-400 {
    --gradient-to-color: #60a5fa !important;
  }

  .xl\:to-blue-500 {
    --gradient-to-color: #3b82f6 !important;
  }

  .xl\:to-blue-600 {
    --gradient-to-color: #2563eb !important;
  }

  .xl\:to-blue-700 {
    --gradient-to-color: #1d4ed8 !important;
  }

  .xl\:to-blue-800 {
    --gradient-to-color: #1e40af !important;
  }

  .xl\:to-blue-900 {
    --gradient-to-color: #1e3a8a !important;
  }

  .xl\:to-indigo-100 {
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:to-indigo-200 {
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:to-indigo-300 {
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:to-indigo-400 {
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:to-indigo-500 {
    --gradient-to-color: #667eea !important;
  }

  .xl\:to-indigo-600 {
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:to-indigo-700 {
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:to-indigo-800 {
    --gradient-to-color: #434190 !important;
  }

  .xl\:to-indigo-900 {
    --gradient-to-color: #3c366b !important;
  }

  .xl\:to-purple-50 {
    --gradient-to-color: #f5f3ff !important;
  }

  .xl\:to-purple-100 {
    --gradient-to-color: #ede9fe !important;
  }

  .xl\:to-purple-200 {
    --gradient-to-color: #ddd6fe !important;
  }

  .xl\:to-purple-300 {
    --gradient-to-color: #c4b5fd !important;
  }

  .xl\:to-purple-400 {
    --gradient-to-color: #a78bfa !important;
  }

  .xl\:to-purple-500 {
    --gradient-to-color: #8b5cf6 !important;
  }

  .xl\:to-purple-600 {
    --gradient-to-color: #7c3aed !important;
  }

  .xl\:to-purple-700 {
    --gradient-to-color: #6d28d9 !important;
  }

  .xl\:to-purple-800 {
    --gradient-to-color: #5b21b6 !important;
  }

  .xl\:to-purple-900 {
    --gradient-to-color: #4c1d95 !important;
  }

  .xl\:to-pink-50 {
    --gradient-to-color: #fdf2f8 !important;
  }

  .xl\:to-pink-100 {
    --gradient-to-color: #fce7f3 !important;
  }

  .xl\:to-pink-200 {
    --gradient-to-color: #fbcfe8 !important;
  }

  .xl\:to-pink-300 {
    --gradient-to-color: #f9a8d4 !important;
  }

  .xl\:to-pink-400 {
    --gradient-to-color: #f472b6 !important;
  }

  .xl\:to-pink-500 {
    --gradient-to-color: #ec4899 !important;
  }

  .xl\:to-pink-600 {
    --gradient-to-color: #db2777 !important;
  }

  .xl\:to-pink-700 {
    --gradient-to-color: #be185d !important;
  }

  .xl\:to-pink-800 {
    --gradient-to-color: #9d174d !important;
  }

  .xl\:to-pink-900 {
    --gradient-to-color: #831843 !important;
  }

  .xl\:to-grey-50 {
    --gradient-to-color: #f9fafb !important;
  }

  .xl\:to-grey-100 {
    --gradient-to-color: #f3f4f6 !important;
  }

  .xl\:to-grey-200 {
    --gradient-to-color: #e5e7eb !important;
  }

  .xl\:to-grey-300 {
    --gradient-to-color: #d1d5db !important;
  }

  .xl\:to-grey-400 {
    --gradient-to-color: #9ca3af !important;
  }

  .xl\:to-grey-500 {
    --gradient-to-color: #6b7280 !important;
  }

  .xl\:to-grey-600 {
    --gradient-to-color: #4b5563 !important;
  }

  .xl\:to-grey-700 {
    --gradient-to-color: #374151 !important;
  }

  .xl\:to-grey-800 {
    --gradient-to-color: #1f2937 !important;
  }

  .xl\:to-grey-900 {
    --gradient-to-color: #111827 !important;
  }

  .xl\:to-grey-light {
    --gradient-to-color: #dae1e7 !important;
  }

  .xl\:to-primary-light {
    --gradient-to-color: #3F8CFF !important;
  }

  .xl\:to-primary-DEFAULT {
    --gradient-to-color: #1D4ED8 !important;
  }

  .xl\:to-primary-dark {
    --gradient-to-color: #1E40AF !important;
  }

  .xl\:to-secondary-light {
    --gradient-to-color: #FF7C7C !important;
  }

  .xl\:to-secondary-DEFAULT {
    --gradient-to-color: #EF4444 !important;
  }

  .xl\:to-secondary-dark {
    --gradient-to-color: #B91C1C !important;
  }

  .xl\:to-success-light {
    --gradient-to-color: #4ADE80 !important;
  }

  .xl\:to-success-DEFAULT {
    --gradient-to-color: #16A34A !important;
  }

  .xl\:to-success-dark {
    --gradient-to-color: #15803D !important;
  }

  .xl\:to-warning-light {
    --gradient-to-color: #FDE047 !important;
  }

  .xl\:to-warning-DEFAULT {
    --gradient-to-color: #F59E0B !important;
  }

  .xl\:to-warning-dark {
    --gradient-to-color: #B45309 !important;
  }

  .xl\:to-danger-light {
    --gradient-to-color: #F87171 !important;
  }

  .xl\:to-danger-DEFAULT {
    --gradient-to-color: #DC2626 !important;
  }

  .xl\:to-danger-dark {
    --gradient-to-color: #991B1B !important;
  }

  .xl\:to-info-light {
    --gradient-to-color: #60A5FA !important;
  }

  .xl\:to-info-DEFAULT {
    --gradient-to-color: #3B82F6 !important;
  }

  .xl\:to-info-dark {
    --gradient-to-color: #1D4ED8 !important;
  }

  .xl\:to-neutral-light {
    --gradient-to-color: #F3F4F6 !important;
  }

  .xl\:to-neutral-DEFAULT {
    --gradient-to-color: #9CA3AF !important;
  }

  .xl\:to-neutral-dark {
    --gradient-to-color: #4B5563 !important;
  }

  .xl\:to-telegram {
    --gradient-to-color: #0088CC !important;
  }

  .xl\:to-instagram {
    --gradient-to-color: #C13584 !important;
  }

  .xl\:to-facebook {
    --gradient-to-color: #3b5998 !important;
  }

  .xl\:to-whatsapp {
    --gradient-to-color: #25D366 !important;
  }

  .xl\:to-linkedin {
    --gradient-to-color: #0e76a8 !important;
  }

  .xl\:to-cyan-50 {
    --gradient-to-color: #ecfeff !important;
  }

  .xl\:to-cyan-100 {
    --gradient-to-color: #cffafe !important;
  }

  .xl\:to-cyan-200 {
    --gradient-to-color: #a5f3fc !important;
  }

  .xl\:to-cyan-300 {
    --gradient-to-color: #67e8f9 !important;
  }

  .xl\:to-cyan-400 {
    --gradient-to-color: #22d3ee !important;
  }

  .xl\:to-cyan-500 {
    --gradient-to-color: #06b6d4 !important;
  }

  .xl\:to-cyan-600 {
    --gradient-to-color: #0891b2 !important;
  }

  .xl\:to-cyan-700 {
    --gradient-to-color: #0e7490 !important;
  }

  .xl\:to-cyan-800 {
    --gradient-to-color: #155e75 !important;
  }

  .xl\:to-cyan-900 {
    --gradient-to-color: #164e63 !important;
  }

  .xl\:hover\:from-transparent:hover {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-current:hover {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-black:hover {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:hover\:from-white:hover {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-gray-100:hover {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:from-gray-200:hover {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:hover\:from-gray-300:hover {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:from-gray-400:hover {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:from-gray-500:hover {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:from-gray-600:hover {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:from-gray-700:hover {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:from-gray-800:hover {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:from-gray-900:hover {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:from-red-50:hover {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:from-red-100:hover {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:from-red-200:hover {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:from-red-300:hover {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:from-red-400:hover {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:from-red-500:hover {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:from-red-600:hover {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:from-red-700:hover {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:from-red-800:hover {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:from-red-900:hover {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:from-orange-50:hover {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:hover\:from-orange-100:hover {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:hover\:from-orange-200:hover {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:hover\:from-orange-300:hover {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:hover\:from-orange-400:hover {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:hover\:from-orange-500:hover {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:hover\:from-orange-600:hover {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:hover\:from-orange-700:hover {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:hover\:from-orange-800:hover {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:hover\:from-orange-900:hover {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:hover\:from-yellow-50:hover {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:hover\:from-yellow-100:hover {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:hover\:from-yellow-200:hover {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:hover\:from-yellow-300:hover {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:hover\:from-yellow-400:hover {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:hover\:from-yellow-500:hover {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:hover\:from-yellow-600:hover {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:hover\:from-yellow-700:hover {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:hover\:from-yellow-800:hover {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:hover\:from-yellow-900:hover {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:hover\:from-green-50:hover {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:hover\:from-green-100:hover {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:hover\:from-green-200:hover {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:hover\:from-green-300:hover {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:hover\:from-green-400:hover {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:hover\:from-green-500:hover {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:hover\:from-green-600:hover {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:hover\:from-green-700:hover {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:hover\:from-green-800:hover {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:hover\:from-green-900:hover {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:hover\:from-teal-50:hover {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:hover\:from-teal-100:hover {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:hover\:from-teal-200:hover {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:hover\:from-teal-300:hover {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:hover\:from-teal-400:hover {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:hover\:from-teal-500:hover {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:hover\:from-teal-600:hover {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:hover\:from-teal-700:hover {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:hover\:from-teal-800:hover {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:hover\:from-teal-900:hover {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:hover\:from-blue-50:hover {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-100:hover {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:hover\:from-blue-200:hover {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:hover\:from-blue-300:hover {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:hover\:from-blue-400:hover {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:from-blue-500:hover {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:from-blue-600:hover {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:hover\:from-blue-700:hover {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:from-blue-800:hover {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:from-blue-900:hover {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:hover\:from-indigo-100:hover {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:from-indigo-200:hover {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:from-indigo-300:hover {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:from-indigo-400:hover {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:from-indigo-500:hover {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:from-indigo-600:hover {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:from-indigo-700:hover {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:from-indigo-800:hover {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:from-indigo-900:hover {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:from-purple-50:hover {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:hover\:from-purple-100:hover {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:hover\:from-purple-200:hover {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:hover\:from-purple-300:hover {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:hover\:from-purple-400:hover {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:hover\:from-purple-500:hover {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:hover\:from-purple-600:hover {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:hover\:from-purple-700:hover {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:hover\:from-purple-800:hover {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:hover\:from-purple-900:hover {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:hover\:from-pink-50:hover {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:hover\:from-pink-100:hover {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:hover\:from-pink-200:hover {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:hover\:from-pink-300:hover {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:hover\:from-pink-400:hover {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:hover\:from-pink-500:hover {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:hover\:from-pink-600:hover {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:hover\:from-pink-700:hover {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:hover\:from-pink-800:hover {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:hover\:from-pink-900:hover {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:hover\:from-grey-50:hover {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:hover\:from-grey-100:hover {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:hover\:from-grey-200:hover {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:hover\:from-grey-300:hover {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:hover\:from-grey-400:hover {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:from-grey-500:hover {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:from-grey-600:hover {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:from-grey-700:hover {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:hover\:from-grey-800:hover {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:hover\:from-grey-900:hover {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:hover\:from-grey-light:hover {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:hover\:from-primary-light:hover {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .xl\:hover\:from-primary-DEFAULT:hover {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:from-primary-dark:hover {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:from-secondary-light:hover {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .xl\:hover\:from-secondary-DEFAULT:hover {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:from-secondary-dark:hover {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:from-success-light:hover {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:hover\:from-success-DEFAULT:hover {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:hover\:from-success-dark:hover {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:hover\:from-warning-light:hover {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:hover\:from-warning-DEFAULT:hover {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:hover\:from-warning-dark:hover {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:hover\:from-danger-light:hover {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:from-danger-DEFAULT:hover {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:from-danger-dark:hover {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:from-info-light:hover {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:from-info-DEFAULT:hover {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:from-info-dark:hover {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:from-neutral-light:hover {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:hover\:from-neutral-DEFAULT:hover {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:from-neutral-dark:hover {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:from-telegram:hover {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .xl\:hover\:from-instagram:hover {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .xl\:hover\:from-facebook:hover {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .xl\:hover\:from-whatsapp:hover {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .xl\:hover\:from-linkedin:hover {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .xl\:hover\:from-cyan-50:hover {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:hover\:from-cyan-100:hover {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:hover\:from-cyan-200:hover {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:hover\:from-cyan-300:hover {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:hover\:from-cyan-400:hover {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:hover\:from-cyan-500:hover {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:hover\:from-cyan-600:hover {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:hover\:from-cyan-700:hover {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:hover\:from-cyan-800:hover {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:hover\:from-cyan-900:hover {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-current:hover {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-black:hover {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:hover\:via-white:hover {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-gray-100:hover {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:via-gray-200:hover {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:hover\:via-gray-300:hover {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:via-gray-400:hover {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:via-gray-500:hover {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:via-gray-600:hover {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:via-gray-700:hover {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:via-gray-800:hover {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:via-gray-900:hover {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:via-red-50:hover {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:via-red-100:hover {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:via-red-200:hover {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:via-red-300:hover {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:via-red-400:hover {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:via-red-500:hover {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:via-red-600:hover {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:via-red-700:hover {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:via-red-800:hover {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:via-red-900:hover {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:via-orange-50:hover {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:hover\:via-orange-100:hover {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:hover\:via-orange-200:hover {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:hover\:via-orange-300:hover {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:hover\:via-orange-400:hover {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:hover\:via-orange-500:hover {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:hover\:via-orange-600:hover {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:hover\:via-orange-700:hover {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:hover\:via-orange-800:hover {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:hover\:via-orange-900:hover {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:hover\:via-yellow-50:hover {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:hover\:via-yellow-100:hover {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:hover\:via-yellow-200:hover {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:hover\:via-yellow-300:hover {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:hover\:via-yellow-400:hover {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:hover\:via-yellow-500:hover {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:hover\:via-yellow-600:hover {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:hover\:via-yellow-700:hover {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:hover\:via-yellow-800:hover {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:hover\:via-yellow-900:hover {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:hover\:via-green-50:hover {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:hover\:via-green-100:hover {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:hover\:via-green-200:hover {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:hover\:via-green-300:hover {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:hover\:via-green-400:hover {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:hover\:via-green-500:hover {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:hover\:via-green-600:hover {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:hover\:via-green-700:hover {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:hover\:via-green-800:hover {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:hover\:via-green-900:hover {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:hover\:via-teal-50:hover {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:hover\:via-teal-100:hover {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:hover\:via-teal-200:hover {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:hover\:via-teal-300:hover {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:hover\:via-teal-400:hover {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:hover\:via-teal-500:hover {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:hover\:via-teal-600:hover {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:hover\:via-teal-700:hover {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:hover\:via-teal-800:hover {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:hover\:via-teal-900:hover {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:hover\:via-blue-50:hover {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-100:hover {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:hover\:via-blue-200:hover {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:hover\:via-blue-300:hover {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:hover\:via-blue-400:hover {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:via-blue-500:hover {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:via-blue-600:hover {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:hover\:via-blue-700:hover {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:via-blue-800:hover {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:via-blue-900:hover {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:hover\:via-indigo-100:hover {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:via-indigo-200:hover {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:via-indigo-300:hover {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:via-indigo-400:hover {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:via-indigo-500:hover {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:via-indigo-600:hover {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:via-indigo-700:hover {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:via-indigo-800:hover {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:via-indigo-900:hover {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:via-purple-50:hover {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:hover\:via-purple-100:hover {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:hover\:via-purple-200:hover {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:hover\:via-purple-300:hover {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:hover\:via-purple-400:hover {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:hover\:via-purple-500:hover {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:hover\:via-purple-600:hover {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:hover\:via-purple-700:hover {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:hover\:via-purple-800:hover {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:hover\:via-purple-900:hover {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:hover\:via-pink-50:hover {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:hover\:via-pink-100:hover {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:hover\:via-pink-200:hover {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:hover\:via-pink-300:hover {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:hover\:via-pink-400:hover {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:hover\:via-pink-500:hover {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:hover\:via-pink-600:hover {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:hover\:via-pink-700:hover {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:hover\:via-pink-800:hover {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:hover\:via-pink-900:hover {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:hover\:via-grey-50:hover {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:hover\:via-grey-100:hover {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:hover\:via-grey-200:hover {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:hover\:via-grey-300:hover {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:hover\:via-grey-400:hover {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:via-grey-500:hover {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:hover\:via-grey-600:hover {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:via-grey-700:hover {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:hover\:via-grey-800:hover {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:hover\:via-grey-900:hover {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:hover\:via-grey-light:hover {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:hover\:via-primary-light:hover {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .xl\:hover\:via-primary-DEFAULT:hover {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:via-primary-dark:hover {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:via-secondary-light:hover {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .xl\:hover\:via-secondary-DEFAULT:hover {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:via-secondary-dark:hover {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:via-success-light:hover {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:hover\:via-success-DEFAULT:hover {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:hover\:via-success-dark:hover {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:hover\:via-warning-light:hover {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:hover\:via-warning-DEFAULT:hover {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:hover\:via-warning-dark:hover {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:hover\:via-danger-light:hover {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:via-danger-DEFAULT:hover {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:via-danger-dark:hover {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:via-info-light:hover {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:via-info-DEFAULT:hover {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:via-info-dark:hover {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:via-neutral-light:hover {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:hover\:via-neutral-DEFAULT:hover {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:hover\:via-neutral-dark:hover {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:via-telegram:hover {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .xl\:hover\:via-instagram:hover {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .xl\:hover\:via-facebook:hover {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .xl\:hover\:via-whatsapp:hover {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .xl\:hover\:via-linkedin:hover {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .xl\:hover\:via-cyan-50:hover {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:hover\:via-cyan-100:hover {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:hover\:via-cyan-200:hover {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:hover\:via-cyan-300:hover {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:hover\:via-cyan-400:hover {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:hover\:via-cyan-500:hover {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:hover\:via-cyan-600:hover {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:hover\:via-cyan-700:hover {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:hover\:via-cyan-800:hover {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:hover\:via-cyan-900:hover {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:hover\:to-transparent:hover {
    --gradient-to-color: transparent !important;
  }

  .xl\:hover\:to-current:hover {
    --gradient-to-color: currentColor !important;
  }

  .xl\:hover\:to-black:hover {
    --gradient-to-color: #22292f !important;
  }

  .xl\:hover\:to-white:hover {
    --gradient-to-color: #ffffff !important;
  }

  .xl\:hover\:to-gray-100:hover {
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:hover\:to-gray-200:hover {
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:hover\:to-gray-300:hover {
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:hover\:to-gray-400:hover {
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:hover\:to-gray-500:hover {
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:hover\:to-gray-600:hover {
    --gradient-to-color: #718096 !important;
  }

  .xl\:hover\:to-gray-700:hover {
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:hover\:to-gray-800:hover {
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:hover\:to-gray-900:hover {
    --gradient-to-color: #1a202c !important;
  }

  .xl\:hover\:to-red-50:hover {
    --gradient-to-color: #fef2f2 !important;
  }

  .xl\:hover\:to-red-100:hover {
    --gradient-to-color: #fee2e2 !important;
  }

  .xl\:hover\:to-red-200:hover {
    --gradient-to-color: #fecaca !important;
  }

  .xl\:hover\:to-red-300:hover {
    --gradient-to-color: #fca5a5 !important;
  }

  .xl\:hover\:to-red-400:hover {
    --gradient-to-color: #f87171 !important;
  }

  .xl\:hover\:to-red-500:hover {
    --gradient-to-color: #ef4444 !important;
  }

  .xl\:hover\:to-red-600:hover {
    --gradient-to-color: #dc2626 !important;
  }

  .xl\:hover\:to-red-700:hover {
    --gradient-to-color: #b91c1c !important;
  }

  .xl\:hover\:to-red-800:hover {
    --gradient-to-color: #991b1b !important;
  }

  .xl\:hover\:to-red-900:hover {
    --gradient-to-color: #7f1d1d !important;
  }

  .xl\:hover\:to-orange-50:hover {
    --gradient-to-color: #fff7ed !important;
  }

  .xl\:hover\:to-orange-100:hover {
    --gradient-to-color: #ffedd5 !important;
  }

  .xl\:hover\:to-orange-200:hover {
    --gradient-to-color: #fed7aa !important;
  }

  .xl\:hover\:to-orange-300:hover {
    --gradient-to-color: #fdba74 !important;
  }

  .xl\:hover\:to-orange-400:hover {
    --gradient-to-color: #fb923c !important;
  }

  .xl\:hover\:to-orange-500:hover {
    --gradient-to-color: #f97316 !important;
  }

  .xl\:hover\:to-orange-600:hover {
    --gradient-to-color: #ea580c !important;
  }

  .xl\:hover\:to-orange-700:hover {
    --gradient-to-color: #c2410c !important;
  }

  .xl\:hover\:to-orange-800:hover {
    --gradient-to-color: #9a3412 !important;
  }

  .xl\:hover\:to-orange-900:hover {
    --gradient-to-color: #7c2d12 !important;
  }

  .xl\:hover\:to-yellow-50:hover {
    --gradient-to-color: #fefce8 !important;
  }

  .xl\:hover\:to-yellow-100:hover {
    --gradient-to-color: #fef9c3 !important;
  }

  .xl\:hover\:to-yellow-200:hover {
    --gradient-to-color: #fef08a !important;
  }

  .xl\:hover\:to-yellow-300:hover {
    --gradient-to-color: #fde047 !important;
  }

  .xl\:hover\:to-yellow-400:hover {
    --gradient-to-color: #facc15 !important;
  }

  .xl\:hover\:to-yellow-500:hover {
    --gradient-to-color: #eab308 !important;
  }

  .xl\:hover\:to-yellow-600:hover {
    --gradient-to-color: #ca8a04 !important;
  }

  .xl\:hover\:to-yellow-700:hover {
    --gradient-to-color: #a16207 !important;
  }

  .xl\:hover\:to-yellow-800:hover {
    --gradient-to-color: #854d0e !important;
  }

  .xl\:hover\:to-yellow-900:hover {
    --gradient-to-color: #713f12 !important;
  }

  .xl\:hover\:to-green-50:hover {
    --gradient-to-color: #f0fdf4 !important;
  }

  .xl\:hover\:to-green-100:hover {
    --gradient-to-color: #dcfce7 !important;
  }

  .xl\:hover\:to-green-200:hover {
    --gradient-to-color: #bbf7d0 !important;
  }

  .xl\:hover\:to-green-300:hover {
    --gradient-to-color: #86efac !important;
  }

  .xl\:hover\:to-green-400:hover {
    --gradient-to-color: #4ade80 !important;
  }

  .xl\:hover\:to-green-500:hover {
    --gradient-to-color: #22c55e !important;
  }

  .xl\:hover\:to-green-600:hover {
    --gradient-to-color: #16a34a !important;
  }

  .xl\:hover\:to-green-700:hover {
    --gradient-to-color: #15803d !important;
  }

  .xl\:hover\:to-green-800:hover {
    --gradient-to-color: #166534 !important;
  }

  .xl\:hover\:to-green-900:hover {
    --gradient-to-color: #14532d !important;
  }

  .xl\:hover\:to-teal-50:hover {
    --gradient-to-color: #f0fdfa !important;
  }

  .xl\:hover\:to-teal-100:hover {
    --gradient-to-color: #ccfbf1 !important;
  }

  .xl\:hover\:to-teal-200:hover {
    --gradient-to-color: #99f6e4 !important;
  }

  .xl\:hover\:to-teal-300:hover {
    --gradient-to-color: #5eead4 !important;
  }

  .xl\:hover\:to-teal-400:hover {
    --gradient-to-color: #2dd4bf !important;
  }

  .xl\:hover\:to-teal-500:hover {
    --gradient-to-color: #14b8a6 !important;
  }

  .xl\:hover\:to-teal-600:hover {
    --gradient-to-color: #0d9488 !important;
  }

  .xl\:hover\:to-teal-700:hover {
    --gradient-to-color: #0f766e !important;
  }

  .xl\:hover\:to-teal-800:hover {
    --gradient-to-color: #115e59 !important;
  }

  .xl\:hover\:to-teal-900:hover {
    --gradient-to-color: #134e4a !important;
  }

  .xl\:hover\:to-blue-50:hover {
    --gradient-to-color: #eff6ff !important;
  }

  .xl\:hover\:to-blue-100:hover {
    --gradient-to-color: #dbeafe !important;
  }

  .xl\:hover\:to-blue-200:hover {
    --gradient-to-color: #bfdbfe !important;
  }

  .xl\:hover\:to-blue-300:hover {
    --gradient-to-color: #93c5fd !important;
  }

  .xl\:hover\:to-blue-400:hover {
    --gradient-to-color: #60a5fa !important;
  }

  .xl\:hover\:to-blue-500:hover {
    --gradient-to-color: #3b82f6 !important;
  }

  .xl\:hover\:to-blue-600:hover {
    --gradient-to-color: #2563eb !important;
  }

  .xl\:hover\:to-blue-700:hover {
    --gradient-to-color: #1d4ed8 !important;
  }

  .xl\:hover\:to-blue-800:hover {
    --gradient-to-color: #1e40af !important;
  }

  .xl\:hover\:to-blue-900:hover {
    --gradient-to-color: #1e3a8a !important;
  }

  .xl\:hover\:to-indigo-100:hover {
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:hover\:to-indigo-200:hover {
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:hover\:to-indigo-300:hover {
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:hover\:to-indigo-400:hover {
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:hover\:to-indigo-500:hover {
    --gradient-to-color: #667eea !important;
  }

  .xl\:hover\:to-indigo-600:hover {
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:hover\:to-indigo-700:hover {
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:hover\:to-indigo-800:hover {
    --gradient-to-color: #434190 !important;
  }

  .xl\:hover\:to-indigo-900:hover {
    --gradient-to-color: #3c366b !important;
  }

  .xl\:hover\:to-purple-50:hover {
    --gradient-to-color: #f5f3ff !important;
  }

  .xl\:hover\:to-purple-100:hover {
    --gradient-to-color: #ede9fe !important;
  }

  .xl\:hover\:to-purple-200:hover {
    --gradient-to-color: #ddd6fe !important;
  }

  .xl\:hover\:to-purple-300:hover {
    --gradient-to-color: #c4b5fd !important;
  }

  .xl\:hover\:to-purple-400:hover {
    --gradient-to-color: #a78bfa !important;
  }

  .xl\:hover\:to-purple-500:hover {
    --gradient-to-color: #8b5cf6 !important;
  }

  .xl\:hover\:to-purple-600:hover {
    --gradient-to-color: #7c3aed !important;
  }

  .xl\:hover\:to-purple-700:hover {
    --gradient-to-color: #6d28d9 !important;
  }

  .xl\:hover\:to-purple-800:hover {
    --gradient-to-color: #5b21b6 !important;
  }

  .xl\:hover\:to-purple-900:hover {
    --gradient-to-color: #4c1d95 !important;
  }

  .xl\:hover\:to-pink-50:hover {
    --gradient-to-color: #fdf2f8 !important;
  }

  .xl\:hover\:to-pink-100:hover {
    --gradient-to-color: #fce7f3 !important;
  }

  .xl\:hover\:to-pink-200:hover {
    --gradient-to-color: #fbcfe8 !important;
  }

  .xl\:hover\:to-pink-300:hover {
    --gradient-to-color: #f9a8d4 !important;
  }

  .xl\:hover\:to-pink-400:hover {
    --gradient-to-color: #f472b6 !important;
  }

  .xl\:hover\:to-pink-500:hover {
    --gradient-to-color: #ec4899 !important;
  }

  .xl\:hover\:to-pink-600:hover {
    --gradient-to-color: #db2777 !important;
  }

  .xl\:hover\:to-pink-700:hover {
    --gradient-to-color: #be185d !important;
  }

  .xl\:hover\:to-pink-800:hover {
    --gradient-to-color: #9d174d !important;
  }

  .xl\:hover\:to-pink-900:hover {
    --gradient-to-color: #831843 !important;
  }

  .xl\:hover\:to-grey-50:hover {
    --gradient-to-color: #f9fafb !important;
  }

  .xl\:hover\:to-grey-100:hover {
    --gradient-to-color: #f3f4f6 !important;
  }

  .xl\:hover\:to-grey-200:hover {
    --gradient-to-color: #e5e7eb !important;
  }

  .xl\:hover\:to-grey-300:hover {
    --gradient-to-color: #d1d5db !important;
  }

  .xl\:hover\:to-grey-400:hover {
    --gradient-to-color: #9ca3af !important;
  }

  .xl\:hover\:to-grey-500:hover {
    --gradient-to-color: #6b7280 !important;
  }

  .xl\:hover\:to-grey-600:hover {
    --gradient-to-color: #4b5563 !important;
  }

  .xl\:hover\:to-grey-700:hover {
    --gradient-to-color: #374151 !important;
  }

  .xl\:hover\:to-grey-800:hover {
    --gradient-to-color: #1f2937 !important;
  }

  .xl\:hover\:to-grey-900:hover {
    --gradient-to-color: #111827 !important;
  }

  .xl\:hover\:to-grey-light:hover {
    --gradient-to-color: #dae1e7 !important;
  }

  .xl\:hover\:to-primary-light:hover {
    --gradient-to-color: #3F8CFF !important;
  }

  .xl\:hover\:to-primary-DEFAULT:hover {
    --gradient-to-color: #1D4ED8 !important;
  }

  .xl\:hover\:to-primary-dark:hover {
    --gradient-to-color: #1E40AF !important;
  }

  .xl\:hover\:to-secondary-light:hover {
    --gradient-to-color: #FF7C7C !important;
  }

  .xl\:hover\:to-secondary-DEFAULT:hover {
    --gradient-to-color: #EF4444 !important;
  }

  .xl\:hover\:to-secondary-dark:hover {
    --gradient-to-color: #B91C1C !important;
  }

  .xl\:hover\:to-success-light:hover {
    --gradient-to-color: #4ADE80 !important;
  }

  .xl\:hover\:to-success-DEFAULT:hover {
    --gradient-to-color: #16A34A !important;
  }

  .xl\:hover\:to-success-dark:hover {
    --gradient-to-color: #15803D !important;
  }

  .xl\:hover\:to-warning-light:hover {
    --gradient-to-color: #FDE047 !important;
  }

  .xl\:hover\:to-warning-DEFAULT:hover {
    --gradient-to-color: #F59E0B !important;
  }

  .xl\:hover\:to-warning-dark:hover {
    --gradient-to-color: #B45309 !important;
  }

  .xl\:hover\:to-danger-light:hover {
    --gradient-to-color: #F87171 !important;
  }

  .xl\:hover\:to-danger-DEFAULT:hover {
    --gradient-to-color: #DC2626 !important;
  }

  .xl\:hover\:to-danger-dark:hover {
    --gradient-to-color: #991B1B !important;
  }

  .xl\:hover\:to-info-light:hover {
    --gradient-to-color: #60A5FA !important;
  }

  .xl\:hover\:to-info-DEFAULT:hover {
    --gradient-to-color: #3B82F6 !important;
  }

  .xl\:hover\:to-info-dark:hover {
    --gradient-to-color: #1D4ED8 !important;
  }

  .xl\:hover\:to-neutral-light:hover {
    --gradient-to-color: #F3F4F6 !important;
  }

  .xl\:hover\:to-neutral-DEFAULT:hover {
    --gradient-to-color: #9CA3AF !important;
  }

  .xl\:hover\:to-neutral-dark:hover {
    --gradient-to-color: #4B5563 !important;
  }

  .xl\:hover\:to-telegram:hover {
    --gradient-to-color: #0088CC !important;
  }

  .xl\:hover\:to-instagram:hover {
    --gradient-to-color: #C13584 !important;
  }

  .xl\:hover\:to-facebook:hover {
    --gradient-to-color: #3b5998 !important;
  }

  .xl\:hover\:to-whatsapp:hover {
    --gradient-to-color: #25D366 !important;
  }

  .xl\:hover\:to-linkedin:hover {
    --gradient-to-color: #0e76a8 !important;
  }

  .xl\:hover\:to-cyan-50:hover {
    --gradient-to-color: #ecfeff !important;
  }

  .xl\:hover\:to-cyan-100:hover {
    --gradient-to-color: #cffafe !important;
  }

  .xl\:hover\:to-cyan-200:hover {
    --gradient-to-color: #a5f3fc !important;
  }

  .xl\:hover\:to-cyan-300:hover {
    --gradient-to-color: #67e8f9 !important;
  }

  .xl\:hover\:to-cyan-400:hover {
    --gradient-to-color: #22d3ee !important;
  }

  .xl\:hover\:to-cyan-500:hover {
    --gradient-to-color: #06b6d4 !important;
  }

  .xl\:hover\:to-cyan-600:hover {
    --gradient-to-color: #0891b2 !important;
  }

  .xl\:hover\:to-cyan-700:hover {
    --gradient-to-color: #0e7490 !important;
  }

  .xl\:hover\:to-cyan-800:hover {
    --gradient-to-color: #155e75 !important;
  }

  .xl\:hover\:to-cyan-900:hover {
    --gradient-to-color: #164e63 !important;
  }

  .xl\:focus\:from-transparent:focus {
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-current:focus {
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-black:focus {
    --gradient-from-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:focus\:from-white:focus {
    --gradient-from-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-gray-100:focus {
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:from-gray-200:focus {
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:focus\:from-gray-300:focus {
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:from-gray-400:focus {
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:from-gray-500:focus {
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:from-gray-600:focus {
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:from-gray-700:focus {
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:from-gray-800:focus {
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:from-gray-900:focus {
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:from-red-50:focus {
    --gradient-from-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:from-red-100:focus {
    --gradient-from-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:from-red-200:focus {
    --gradient-from-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:from-red-300:focus {
    --gradient-from-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:from-red-400:focus {
    --gradient-from-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:from-red-500:focus {
    --gradient-from-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:from-red-600:focus {
    --gradient-from-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:from-red-700:focus {
    --gradient-from-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:from-red-800:focus {
    --gradient-from-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:from-red-900:focus {
    --gradient-from-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:from-orange-50:focus {
    --gradient-from-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:focus\:from-orange-100:focus {
    --gradient-from-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:focus\:from-orange-200:focus {
    --gradient-from-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:focus\:from-orange-300:focus {
    --gradient-from-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:focus\:from-orange-400:focus {
    --gradient-from-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:focus\:from-orange-500:focus {
    --gradient-from-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:focus\:from-orange-600:focus {
    --gradient-from-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:focus\:from-orange-700:focus {
    --gradient-from-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:focus\:from-orange-800:focus {
    --gradient-from-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:focus\:from-orange-900:focus {
    --gradient-from-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:focus\:from-yellow-50:focus {
    --gradient-from-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:focus\:from-yellow-100:focus {
    --gradient-from-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:focus\:from-yellow-200:focus {
    --gradient-from-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:focus\:from-yellow-300:focus {
    --gradient-from-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:focus\:from-yellow-400:focus {
    --gradient-from-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:focus\:from-yellow-500:focus {
    --gradient-from-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:focus\:from-yellow-600:focus {
    --gradient-from-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:focus\:from-yellow-700:focus {
    --gradient-from-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:focus\:from-yellow-800:focus {
    --gradient-from-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:focus\:from-yellow-900:focus {
    --gradient-from-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:focus\:from-green-50:focus {
    --gradient-from-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:focus\:from-green-100:focus {
    --gradient-from-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:focus\:from-green-200:focus {
    --gradient-from-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:focus\:from-green-300:focus {
    --gradient-from-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:focus\:from-green-400:focus {
    --gradient-from-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:focus\:from-green-500:focus {
    --gradient-from-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:focus\:from-green-600:focus {
    --gradient-from-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:focus\:from-green-700:focus {
    --gradient-from-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:focus\:from-green-800:focus {
    --gradient-from-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:focus\:from-green-900:focus {
    --gradient-from-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:focus\:from-teal-50:focus {
    --gradient-from-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:focus\:from-teal-100:focus {
    --gradient-from-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:focus\:from-teal-200:focus {
    --gradient-from-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:focus\:from-teal-300:focus {
    --gradient-from-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:focus\:from-teal-400:focus {
    --gradient-from-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:focus\:from-teal-500:focus {
    --gradient-from-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:focus\:from-teal-600:focus {
    --gradient-from-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:focus\:from-teal-700:focus {
    --gradient-from-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:focus\:from-teal-800:focus {
    --gradient-from-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:focus\:from-teal-900:focus {
    --gradient-from-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:focus\:from-blue-50:focus {
    --gradient-from-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-100:focus {
    --gradient-from-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:focus\:from-blue-200:focus {
    --gradient-from-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:focus\:from-blue-300:focus {
    --gradient-from-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:focus\:from-blue-400:focus {
    --gradient-from-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:from-blue-500:focus {
    --gradient-from-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:from-blue-600:focus {
    --gradient-from-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:focus\:from-blue-700:focus {
    --gradient-from-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:from-blue-800:focus {
    --gradient-from-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:from-blue-900:focus {
    --gradient-from-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:focus\:from-indigo-100:focus {
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:from-indigo-200:focus {
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:from-indigo-300:focus {
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:from-indigo-400:focus {
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:from-indigo-500:focus {
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:from-indigo-600:focus {
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:from-indigo-700:focus {
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:from-indigo-800:focus {
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:from-indigo-900:focus {
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:from-purple-50:focus {
    --gradient-from-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:focus\:from-purple-100:focus {
    --gradient-from-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:focus\:from-purple-200:focus {
    --gradient-from-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:focus\:from-purple-300:focus {
    --gradient-from-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:focus\:from-purple-400:focus {
    --gradient-from-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:focus\:from-purple-500:focus {
    --gradient-from-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:focus\:from-purple-600:focus {
    --gradient-from-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:focus\:from-purple-700:focus {
    --gradient-from-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:focus\:from-purple-800:focus {
    --gradient-from-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:focus\:from-purple-900:focus {
    --gradient-from-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:focus\:from-pink-50:focus {
    --gradient-from-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:focus\:from-pink-100:focus {
    --gradient-from-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:focus\:from-pink-200:focus {
    --gradient-from-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:focus\:from-pink-300:focus {
    --gradient-from-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:focus\:from-pink-400:focus {
    --gradient-from-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:focus\:from-pink-500:focus {
    --gradient-from-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:focus\:from-pink-600:focus {
    --gradient-from-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:focus\:from-pink-700:focus {
    --gradient-from-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:focus\:from-pink-800:focus {
    --gradient-from-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:focus\:from-pink-900:focus {
    --gradient-from-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:focus\:from-grey-50:focus {
    --gradient-from-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:focus\:from-grey-100:focus {
    --gradient-from-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:focus\:from-grey-200:focus {
    --gradient-from-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:focus\:from-grey-300:focus {
    --gradient-from-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:focus\:from-grey-400:focus {
    --gradient-from-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:from-grey-500:focus {
    --gradient-from-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:from-grey-600:focus {
    --gradient-from-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:from-grey-700:focus {
    --gradient-from-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:focus\:from-grey-800:focus {
    --gradient-from-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:focus\:from-grey-900:focus {
    --gradient-from-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:focus\:from-grey-light:focus {
    --gradient-from-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:focus\:from-primary-light:focus {
    --gradient-from-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .xl\:focus\:from-primary-DEFAULT:focus {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:from-primary-dark:focus {
    --gradient-from-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:from-secondary-light:focus {
    --gradient-from-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .xl\:focus\:from-secondary-DEFAULT:focus {
    --gradient-from-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:from-secondary-dark:focus {
    --gradient-from-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:from-success-light:focus {
    --gradient-from-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:focus\:from-success-DEFAULT:focus {
    --gradient-from-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:focus\:from-success-dark:focus {
    --gradient-from-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:focus\:from-warning-light:focus {
    --gradient-from-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:focus\:from-warning-DEFAULT:focus {
    --gradient-from-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:focus\:from-warning-dark:focus {
    --gradient-from-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:focus\:from-danger-light:focus {
    --gradient-from-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:from-danger-DEFAULT:focus {
    --gradient-from-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:from-danger-dark:focus {
    --gradient-from-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:from-info-light:focus {
    --gradient-from-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:from-info-DEFAULT:focus {
    --gradient-from-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:from-info-dark:focus {
    --gradient-from-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:from-neutral-light:focus {
    --gradient-from-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:focus\:from-neutral-DEFAULT:focus {
    --gradient-from-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:from-neutral-dark:focus {
    --gradient-from-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:from-telegram:focus {
    --gradient-from-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .xl\:focus\:from-instagram:focus {
    --gradient-from-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .xl\:focus\:from-facebook:focus {
    --gradient-from-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .xl\:focus\:from-whatsapp:focus {
    --gradient-from-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .xl\:focus\:from-linkedin:focus {
    --gradient-from-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .xl\:focus\:from-cyan-50:focus {
    --gradient-from-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:focus\:from-cyan-100:focus {
    --gradient-from-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:focus\:from-cyan-200:focus {
    --gradient-from-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:focus\:from-cyan-300:focus {
    --gradient-from-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:focus\:from-cyan-400:focus {
    --gradient-from-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:focus\:from-cyan-500:focus {
    --gradient-from-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:focus\:from-cyan-600:focus {
    --gradient-from-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:focus\:from-cyan-700:focus {
    --gradient-from-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:focus\:from-cyan-800:focus {
    --gradient-from-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:focus\:from-cyan-900:focus {
    --gradient-from-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus {
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-current:focus {
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-black:focus {
    --gradient-via-color: #22292f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 41, 47, 0)) !important;
  }

  .xl\:focus\:via-white:focus {
    --gradient-via-color: #ffffff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-gray-100:focus {
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:via-gray-200:focus {
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:focus\:via-gray-300:focus {
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:via-gray-400:focus {
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:via-gray-500:focus {
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:via-gray-600:focus {
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:via-gray-700:focus {
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:via-gray-800:focus {
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:via-gray-900:focus {
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:via-red-50:focus {
    --gradient-via-color: #fef2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:via-red-100:focus {
    --gradient-via-color: #fee2e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:via-red-200:focus {
    --gradient-via-color: #fecaca !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:via-red-300:focus {
    --gradient-via-color: #fca5a5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:via-red-400:focus {
    --gradient-via-color: #f87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:via-red-500:focus {
    --gradient-via-color: #ef4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:via-red-600:focus {
    --gradient-via-color: #dc2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:via-red-700:focus {
    --gradient-via-color: #b91c1c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:via-red-800:focus {
    --gradient-via-color: #991b1b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:via-red-900:focus {
    --gradient-via-color: #7f1d1d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:via-orange-50:focus {
    --gradient-via-color: #fff7ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:focus\:via-orange-100:focus {
    --gradient-via-color: #ffedd5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:focus\:via-orange-200:focus {
    --gradient-via-color: #fed7aa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:focus\:via-orange-300:focus {
    --gradient-via-color: #fdba74 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:focus\:via-orange-400:focus {
    --gradient-via-color: #fb923c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:focus\:via-orange-500:focus {
    --gradient-via-color: #f97316 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:focus\:via-orange-600:focus {
    --gradient-via-color: #ea580c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:focus\:via-orange-700:focus {
    --gradient-via-color: #c2410c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:focus\:via-orange-800:focus {
    --gradient-via-color: #9a3412 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:focus\:via-orange-900:focus {
    --gradient-via-color: #7c2d12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:focus\:via-yellow-50:focus {
    --gradient-via-color: #fefce8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:focus\:via-yellow-100:focus {
    --gradient-via-color: #fef9c3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:focus\:via-yellow-200:focus {
    --gradient-via-color: #fef08a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:focus\:via-yellow-300:focus {
    --gradient-via-color: #fde047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:focus\:via-yellow-400:focus {
    --gradient-via-color: #facc15 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:focus\:via-yellow-500:focus {
    --gradient-via-color: #eab308 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:focus\:via-yellow-600:focus {
    --gradient-via-color: #ca8a04 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:focus\:via-yellow-700:focus {
    --gradient-via-color: #a16207 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:focus\:via-yellow-800:focus {
    --gradient-via-color: #854d0e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:focus\:via-yellow-900:focus {
    --gradient-via-color: #713f12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:focus\:via-green-50:focus {
    --gradient-via-color: #f0fdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:focus\:via-green-100:focus {
    --gradient-via-color: #dcfce7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:focus\:via-green-200:focus {
    --gradient-via-color: #bbf7d0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:focus\:via-green-300:focus {
    --gradient-via-color: #86efac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:focus\:via-green-400:focus {
    --gradient-via-color: #4ade80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:focus\:via-green-500:focus {
    --gradient-via-color: #22c55e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:focus\:via-green-600:focus {
    --gradient-via-color: #16a34a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:focus\:via-green-700:focus {
    --gradient-via-color: #15803d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:focus\:via-green-800:focus {
    --gradient-via-color: #166534 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:focus\:via-green-900:focus {
    --gradient-via-color: #14532d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:focus\:via-teal-50:focus {
    --gradient-via-color: #f0fdfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:focus\:via-teal-100:focus {
    --gradient-via-color: #ccfbf1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:focus\:via-teal-200:focus {
    --gradient-via-color: #99f6e4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:focus\:via-teal-300:focus {
    --gradient-via-color: #5eead4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:focus\:via-teal-400:focus {
    --gradient-via-color: #2dd4bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:focus\:via-teal-500:focus {
    --gradient-via-color: #14b8a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:focus\:via-teal-600:focus {
    --gradient-via-color: #0d9488 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:focus\:via-teal-700:focus {
    --gradient-via-color: #0f766e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:focus\:via-teal-800:focus {
    --gradient-via-color: #115e59 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:focus\:via-teal-900:focus {
    --gradient-via-color: #134e4a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:focus\:via-blue-50:focus {
    --gradient-via-color: #eff6ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-100:focus {
    --gradient-via-color: #dbeafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:focus\:via-blue-200:focus {
    --gradient-via-color: #bfdbfe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:focus\:via-blue-300:focus {
    --gradient-via-color: #93c5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:focus\:via-blue-400:focus {
    --gradient-via-color: #60a5fa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:via-blue-500:focus {
    --gradient-via-color: #3b82f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:via-blue-600:focus {
    --gradient-via-color: #2563eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:focus\:via-blue-700:focus {
    --gradient-via-color: #1d4ed8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:via-blue-800:focus {
    --gradient-via-color: #1e40af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:via-blue-900:focus {
    --gradient-via-color: #1e3a8a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:focus\:via-indigo-100:focus {
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:via-indigo-200:focus {
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:via-indigo-300:focus {
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:via-indigo-400:focus {
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:via-indigo-500:focus {
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:via-indigo-600:focus {
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:via-indigo-700:focus {
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:via-indigo-800:focus {
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:via-indigo-900:focus {
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:via-purple-50:focus {
    --gradient-via-color: #f5f3ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:focus\:via-purple-100:focus {
    --gradient-via-color: #ede9fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:focus\:via-purple-200:focus {
    --gradient-via-color: #ddd6fe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:focus\:via-purple-300:focus {
    --gradient-via-color: #c4b5fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:focus\:via-purple-400:focus {
    --gradient-via-color: #a78bfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:focus\:via-purple-500:focus {
    --gradient-via-color: #8b5cf6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:focus\:via-purple-600:focus {
    --gradient-via-color: #7c3aed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:focus\:via-purple-700:focus {
    --gradient-via-color: #6d28d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:focus\:via-purple-800:focus {
    --gradient-via-color: #5b21b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:focus\:via-purple-900:focus {
    --gradient-via-color: #4c1d95 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:focus\:via-pink-50:focus {
    --gradient-via-color: #fdf2f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:focus\:via-pink-100:focus {
    --gradient-via-color: #fce7f3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:focus\:via-pink-200:focus {
    --gradient-via-color: #fbcfe8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:focus\:via-pink-300:focus {
    --gradient-via-color: #f9a8d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:focus\:via-pink-400:focus {
    --gradient-via-color: #f472b6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:focus\:via-pink-500:focus {
    --gradient-via-color: #ec4899 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:focus\:via-pink-600:focus {
    --gradient-via-color: #db2777 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:focus\:via-pink-700:focus {
    --gradient-via-color: #be185d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:focus\:via-pink-800:focus {
    --gradient-via-color: #9d174d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:focus\:via-pink-900:focus {
    --gradient-via-color: #831843 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:focus\:via-grey-50:focus {
    --gradient-via-color: #f9fafb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(249, 250, 251, 0)) !important;
  }

  .xl\:focus\:via-grey-100:focus {
    --gradient-via-color: #f3f4f6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:focus\:via-grey-200:focus {
    --gradient-via-color: #e5e7eb !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 231, 235, 0)) !important;
  }

  .xl\:focus\:via-grey-300:focus {
    --gradient-via-color: #d1d5db !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(209, 213, 219, 0)) !important;
  }

  .xl\:focus\:via-grey-400:focus {
    --gradient-via-color: #9ca3af !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:via-grey-500:focus {
    --gradient-via-color: #6b7280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 114, 128, 0)) !important;
  }

  .xl\:focus\:via-grey-600:focus {
    --gradient-via-color: #4b5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:via-grey-700:focus {
    --gradient-via-color: #374151 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 65, 81, 0)) !important;
  }

  .xl\:focus\:via-grey-800:focus {
    --gradient-via-color: #1f2937 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(31, 41, 55, 0)) !important;
  }

  .xl\:focus\:via-grey-900:focus {
    --gradient-via-color: #111827 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(17, 24, 39, 0)) !important;
  }

  .xl\:focus\:via-grey-light:focus {
    --gradient-via-color: #dae1e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218, 225, 231, 0)) !important;
  }

  .xl\:focus\:via-primary-light:focus {
    --gradient-via-color: #3F8CFF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(63, 140, 255, 0)) !important;
  }

  .xl\:focus\:via-primary-DEFAULT:focus {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:via-primary-dark:focus {
    --gradient-via-color: #1E40AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:via-secondary-light:focus {
    --gradient-via-color: #FF7C7C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 124, 124, 0)) !important;
  }

  .xl\:focus\:via-secondary-DEFAULT:focus {
    --gradient-via-color: #EF4444 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:via-secondary-dark:focus {
    --gradient-via-color: #B91C1C !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:via-success-light:focus {
    --gradient-via-color: #4ADE80 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:focus\:via-success-DEFAULT:focus {
    --gradient-via-color: #16A34A !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:focus\:via-success-dark:focus {
    --gradient-via-color: #15803D !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:focus\:via-warning-light:focus {
    --gradient-via-color: #FDE047 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:focus\:via-warning-DEFAULT:focus {
    --gradient-via-color: #F59E0B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:focus\:via-warning-dark:focus {
    --gradient-via-color: #B45309 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:focus\:via-danger-light:focus {
    --gradient-via-color: #F87171 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:via-danger-DEFAULT:focus {
    --gradient-via-color: #DC2626 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:via-danger-dark:focus {
    --gradient-via-color: #991B1B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:via-info-light:focus {
    --gradient-via-color: #60A5FA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:via-info-DEFAULT:focus {
    --gradient-via-color: #3B82F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:via-info-dark:focus {
    --gradient-via-color: #1D4ED8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:via-neutral-light:focus {
    --gradient-via-color: #F3F4F6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 244, 246, 0)) !important;
  }

  .xl\:focus\:via-neutral-DEFAULT:focus {
    --gradient-via-color: #9CA3AF !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 163, 175, 0)) !important;
  }

  .xl\:focus\:via-neutral-dark:focus {
    --gradient-via-color: #4B5563 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:via-telegram:focus {
    --gradient-via-color: #0088CC !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 136, 204, 0)) !important;
  }

  .xl\:focus\:via-instagram:focus {
    --gradient-via-color: #C13584 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(193, 53, 132, 0)) !important;
  }

  .xl\:focus\:via-facebook:focus {
    --gradient-via-color: #3b5998 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(59, 89, 152, 0)) !important;
  }

  .xl\:focus\:via-whatsapp:focus {
    --gradient-via-color: #25D366 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37, 211, 102, 0)) !important;
  }

  .xl\:focus\:via-linkedin:focus {
    --gradient-via-color: #0e76a8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 118, 168, 0)) !important;
  }

  .xl\:focus\:via-cyan-50:focus {
    --gradient-via-color: #ecfeff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:focus\:via-cyan-100:focus {
    --gradient-via-color: #cffafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:focus\:via-cyan-200:focus {
    --gradient-via-color: #a5f3fc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:focus\:via-cyan-300:focus {
    --gradient-via-color: #67e8f9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:focus\:via-cyan-400:focus {
    --gradient-via-color: #22d3ee !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:focus\:via-cyan-500:focus {
    --gradient-via-color: #06b6d4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:focus\:via-cyan-600:focus {
    --gradient-via-color: #0891b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:focus\:via-cyan-700:focus {
    --gradient-via-color: #0e7490 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:focus\:via-cyan-800:focus {
    --gradient-via-color: #155e75 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:focus\:via-cyan-900:focus {
    --gradient-via-color: #164e63 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:focus\:to-transparent:focus {
    --gradient-to-color: transparent !important;
  }

  .xl\:focus\:to-current:focus {
    --gradient-to-color: currentColor !important;
  }

  .xl\:focus\:to-black:focus {
    --gradient-to-color: #22292f !important;
  }

  .xl\:focus\:to-white:focus {
    --gradient-to-color: #ffffff !important;
  }

  .xl\:focus\:to-gray-100:focus {
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:focus\:to-gray-200:focus {
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:focus\:to-gray-300:focus {
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:focus\:to-gray-400:focus {
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:focus\:to-gray-500:focus {
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:focus\:to-gray-600:focus {
    --gradient-to-color: #718096 !important;
  }

  .xl\:focus\:to-gray-700:focus {
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:focus\:to-gray-800:focus {
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:focus\:to-gray-900:focus {
    --gradient-to-color: #1a202c !important;
  }

  .xl\:focus\:to-red-50:focus {
    --gradient-to-color: #fef2f2 !important;
  }

  .xl\:focus\:to-red-100:focus {
    --gradient-to-color: #fee2e2 !important;
  }

  .xl\:focus\:to-red-200:focus {
    --gradient-to-color: #fecaca !important;
  }

  .xl\:focus\:to-red-300:focus {
    --gradient-to-color: #fca5a5 !important;
  }

  .xl\:focus\:to-red-400:focus {
    --gradient-to-color: #f87171 !important;
  }

  .xl\:focus\:to-red-500:focus {
    --gradient-to-color: #ef4444 !important;
  }

  .xl\:focus\:to-red-600:focus {
    --gradient-to-color: #dc2626 !important;
  }

  .xl\:focus\:to-red-700:focus {
    --gradient-to-color: #b91c1c !important;
  }

  .xl\:focus\:to-red-800:focus {
    --gradient-to-color: #991b1b !important;
  }

  .xl\:focus\:to-red-900:focus {
    --gradient-to-color: #7f1d1d !important;
  }

  .xl\:focus\:to-orange-50:focus {
    --gradient-to-color: #fff7ed !important;
  }

  .xl\:focus\:to-orange-100:focus {
    --gradient-to-color: #ffedd5 !important;
  }

  .xl\:focus\:to-orange-200:focus {
    --gradient-to-color: #fed7aa !important;
  }

  .xl\:focus\:to-orange-300:focus {
    --gradient-to-color: #fdba74 !important;
  }

  .xl\:focus\:to-orange-400:focus {
    --gradient-to-color: #fb923c !important;
  }

  .xl\:focus\:to-orange-500:focus {
    --gradient-to-color: #f97316 !important;
  }

  .xl\:focus\:to-orange-600:focus {
    --gradient-to-color: #ea580c !important;
  }

  .xl\:focus\:to-orange-700:focus {
    --gradient-to-color: #c2410c !important;
  }

  .xl\:focus\:to-orange-800:focus {
    --gradient-to-color: #9a3412 !important;
  }

  .xl\:focus\:to-orange-900:focus {
    --gradient-to-color: #7c2d12 !important;
  }

  .xl\:focus\:to-yellow-50:focus {
    --gradient-to-color: #fefce8 !important;
  }

  .xl\:focus\:to-yellow-100:focus {
    --gradient-to-color: #fef9c3 !important;
  }

  .xl\:focus\:to-yellow-200:focus {
    --gradient-to-color: #fef08a !important;
  }

  .xl\:focus\:to-yellow-300:focus {
    --gradient-to-color: #fde047 !important;
  }

  .xl\:focus\:to-yellow-400:focus {
    --gradient-to-color: #facc15 !important;
  }

  .xl\:focus\:to-yellow-500:focus {
    --gradient-to-color: #eab308 !important;
  }

  .xl\:focus\:to-yellow-600:focus {
    --gradient-to-color: #ca8a04 !important;
  }

  .xl\:focus\:to-yellow-700:focus {
    --gradient-to-color: #a16207 !important;
  }

  .xl\:focus\:to-yellow-800:focus {
    --gradient-to-color: #854d0e !important;
  }

  .xl\:focus\:to-yellow-900:focus {
    --gradient-to-color: #713f12 !important;
  }

  .xl\:focus\:to-green-50:focus {
    --gradient-to-color: #f0fdf4 !important;
  }

  .xl\:focus\:to-green-100:focus {
    --gradient-to-color: #dcfce7 !important;
  }

  .xl\:focus\:to-green-200:focus {
    --gradient-to-color: #bbf7d0 !important;
  }

  .xl\:focus\:to-green-300:focus {
    --gradient-to-color: #86efac !important;
  }

  .xl\:focus\:to-green-400:focus {
    --gradient-to-color: #4ade80 !important;
  }

  .xl\:focus\:to-green-500:focus {
    --gradient-to-color: #22c55e !important;
  }

  .xl\:focus\:to-green-600:focus {
    --gradient-to-color: #16a34a !important;
  }

  .xl\:focus\:to-green-700:focus {
    --gradient-to-color: #15803d !important;
  }

  .xl\:focus\:to-green-800:focus {
    --gradient-to-color: #166534 !important;
  }

  .xl\:focus\:to-green-900:focus {
    --gradient-to-color: #14532d !important;
  }

  .xl\:focus\:to-teal-50:focus {
    --gradient-to-color: #f0fdfa !important;
  }

  .xl\:focus\:to-teal-100:focus {
    --gradient-to-color: #ccfbf1 !important;
  }

  .xl\:focus\:to-teal-200:focus {
    --gradient-to-color: #99f6e4 !important;
  }

  .xl\:focus\:to-teal-300:focus {
    --gradient-to-color: #5eead4 !important;
  }

  .xl\:focus\:to-teal-400:focus {
    --gradient-to-color: #2dd4bf !important;
  }

  .xl\:focus\:to-teal-500:focus {
    --gradient-to-color: #14b8a6 !important;
  }

  .xl\:focus\:to-teal-600:focus {
    --gradient-to-color: #0d9488 !important;
  }

  .xl\:focus\:to-teal-700:focus {
    --gradient-to-color: #0f766e !important;
  }

  .xl\:focus\:to-teal-800:focus {
    --gradient-to-color: #115e59 !important;
  }

  .xl\:focus\:to-teal-900:focus {
    --gradient-to-color: #134e4a !important;
  }

  .xl\:focus\:to-blue-50:focus {
    --gradient-to-color: #eff6ff !important;
  }

  .xl\:focus\:to-blue-100:focus {
    --gradient-to-color: #dbeafe !important;
  }

  .xl\:focus\:to-blue-200:focus {
    --gradient-to-color: #bfdbfe !important;
  }

  .xl\:focus\:to-blue-300:focus {
    --gradient-to-color: #93c5fd !important;
  }

  .xl\:focus\:to-blue-400:focus {
    --gradient-to-color: #60a5fa !important;
  }

  .xl\:focus\:to-blue-500:focus {
    --gradient-to-color: #3b82f6 !important;
  }

  .xl\:focus\:to-blue-600:focus {
    --gradient-to-color: #2563eb !important;
  }

  .xl\:focus\:to-blue-700:focus {
    --gradient-to-color: #1d4ed8 !important;
  }

  .xl\:focus\:to-blue-800:focus {
    --gradient-to-color: #1e40af !important;
  }

  .xl\:focus\:to-blue-900:focus {
    --gradient-to-color: #1e3a8a !important;
  }

  .xl\:focus\:to-indigo-100:focus {
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:focus\:to-indigo-200:focus {
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:focus\:to-indigo-300:focus {
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:focus\:to-indigo-400:focus {
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:focus\:to-indigo-500:focus {
    --gradient-to-color: #667eea !important;
  }

  .xl\:focus\:to-indigo-600:focus {
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:focus\:to-indigo-700:focus {
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:focus\:to-indigo-800:focus {
    --gradient-to-color: #434190 !important;
  }

  .xl\:focus\:to-indigo-900:focus {
    --gradient-to-color: #3c366b !important;
  }

  .xl\:focus\:to-purple-50:focus {
    --gradient-to-color: #f5f3ff !important;
  }

  .xl\:focus\:to-purple-100:focus {
    --gradient-to-color: #ede9fe !important;
  }

  .xl\:focus\:to-purple-200:focus {
    --gradient-to-color: #ddd6fe !important;
  }

  .xl\:focus\:to-purple-300:focus {
    --gradient-to-color: #c4b5fd !important;
  }

  .xl\:focus\:to-purple-400:focus {
    --gradient-to-color: #a78bfa !important;
  }

  .xl\:focus\:to-purple-500:focus {
    --gradient-to-color: #8b5cf6 !important;
  }

  .xl\:focus\:to-purple-600:focus {
    --gradient-to-color: #7c3aed !important;
  }

  .xl\:focus\:to-purple-700:focus {
    --gradient-to-color: #6d28d9 !important;
  }

  .xl\:focus\:to-purple-800:focus {
    --gradient-to-color: #5b21b6 !important;
  }

  .xl\:focus\:to-purple-900:focus {
    --gradient-to-color: #4c1d95 !important;
  }

  .xl\:focus\:to-pink-50:focus {
    --gradient-to-color: #fdf2f8 !important;
  }

  .xl\:focus\:to-pink-100:focus {
    --gradient-to-color: #fce7f3 !important;
  }

  .xl\:focus\:to-pink-200:focus {
    --gradient-to-color: #fbcfe8 !important;
  }

  .xl\:focus\:to-pink-300:focus {
    --gradient-to-color: #f9a8d4 !important;
  }

  .xl\:focus\:to-pink-400:focus {
    --gradient-to-color: #f472b6 !important;
  }

  .xl\:focus\:to-pink-500:focus {
    --gradient-to-color: #ec4899 !important;
  }

  .xl\:focus\:to-pink-600:focus {
    --gradient-to-color: #db2777 !important;
  }

  .xl\:focus\:to-pink-700:focus {
    --gradient-to-color: #be185d !important;
  }

  .xl\:focus\:to-pink-800:focus {
    --gradient-to-color: #9d174d !important;
  }

  .xl\:focus\:to-pink-900:focus {
    --gradient-to-color: #831843 !important;
  }

  .xl\:focus\:to-grey-50:focus {
    --gradient-to-color: #f9fafb !important;
  }

  .xl\:focus\:to-grey-100:focus {
    --gradient-to-color: #f3f4f6 !important;
  }

  .xl\:focus\:to-grey-200:focus {
    --gradient-to-color: #e5e7eb !important;
  }

  .xl\:focus\:to-grey-300:focus {
    --gradient-to-color: #d1d5db !important;
  }

  .xl\:focus\:to-grey-400:focus {
    --gradient-to-color: #9ca3af !important;
  }

  .xl\:focus\:to-grey-500:focus {
    --gradient-to-color: #6b7280 !important;
  }

  .xl\:focus\:to-grey-600:focus {
    --gradient-to-color: #4b5563 !important;
  }

  .xl\:focus\:to-grey-700:focus {
    --gradient-to-color: #374151 !important;
  }

  .xl\:focus\:to-grey-800:focus {
    --gradient-to-color: #1f2937 !important;
  }

  .xl\:focus\:to-grey-900:focus {
    --gradient-to-color: #111827 !important;
  }

  .xl\:focus\:to-grey-light:focus {
    --gradient-to-color: #dae1e7 !important;
  }

  .xl\:focus\:to-primary-light:focus {
    --gradient-to-color: #3F8CFF !important;
  }

  .xl\:focus\:to-primary-DEFAULT:focus {
    --gradient-to-color: #1D4ED8 !important;
  }

  .xl\:focus\:to-primary-dark:focus {
    --gradient-to-color: #1E40AF !important;
  }

  .xl\:focus\:to-secondary-light:focus {
    --gradient-to-color: #FF7C7C !important;
  }

  .xl\:focus\:to-secondary-DEFAULT:focus {
    --gradient-to-color: #EF4444 !important;
  }

  .xl\:focus\:to-secondary-dark:focus {
    --gradient-to-color: #B91C1C !important;
  }

  .xl\:focus\:to-success-light:focus {
    --gradient-to-color: #4ADE80 !important;
  }

  .xl\:focus\:to-success-DEFAULT:focus {
    --gradient-to-color: #16A34A !important;
  }

  .xl\:focus\:to-success-dark:focus {
    --gradient-to-color: #15803D !important;
  }

  .xl\:focus\:to-warning-light:focus {
    --gradient-to-color: #FDE047 !important;
  }

  .xl\:focus\:to-warning-DEFAULT:focus {
    --gradient-to-color: #F59E0B !important;
  }

  .xl\:focus\:to-warning-dark:focus {
    --gradient-to-color: #B45309 !important;
  }

  .xl\:focus\:to-danger-light:focus {
    --gradient-to-color: #F87171 !important;
  }

  .xl\:focus\:to-danger-DEFAULT:focus {
    --gradient-to-color: #DC2626 !important;
  }

  .xl\:focus\:to-danger-dark:focus {
    --gradient-to-color: #991B1B !important;
  }

  .xl\:focus\:to-info-light:focus {
    --gradient-to-color: #60A5FA !important;
  }

  .xl\:focus\:to-info-DEFAULT:focus {
    --gradient-to-color: #3B82F6 !important;
  }

  .xl\:focus\:to-info-dark:focus {
    --gradient-to-color: #1D4ED8 !important;
  }

  .xl\:focus\:to-neutral-light:focus {
    --gradient-to-color: #F3F4F6 !important;
  }

  .xl\:focus\:to-neutral-DEFAULT:focus {
    --gradient-to-color: #9CA3AF !important;
  }

  .xl\:focus\:to-neutral-dark:focus {
    --gradient-to-color: #4B5563 !important;
  }

  .xl\:focus\:to-telegram:focus {
    --gradient-to-color: #0088CC !important;
  }

  .xl\:focus\:to-instagram:focus {
    --gradient-to-color: #C13584 !important;
  }

  .xl\:focus\:to-facebook:focus {
    --gradient-to-color: #3b5998 !important;
  }

  .xl\:focus\:to-whatsapp:focus {
    --gradient-to-color: #25D366 !important;
  }

  .xl\:focus\:to-linkedin:focus {
    --gradient-to-color: #0e76a8 !important;
  }

  .xl\:focus\:to-cyan-50:focus {
    --gradient-to-color: #ecfeff !important;
  }

  .xl\:focus\:to-cyan-100:focus {
    --gradient-to-color: #cffafe !important;
  }

  .xl\:focus\:to-cyan-200:focus {
    --gradient-to-color: #a5f3fc !important;
  }

  .xl\:focus\:to-cyan-300:focus {
    --gradient-to-color: #67e8f9 !important;
  }

  .xl\:focus\:to-cyan-400:focus {
    --gradient-to-color: #22d3ee !important;
  }

  .xl\:focus\:to-cyan-500:focus {
    --gradient-to-color: #06b6d4 !important;
  }

  .xl\:focus\:to-cyan-600:focus {
    --gradient-to-color: #0891b2 !important;
  }

  .xl\:focus\:to-cyan-700:focus {
    --gradient-to-color: #0e7490 !important;
  }

  .xl\:focus\:to-cyan-800:focus {
    --gradient-to-color: #155e75 !important;
  }

  .xl\:focus\:to-cyan-900:focus {
    --gradient-to-color: #164e63 !important;
  }

  .xl\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  [dir] .xl\:bg-auto {
    background-size: auto !important;
  }

  [dir] .xl\:bg-cover {
    background-size: cover !important;
  }

  [dir] .xl\:bg-contain {
    background-size: contain !important;
  }

  [dir] .xl\:border-transparent {
    border-color: transparent !important;
  }

  [dir] .xl\:border-current {
    border-color: currentColor !important;
  }

  .xl\:border-black {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-black {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .xl\:border-white {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-white {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:border-gray-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-100 {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:border-gray-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-200 {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:border-gray-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-300 {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:border-gray-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-400 {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:border-gray-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-500 {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:border-gray-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-600 {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:border-gray-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-700 {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:border-gray-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-800 {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:border-gray-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-gray-900 {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:border-red-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-50 {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:border-red-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-100 {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .xl\:border-red-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-200 {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .xl\:border-red-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-300 {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .xl\:border-red-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-400 {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .xl\:border-red-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-500 {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .xl\:border-red-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-600 {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:border-red-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-700 {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:border-red-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-800 {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .xl\:border-red-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-red-900 {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:border-orange-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-50 {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .xl\:border-orange-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-100 {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .xl\:border-orange-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-200 {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .xl\:border-orange-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-300 {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .xl\:border-orange-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-400 {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .xl\:border-orange-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-500 {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .xl\:border-orange-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-600 {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .xl\:border-orange-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-700 {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .xl\:border-orange-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-800 {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .xl\:border-orange-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-orange-900 {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-50 {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-100 {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-200 {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-300 {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-400 {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-500 {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-600 {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-700 {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-800 {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-yellow-900 {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .xl\:border-green-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-50 {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .xl\:border-green-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-100 {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .xl\:border-green-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-200 {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .xl\:border-green-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-300 {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .xl\:border-green-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-400 {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .xl\:border-green-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-500 {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .xl\:border-green-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-600 {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .xl\:border-green-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-700 {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .xl\:border-green-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-800 {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .xl\:border-green-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-green-900 {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .xl\:border-teal-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-50 {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .xl\:border-teal-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-100 {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .xl\:border-teal-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-200 {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .xl\:border-teal-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-300 {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .xl\:border-teal-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-400 {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .xl\:border-teal-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-500 {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .xl\:border-teal-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-600 {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .xl\:border-teal-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-700 {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .xl\:border-teal-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-800 {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .xl\:border-teal-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-teal-900 {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .xl\:border-blue-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-50 {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .xl\:border-blue-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-100 {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .xl\:border-blue-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-200 {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .xl\:border-blue-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-300 {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .xl\:border-blue-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-400 {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .xl\:border-blue-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-500 {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .xl\:border-blue-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-600 {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .xl\:border-blue-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-700 {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:border-blue-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-800 {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .xl\:border-blue-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-blue-900 {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-100 {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-200 {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-300 {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-400 {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-500 {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-600 {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-700 {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-800 {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-indigo-900 {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:border-purple-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-50 {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .xl\:border-purple-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-100 {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .xl\:border-purple-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-200 {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .xl\:border-purple-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-300 {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .xl\:border-purple-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-400 {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .xl\:border-purple-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-500 {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .xl\:border-purple-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-600 {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .xl\:border-purple-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-700 {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .xl\:border-purple-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-800 {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .xl\:border-purple-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-purple-900 {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .xl\:border-pink-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-50 {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .xl\:border-pink-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-100 {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .xl\:border-pink-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-200 {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .xl\:border-pink-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-300 {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .xl\:border-pink-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-400 {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .xl\:border-pink-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-500 {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .xl\:border-pink-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-600 {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .xl\:border-pink-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-700 {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .xl\:border-pink-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-800 {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .xl\:border-pink-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-pink-900 {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .xl\:border-grey-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-50 {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .xl\:border-grey-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-100 {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .xl\:border-grey-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-200 {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .xl\:border-grey-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-300 {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .xl\:border-grey-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-400 {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .xl\:border-grey-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-500 {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .xl\:border-grey-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-600 {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .xl\:border-grey-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-700 {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .xl\:border-grey-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-800 {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .xl\:border-grey-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-900 {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .xl\:border-grey-light {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-grey-light {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .xl\:border-primary-light {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-primary-light {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
  }

  .xl\:border-primary-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-primary-DEFAULT {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:border-primary-dark {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-primary-dark {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .xl\:border-secondary-light {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-secondary-light {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
  }

  .xl\:border-secondary-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-secondary-DEFAULT {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .xl\:border-secondary-dark {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-secondary-dark {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:border-success-light {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-success-light {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .xl\:border-success-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-success-DEFAULT {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .xl\:border-success-dark {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-success-dark {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .xl\:border-warning-light {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-warning-light {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .xl\:border-warning-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-warning-DEFAULT {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .xl\:border-warning-dark {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-warning-dark {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .xl\:border-danger-light {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-danger-light {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .xl\:border-danger-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-danger-DEFAULT {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:border-danger-dark {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-danger-dark {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .xl\:border-info-light {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-info-light {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .xl\:border-info-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-info-DEFAULT {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .xl\:border-info-dark {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-info-dark {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:border-neutral-light {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-neutral-light {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .xl\:border-neutral-DEFAULT {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-neutral-DEFAULT {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .xl\:border-neutral-dark {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-neutral-dark {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .xl\:border-telegram {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-telegram {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
  }

  .xl\:border-instagram {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-instagram {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
  }

  .xl\:border-facebook {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-facebook {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
  }

  .xl\:border-whatsapp {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-whatsapp {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
  }

  .xl\:border-linkedin {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-linkedin {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-50 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-50 {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-100 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-100 {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-200 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-200 {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-300 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-300 {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-400 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-400 {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-500 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-500 {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-600 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-600 {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-700 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-700 {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-800 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-800 {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .xl\:border-cyan-900 {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-cyan-900 {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  [dir] .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  [dir] .xl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .xl\:hover\:border-black:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-black:hover {
    border-color: #22292f !important;
    border-color: rgba(34, 41, 47, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-white:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-white:hover {
    border-color: #ffffff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-50:hover {
    border-color: #fef2f2 !important;
    border-color: rgba(254, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-100:hover {
    border-color: #fee2e2 !important;
    border-color: rgba(254, 226, 226, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-200:hover {
    border-color: #fecaca !important;
    border-color: rgba(254, 202, 202, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-300:hover {
    border-color: #fca5a5 !important;
    border-color: rgba(252, 165, 165, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-400:hover {
    border-color: #f87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-500:hover {
    border-color: #ef4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-600:hover {
    border-color: #dc2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-700:hover {
    border-color: #b91c1c !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-800:hover {
    border-color: #991b1b !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-red-900:hover {
    border-color: #7f1d1d !important;
    border-color: rgba(127, 29, 29, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-50:hover {
    border-color: #fff7ed !important;
    border-color: rgba(255, 247, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-100:hover {
    border-color: #ffedd5 !important;
    border-color: rgba(255, 237, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-200:hover {
    border-color: #fed7aa !important;
    border-color: rgba(254, 215, 170, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-300:hover {
    border-color: #fdba74 !important;
    border-color: rgba(253, 186, 116, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-400:hover {
    border-color: #fb923c !important;
    border-color: rgba(251, 146, 60, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-500:hover {
    border-color: #f97316 !important;
    border-color: rgba(249, 115, 22, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-600:hover {
    border-color: #ea580c !important;
    border-color: rgba(234, 88, 12, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-700:hover {
    border-color: #c2410c !important;
    border-color: rgba(194, 65, 12, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-800:hover {
    border-color: #9a3412 !important;
    border-color: rgba(154, 52, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-orange-900:hover {
    border-color: #7c2d12 !important;
    border-color: rgba(124, 45, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-50:hover {
    border-color: #fefce8 !important;
    border-color: rgba(254, 252, 232, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-100:hover {
    border-color: #fef9c3 !important;
    border-color: rgba(254, 249, 195, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-200:hover {
    border-color: #fef08a !important;
    border-color: rgba(254, 240, 138, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-300:hover {
    border-color: #fde047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-400:hover {
    border-color: #facc15 !important;
    border-color: rgba(250, 204, 21, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-500:hover {
    border-color: #eab308 !important;
    border-color: rgba(234, 179, 8, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-600:hover {
    border-color: #ca8a04 !important;
    border-color: rgba(202, 138, 4, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-700:hover {
    border-color: #a16207 !important;
    border-color: rgba(161, 98, 7, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-800:hover {
    border-color: #854d0e !important;
    border-color: rgba(133, 77, 14, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-yellow-900:hover {
    border-color: #713f12 !important;
    border-color: rgba(113, 63, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-50:hover {
    border-color: #f0fdf4 !important;
    border-color: rgba(240, 253, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-100:hover {
    border-color: #dcfce7 !important;
    border-color: rgba(220, 252, 231, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-200:hover {
    border-color: #bbf7d0 !important;
    border-color: rgba(187, 247, 208, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-300:hover {
    border-color: #86efac !important;
    border-color: rgba(134, 239, 172, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-400:hover {
    border-color: #4ade80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-500:hover {
    border-color: #22c55e !important;
    border-color: rgba(34, 197, 94, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-600:hover {
    border-color: #16a34a !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-700:hover {
    border-color: #15803d !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-800:hover {
    border-color: #166534 !important;
    border-color: rgba(22, 101, 52, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-green-900:hover {
    border-color: #14532d !important;
    border-color: rgba(20, 83, 45, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-50:hover {
    border-color: #f0fdfa !important;
    border-color: rgba(240, 253, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-100:hover {
    border-color: #ccfbf1 !important;
    border-color: rgba(204, 251, 241, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-200:hover {
    border-color: #99f6e4 !important;
    border-color: rgba(153, 246, 228, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-300:hover {
    border-color: #5eead4 !important;
    border-color: rgba(94, 234, 212, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-400:hover {
    border-color: #2dd4bf !important;
    border-color: rgba(45, 212, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-500:hover {
    border-color: #14b8a6 !important;
    border-color: rgba(20, 184, 166, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-600:hover {
    border-color: #0d9488 !important;
    border-color: rgba(13, 148, 136, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-700:hover {
    border-color: #0f766e !important;
    border-color: rgba(15, 118, 110, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-800:hover {
    border-color: #115e59 !important;
    border-color: rgba(17, 94, 89, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-teal-900:hover {
    border-color: #134e4a !important;
    border-color: rgba(19, 78, 74, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-50:hover {
    border-color: #eff6ff !important;
    border-color: rgba(239, 246, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-100:hover {
    border-color: #dbeafe !important;
    border-color: rgba(219, 234, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-200:hover {
    border-color: #bfdbfe !important;
    border-color: rgba(191, 219, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-300:hover {
    border-color: #93c5fd !important;
    border-color: rgba(147, 197, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-400:hover {
    border-color: #60a5fa !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-500:hover {
    border-color: #3b82f6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-600:hover {
    border-color: #2563eb !important;
    border-color: rgba(37, 99, 235, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-700:hover {
    border-color: #1d4ed8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-800:hover {
    border-color: #1e40af !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-blue-900:hover {
    border-color: #1e3a8a !important;
    border-color: rgba(30, 58, 138, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-50:hover {
    border-color: #f5f3ff !important;
    border-color: rgba(245, 243, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-100:hover {
    border-color: #ede9fe !important;
    border-color: rgba(237, 233, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-200:hover {
    border-color: #ddd6fe !important;
    border-color: rgba(221, 214, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-300:hover {
    border-color: #c4b5fd !important;
    border-color: rgba(196, 181, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-400:hover {
    border-color: #a78bfa !important;
    border-color: rgba(167, 139, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-500:hover {
    border-color: #8b5cf6 !important;
    border-color: rgba(139, 92, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-600:hover {
    border-color: #7c3aed !important;
    border-color: rgba(124, 58, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-700:hover {
    border-color: #6d28d9 !important;
    border-color: rgba(109, 40, 217, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-800:hover {
    border-color: #5b21b6 !important;
    border-color: rgba(91, 33, 182, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-purple-900:hover {
    border-color: #4c1d95 !important;
    border-color: rgba(76, 29, 149, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-50:hover {
    border-color: #fdf2f8 !important;
    border-color: rgba(253, 242, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-100:hover {
    border-color: #fce7f3 !important;
    border-color: rgba(252, 231, 243, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-200:hover {
    border-color: #fbcfe8 !important;
    border-color: rgba(251, 207, 232, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-300:hover {
    border-color: #f9a8d4 !important;
    border-color: rgba(249, 168, 212, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-400:hover {
    border-color: #f472b6 !important;
    border-color: rgba(244, 114, 182, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-500:hover {
    border-color: #ec4899 !important;
    border-color: rgba(236, 72, 153, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-600:hover {
    border-color: #db2777 !important;
    border-color: rgba(219, 39, 119, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-700:hover {
    border-color: #be185d !important;
    border-color: rgba(190, 24, 93, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-800:hover {
    border-color: #9d174d !important;
    border-color: rgba(157, 23, 77, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-pink-900:hover {
    border-color: #831843 !important;
    border-color: rgba(131, 24, 67, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-50:hover {
    border-color: #f9fafb !important;
    border-color: rgba(249, 250, 251, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-100:hover {
    border-color: #f3f4f6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-200:hover {
    border-color: #e5e7eb !important;
    border-color: rgba(229, 231, 235, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-300:hover {
    border-color: #d1d5db !important;
    border-color: rgba(209, 213, 219, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-400:hover {
    border-color: #9ca3af !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-500:hover {
    border-color: #6b7280 !important;
    border-color: rgba(107, 114, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-600:hover {
    border-color: #4b5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-700:hover {
    border-color: #374151 !important;
    border-color: rgba(55, 65, 81, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-800:hover {
    border-color: #1f2937 !important;
    border-color: rgba(31, 41, 55, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-900:hover {
    border-color: #111827 !important;
    border-color: rgba(17, 24, 39, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-grey-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
    border-color: rgba(218, 225, 231, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-primary-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-primary-light:hover {
    border-color: #3F8CFF !important;
    border-color: rgba(63, 140, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-primary-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-primary-DEFAULT:hover {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-primary-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-primary-dark:hover {
    border-color: #1E40AF !important;
    border-color: rgba(30, 64, 175, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-secondary-light:hover {
    border-color: #FF7C7C !important;
    border-color: rgba(255, 124, 124, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-secondary-DEFAULT:hover {
    border-color: #EF4444 !important;
    border-color: rgba(239, 68, 68, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-secondary-dark:hover {
    border-color: #B91C1C !important;
    border-color: rgba(185, 28, 28, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-success-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-success-light:hover {
    border-color: #4ADE80 !important;
    border-color: rgba(74, 222, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-success-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-success-DEFAULT:hover {
    border-color: #16A34A !important;
    border-color: rgba(22, 163, 74, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-success-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-success-dark:hover {
    border-color: #15803D !important;
    border-color: rgba(21, 128, 61, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-warning-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-warning-light:hover {
    border-color: #FDE047 !important;
    border-color: rgba(253, 224, 71, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-warning-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-warning-DEFAULT:hover {
    border-color: #F59E0B !important;
    border-color: rgba(245, 158, 11, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-warning-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-warning-dark:hover {
    border-color: #B45309 !important;
    border-color: rgba(180, 83, 9, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-danger-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-danger-light:hover {
    border-color: #F87171 !important;
    border-color: rgba(248, 113, 113, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-danger-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-danger-DEFAULT:hover {
    border-color: #DC2626 !important;
    border-color: rgba(220, 38, 38, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-danger-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-danger-dark:hover {
    border-color: #991B1B !important;
    border-color: rgba(153, 27, 27, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-info-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-info-light:hover {
    border-color: #60A5FA !important;
    border-color: rgba(96, 165, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-info-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-info-DEFAULT:hover {
    border-color: #3B82F6 !important;
    border-color: rgba(59, 130, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-info-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-info-dark:hover {
    border-color: #1D4ED8 !important;
    border-color: rgba(29, 78, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-neutral-light:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-neutral-light:hover {
    border-color: #F3F4F6 !important;
    border-color: rgba(243, 244, 246, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-neutral-DEFAULT:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-neutral-DEFAULT:hover {
    border-color: #9CA3AF !important;
    border-color: rgba(156, 163, 175, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-neutral-dark:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-neutral-dark:hover {
    border-color: #4B5563 !important;
    border-color: rgba(75, 85, 99, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-telegram:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-telegram:hover {
    border-color: #0088CC !important;
    border-color: rgba(0, 136, 204, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-instagram:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-instagram:hover {
    border-color: #C13584 !important;
    border-color: rgba(193, 53, 132, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-facebook:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-facebook:hover {
    border-color: #3b5998 !important;
    border-color: rgba(59, 89, 152, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-whatsapp:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-whatsapp:hover {
    border-color: #25D366 !important;
    border-color: rgba(37, 211, 102, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-linkedin:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-linkedin:hover {
    border-color: #0e76a8 !important;
    border-color: rgba(14, 118, 168, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-50:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-50:hover {
    border-color: #ecfeff !important;
    border-color: rgba(236, 254, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-100:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-100:hover {
    border-color: #cffafe !important;
    border-color: rgba(207, 250, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-200:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-200:hover {
    border-color: #a5f3fc !important;
    border-color: rgba(165, 243, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-300:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-300:hover {
    border-color: #67e8f9 !important;
    border-color: rgba(103, 232, 249, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-400:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-400:hover {
    border-color: #22d3ee !important;
    border-color: rgba(34, 211, 238, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-500:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-500:hover {
    border-color: #06b6d4 !important;
    border-color: rgba(6, 182, 212, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-600:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-600:hover {
    border-color: #0891b2 !important;
    border-color: rgba(8, 145, 178, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-700:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-700:hover {
    border-color: #0e7490 !important;
    border-color: rgba(14, 116, 144, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-800:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-800:hover {
    border-color: #155e75 !important;
    border-color: rgba(21, 94, 117, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-900:hover {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:hover\:border-cyan-900:hover {
    border-color: #164e63 !important;
    border-color: rgba(22, 78, 99, var(--border-opacity)) !important;
  }

  .xl\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .xl\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  [dir] .xl\:border-solid {
    border-style: solid !important;
  }

  [dir] .xl\:border-dashed {
    border-style: dashed !important;
  }

  [dir] .xl\:border-dotted {
    border-style: dotted !important;
  }

  [dir] .xl\:border-double {
    border-style: double !important;
  }

  [dir] .xl\:border-none {
    border-style: none !important;
  }

  [dir] .xl\:border-0 {
    border-width: 0 !important;
  }

  [dir] .xl\:border-2 {
    border-width: 2px !important;
  }

  [dir] .xl\:border-4 {
    border-width: 4px !important;
  }

  [dir] .xl\:border-8 {
    border-width: 8px !important;
  }

  [dir] .xl\:border {
    border-width: 1px !important;
  }

  [dir] .xl\:border-t-0 {
    border-top-width: 0 !important;
  }

  [dir=ltr] .xl\:border-r-0 {
    border-right-width: 0 !important;
  }

  [dir=rtl] .xl\:border-r-0 {
    border-left-width: 0 !important;
  }

  [dir] .xl\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  [dir=ltr] .xl\:border-l-0 {
    border-left-width: 0 !important;
  }

  [dir=rtl] .xl\:border-l-0 {
    border-right-width: 0 !important;
  }

  [dir] .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  [dir=ltr] .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  [dir=rtl] .xl\:border-r-2 {
    border-left-width: 2px !important;
  }

  [dir] .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  [dir=ltr] .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  [dir=rtl] .xl\:border-l-2 {
    border-right-width: 2px !important;
  }

  [dir] .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  [dir=ltr] .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  [dir=rtl] .xl\:border-r-4 {
    border-left-width: 4px !important;
  }

  [dir] .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  [dir=ltr] .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  [dir=rtl] .xl\:border-l-4 {
    border-right-width: 4px !important;
  }

  [dir] .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  [dir=ltr] .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  [dir=rtl] .xl\:border-r-8 {
    border-left-width: 8px !important;
  }

  [dir] .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  [dir=ltr] .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  [dir=rtl] .xl\:border-l-8 {
    border-right-width: 8px !important;
  }

  [dir] .xl\:border-t {
    border-top-width: 1px !important;
  }

  [dir=ltr] .xl\:border-r {
    border-right-width: 1px !important;
  }

  [dir=rtl] .xl\:border-r {
    border-left-width: 1px !important;
  }

  [dir] .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  [dir=ltr] .xl\:border-l {
    border-left-width: 1px !important;
  }

  [dir=rtl] .xl\:border-l {
    border-right-width: 1px !important;
  }

  .xl\:box-border {
    box-sizing: border-box !important;
  }

  .xl\:box-content {
    box-sizing: content-box !important;
  }

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

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:inline-flex {
    display: inline-flex !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:table-caption {
    display: table-caption !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:table-column {
    display: table-column !important;
  }

  .xl\:table-column-group {
    display: table-column-group !important;
  }

  .xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .xl\:table-header-group {
    display: table-header-group !important;
  }

  .xl\:table-row-group {
    display: table-row-group !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:flow-root {
    display: flow-root !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:inline-grid {
    display: inline-grid !important;
  }

  .xl\:contents {
    display: contents !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xl\:place-items-auto {
    place-items: auto !important;
  }

  .xl\:place-items-start {
    place-items: start !important;
  }

  .xl\:place-items-end {
    place-items: end !important;
  }

  .xl\:place-items-center {
    place-items: center !important;
  }

  .xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .xl\:place-content-center {
    place-content: center !important;
  }

  .xl\:place-content-start {
    place-content: start !important;
  }

  .xl\:place-content-end {
    place-content: end !important;
  }

  .xl\:place-content-between {
    place-content: space-between !important;
  }

  .xl\:place-content-around {
    place-content: space-around !important;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .xl\:place-self-auto {
    place-self: auto !important;
  }

  .xl\:place-self-start {
    place-self: start !important;
  }

  .xl\:place-self-end {
    place-self: end !important;
  }

  .xl\:place-self-center {
    place-self: center !important;
  }

  .xl\:place-self-stretch {
    place-self: stretch !important;
  }

  .xl\:items-start {
    align-items: flex-start !important;
  }

  .xl\:items-end {
    align-items: flex-end !important;
  }

  .xl\:items-center {
    align-items: center !important;
  }

  .xl\:items-baseline {
    align-items: baseline !important;
  }

  .xl\:items-stretch {
    align-items: stretch !important;
  }

  .xl\:content-center {
    align-content: center !important;
  }

  .xl\:content-start {
    align-content: flex-start !important;
  }

  .xl\:content-end {
    align-content: flex-end !important;
  }

  .xl\:content-between {
    align-content: space-between !important;
  }

  .xl\:content-around {
    align-content: space-around !important;
  }

  .xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .xl\:self-auto {
    align-self: auto !important;
  }

  .xl\:self-start {
    align-self: flex-start !important;
  }

  .xl\:self-end {
    align-self: flex-end !important;
  }

  .xl\:self-center {
    align-self: center !important;
  }

  .xl\:self-stretch {
    align-self: stretch !important;
  }

  .xl\:justify-items-auto {
    justify-items: auto !important;
  }

  .xl\:justify-items-start {
    justify-items: start !important;
  }

  .xl\:justify-items-end {
    justify-items: end !important;
  }

  .xl\:justify-items-center {
    justify-items: center !important;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:justify-end {
    justify-content: flex-end !important;
  }

  .xl\:justify-center {
    justify-content: center !important;
  }

  .xl\:justify-between {
    justify-content: space-between !important;
  }

  .xl\:justify-around {
    justify-content: space-around !important;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .xl\:justify-self-start {
    justify-self: start !important;
  }

  .xl\:justify-self-end {
    justify-self: end !important;
  }

  .xl\:justify-self-center {
    justify-self: center !important;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    flex: none !important;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:order-3 {
    order: 3 !important;
  }

  .xl\:order-4 {
    order: 4 !important;
  }

  .xl\:order-5 {
    order: 5 !important;
  }

  .xl\:order-6 {
    order: 6 !important;
  }

  .xl\:order-first {
    order: -1 !important;
  }

  .xl\:order-last {
    order: 999 !important;
  }

  .xl\:order-normal {
    order: 0 !important;
  }

  .xl\:hover\:order-1:hover {
    order: 1 !important;
  }

  .xl\:hover\:order-2:hover {
    order: 2 !important;
  }

  .xl\:hover\:order-3:hover {
    order: 3 !important;
  }

  .xl\:hover\:order-4:hover {
    order: 4 !important;
  }

  .xl\:hover\:order-5:hover {
    order: 5 !important;
  }

  .xl\:hover\:order-6:hover {
    order: 6 !important;
  }

  .xl\:hover\:order-first:hover {
    order: -1 !important;
  }

  .xl\:hover\:order-last:hover {
    order: 999 !important;
  }

  .xl\:hover\:order-normal:hover {
    order: 0 !important;
  }

  .xl\:focus\:order-1:focus {
    order: 1 !important;
  }

  .xl\:focus\:order-2:focus {
    order: 2 !important;
  }

  .xl\:focus\:order-3:focus {
    order: 3 !important;
  }

  .xl\:focus\:order-4:focus {
    order: 4 !important;
  }

  .xl\:focus\:order-5:focus {
    order: 5 !important;
  }

  .xl\:focus\:order-6:focus {
    order: 6 !important;
  }

  .xl\:focus\:order-first:focus {
    order: -1 !important;
  }

  .xl\:focus\:order-last:focus {
    order: 999 !important;
  }

  .xl\:focus\:order-normal:focus {
    order: 0 !important;
  }

  [dir=ltr] .xl\:float-right {
    float: right !important;
  }

  [dir=rtl] .xl\:float-right {
    float: left !important;
  }

  [dir=ltr] .xl\:float-left {
    float: left !important;
  }

  [dir=rtl] .xl\:float-left {
    float: right !important;
  }

  [dir] .xl\:float-none {
    float: none !important;
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
  }

  [dir] .xl\:clearfix:after {
    clear: both !important;
  }

  [dir=ltr] .xl\:clear-left {
    clear: left !important;
  }

  [dir=rtl] .xl\:clear-left {
    clear: right !important;
  }

  [dir=ltr] .xl\:clear-right {
    clear: right !important;
  }

  [dir=rtl] .xl\:clear-right {
    clear: left !important;
  }

  [dir] .xl\:clear-both {
    clear: both !important;
  }

  [dir] .xl\:clear-none {
    clear: none !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .xl\:h-1 {
    height: 0.25rem !important;
  }

  .xl\:h-2 {
    height: 0.5rem !important;
  }

  .xl\:h-3 {
    height: 0.75rem !important;
  }

  .xl\:h-4 {
    height: 1rem !important;
  }

  .xl\:h-5 {
    height: 1.25rem !important;
  }

  .xl\:h-6 {
    height: 1.5rem !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

  .xl\:h-10 {
    height: 2.5rem !important;
  }

  .xl\:h-12 {
    height: 3rem !important;
  }

  .xl\:h-16 {
    height: 4rem !important;
  }

  .xl\:h-24 {
    height: 6rem !important;
  }

  .xl\:h-32 {
    height: 8rem !important;
  }

  .xl\:h-48 {
    height: 12rem !important;
  }

  .xl\:h-64 {
    height: 16rem !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:text-xs {
    font-size: .75rem !important;
  }

  .xl\:text-sm {
    font-size: .875rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
  }

  .xl\:text-lg {
    font-size: 1.125rem !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
  }

  .xl\:text-2xl {
    font-size: 1.5rem !important;
  }

  .xl\:text-3xl {
    font-size: 1.875rem !important;
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
  }

  .xl\:text-6xl {
    font-size: 4rem !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:leading-loose {
    line-height: 2 !important;
  }

  .xl\:list-inside {
    list-style-position: inside !important;
  }

  .xl\:list-outside {
    list-style-position: outside !important;
  }

  [dir] .xl\:m-0 {
    margin: 0 !important;
  }

  [dir] .xl\:m-1 {
    margin: 0.25rem !important;
  }

  [dir] .xl\:m-2 {
    margin: 0.5rem !important;
  }

  [dir] .xl\:m-3 {
    margin: 0.75rem !important;
  }

  [dir] .xl\:m-4 {
    margin: 1rem !important;
  }

  [dir] .xl\:m-5 {
    margin: 1.25rem !important;
  }

  [dir] .xl\:m-6 {
    margin: 1.5rem !important;
  }

  [dir] .xl\:m-8 {
    margin: 2rem !important;
  }

  [dir] .xl\:m-10 {
    margin: 2.5rem !important;
  }

  [dir] .xl\:m-12 {
    margin: 3rem !important;
  }

  [dir] .xl\:m-16 {
    margin: 4rem !important;
  }

  [dir] .xl\:m-20 {
    margin: 5rem !important;
  }

  [dir] .xl\:m-24 {
    margin: 6rem !important;
  }

  [dir] .xl\:m-32 {
    margin: 8rem !important;
  }

  [dir] .xl\:m-auto {
    margin: auto !important;
  }

  [dir] .xl\:m-px {
    margin: 1px !important;
  }

  [dir] .xl\:m-base {
    margin: 2.2rem !important;
  }

  [dir] .xl\:-m-px {
    margin: -1px !important;
  }

  [dir] .xl\:-m-1 {
    margin: -0.25rem !important;
  }

  [dir] .xl\:-m-2 {
    margin: -0.5rem !important;
  }

  [dir] .xl\:-m-3 {
    margin: -0.75rem !important;
  }

  [dir] .xl\:-m-4 {
    margin: -1rem !important;
  }

  [dir] .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  [dir=ltr] .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [dir=rtl] .xl\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  [dir] .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .xl\:mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  [dir] .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .xl\:mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  [dir] .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  [dir=ltr] .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  [dir=rtl] .xl\:mx-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  [dir] .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  [dir=rtl] .xl\:mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  [dir] .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  [dir=ltr] .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  [dir=rtl] .xl\:mx-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  [dir] .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .xl\:mx-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  [dir] .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  [dir=ltr] .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  [dir=rtl] .xl\:mx-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  [dir] .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  [dir=ltr] .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  [dir=rtl] .xl\:mx-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  [dir] .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  [dir=rtl] .xl\:mx-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  [dir] .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  [dir=ltr] .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  [dir=rtl] .xl\:mx-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  [dir] .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  [dir=ltr] .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  [dir=rtl] .xl\:mx-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  [dir] .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  [dir=ltr] .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  [dir=rtl] .xl\:mx-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  [dir] .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  [dir=ltr] .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  [dir=rtl] .xl\:mx-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  [dir] .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  [dir=ltr] .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  [dir=rtl] .xl\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  [dir] .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  [dir=ltr] .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  [dir=rtl] .xl\:mx-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  [dir] .xl\:my-base {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  [dir=ltr] .xl\:mx-base {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }

  [dir=rtl] .xl\:mx-base {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  [dir] .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  [dir=ltr] .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  [dir=rtl] .xl\:-mx-px {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }

  [dir] .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .xl\:-mx-1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  [dir] .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .xl\:-mx-2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  [dir] .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  [dir=ltr] .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  [dir=rtl] .xl\:-mx-3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  [dir] .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  [dir=rtl] .xl\:-mx-4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  [dir] .xl\:mt-0 {
    margin-top: 0 !important;
  }

  [dir=ltr] .xl\:mr-0 {
    margin-right: 0 !important;
  }

  [dir=rtl] .xl\:mr-0 {
    margin-left: 0 !important;
  }

  [dir] .xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  [dir=ltr] .xl\:ml-0 {
    margin-left: 0 !important;
  }

  [dir=rtl] .xl\:ml-0 {
    margin-right: 0 !important;
  }

  [dir] .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  [dir=ltr] .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .xl\:mr-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  [dir=rtl] .xl\:ml-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  [dir=ltr] .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .xl\:mr-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  [dir=rtl] .xl\:ml-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  [dir=ltr] .xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  [dir=rtl] .xl\:mr-3 {
    margin-left: 0.75rem !important;
  }

  [dir] .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  [dir=ltr] .xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  [dir=rtl] .xl\:ml-3 {
    margin-right: 0.75rem !important;
  }

  [dir] .xl\:mt-4 {
    margin-top: 1rem !important;
  }

  [dir=ltr] .xl\:mr-4 {
    margin-right: 1rem !important;
  }

  [dir=rtl] .xl\:mr-4 {
    margin-left: 1rem !important;
  }

  [dir] .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .xl\:ml-4 {
    margin-left: 1rem !important;
  }

  [dir=rtl] .xl\:ml-4 {
    margin-right: 1rem !important;
  }

  [dir] .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  [dir=ltr] .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  [dir=rtl] .xl\:mr-5 {
    margin-left: 1.25rem !important;
  }

  [dir] .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  [dir=ltr] .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  [dir=rtl] .xl\:ml-5 {
    margin-right: 1.25rem !important;
  }

  [dir] .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  [dir=ltr] .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .xl\:mr-6 {
    margin-left: 1.5rem !important;
  }

  [dir] .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  [dir=rtl] .xl\:ml-6 {
    margin-right: 1.5rem !important;
  }

  [dir] .xl\:mt-8 {
    margin-top: 2rem !important;
  }

  [dir=ltr] .xl\:mr-8 {
    margin-right: 2rem !important;
  }

  [dir=rtl] .xl\:mr-8 {
    margin-left: 2rem !important;
  }

  [dir] .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  [dir=ltr] .xl\:ml-8 {
    margin-left: 2rem !important;
  }

  [dir=rtl] .xl\:ml-8 {
    margin-right: 2rem !important;
  }

  [dir] .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  [dir=ltr] .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  [dir=rtl] .xl\:mr-10 {
    margin-left: 2.5rem !important;
  }

  [dir] .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  [dir=ltr] .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  [dir=rtl] .xl\:ml-10 {
    margin-right: 2.5rem !important;
  }

  [dir] .xl\:mt-12 {
    margin-top: 3rem !important;
  }

  [dir=ltr] .xl\:mr-12 {
    margin-right: 3rem !important;
  }

  [dir=rtl] .xl\:mr-12 {
    margin-left: 3rem !important;
  }

  [dir] .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .xl\:ml-12 {
    margin-left: 3rem !important;
  }

  [dir=rtl] .xl\:ml-12 {
    margin-right: 3rem !important;
  }

  [dir] .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  [dir=ltr] .xl\:mr-16 {
    margin-right: 4rem !important;
  }

  [dir=rtl] .xl\:mr-16 {
    margin-left: 4rem !important;
  }

  [dir] .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  [dir=ltr] .xl\:ml-16 {
    margin-left: 4rem !important;
  }

  [dir=rtl] .xl\:ml-16 {
    margin-right: 4rem !important;
  }

  [dir] .xl\:mt-20 {
    margin-top: 5rem !important;
  }

  [dir=ltr] .xl\:mr-20 {
    margin-right: 5rem !important;
  }

  [dir=rtl] .xl\:mr-20 {
    margin-left: 5rem !important;
  }

  [dir] .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  [dir=ltr] .xl\:ml-20 {
    margin-left: 5rem !important;
  }

  [dir=rtl] .xl\:ml-20 {
    margin-right: 5rem !important;
  }

  [dir] .xl\:mt-24 {
    margin-top: 6rem !important;
  }

  [dir=ltr] .xl\:mr-24 {
    margin-right: 6rem !important;
  }

  [dir=rtl] .xl\:mr-24 {
    margin-left: 6rem !important;
  }

  [dir] .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  [dir=ltr] .xl\:ml-24 {
    margin-left: 6rem !important;
  }

  [dir=rtl] .xl\:ml-24 {
    margin-right: 6rem !important;
  }

  [dir] .xl\:mt-32 {
    margin-top: 8rem !important;
  }

  [dir=ltr] .xl\:mr-32 {
    margin-right: 8rem !important;
  }

  [dir=rtl] .xl\:mr-32 {
    margin-left: 8rem !important;
  }

  [dir] .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  [dir=ltr] .xl\:ml-32 {
    margin-left: 8rem !important;
  }

  [dir=rtl] .xl\:ml-32 {
    margin-right: 8rem !important;
  }

  [dir] .xl\:mt-auto {
    margin-top: auto !important;
  }

  [dir=ltr] .xl\:mr-auto {
    margin-right: auto !important;
  }

  [dir=rtl] .xl\:mr-auto {
    margin-left: auto !important;
  }

  [dir] .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  [dir=ltr] .xl\:ml-auto {
    margin-left: auto !important;
  }

  [dir=rtl] .xl\:ml-auto {
    margin-right: auto !important;
  }

  [dir] .xl\:mt-px {
    margin-top: 1px !important;
  }

  [dir=ltr] .xl\:mr-px {
    margin-right: 1px !important;
  }

  [dir=rtl] .xl\:mr-px {
    margin-left: 1px !important;
  }

  [dir] .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  [dir=ltr] .xl\:ml-px {
    margin-left: 1px !important;
  }

  [dir=rtl] .xl\:ml-px {
    margin-right: 1px !important;
  }

  [dir] .xl\:mt-base {
    margin-top: 2.2rem !important;
  }

  [dir=ltr] .xl\:mr-base {
    margin-right: 2.2rem !important;
  }

  [dir=rtl] .xl\:mr-base {
    margin-left: 2.2rem !important;
  }

  [dir] .xl\:mb-base {
    margin-bottom: 2.2rem !important;
  }

  [dir=ltr] .xl\:ml-base {
    margin-left: 2.2rem !important;
  }

  [dir=rtl] .xl\:ml-base {
    margin-right: 2.2rem !important;
  }

  [dir] .xl\:-mt-px {
    margin-top: -1px !important;
  }

  [dir=ltr] .xl\:-mr-px {
    margin-right: -1px !important;
  }

  [dir=rtl] .xl\:-mr-px {
    margin-left: -1px !important;
  }

  [dir] .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  [dir=ltr] .xl\:-ml-px {
    margin-left: -1px !important;
  }

  [dir=rtl] .xl\:-ml-px {
    margin-right: -1px !important;
  }

  [dir] .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  [dir=ltr] .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .xl\:-mr-1 {
    margin-left: -0.25rem !important;
  }

  [dir] .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  [dir=rtl] .xl\:-ml-1 {
    margin-right: -0.25rem !important;
  }

  [dir] .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  [dir=ltr] .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .xl\:-mr-2 {
    margin-left: -0.5rem !important;
  }

  [dir] .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  [dir=rtl] .xl\:-ml-2 {
    margin-right: -0.5rem !important;
  }

  [dir] .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  [dir=ltr] .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  [dir=rtl] .xl\:-mr-3 {
    margin-left: -0.75rem !important;
  }

  [dir] .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  [dir=ltr] .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  [dir=rtl] .xl\:-ml-3 {
    margin-right: -0.75rem !important;
  }

  [dir] .xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  [dir=ltr] .xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  [dir=rtl] .xl\:-mr-4 {
    margin-left: -1rem !important;
  }

  [dir] .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  [dir=rtl] .xl\:-ml-4 {
    margin-right: -1rem !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-h-100px {
    max-height: 100px !important;
  }

  .xl\:max-h-200px {
    max-height: 200px !important;
  }

  .xl\:max-h-300px {
    max-height: 300px !important;
  }

  .xl\:max-h-400px {
    max-height: 400px !important;
  }

  .xl\:max-h-500px {
    max-height: 500px !important;
  }

  .xl\:max-h-600px {
    max-height: 600px !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-sm {
    max-width: 30rem !important;
  }

  .xl\:max-w-md {
    max-width: 40rem !important;
  }

  .xl\:max-w-lg {
    max-width: 50rem !important;
  }

  .xl\:max-w-xl {
    max-width: 60rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 70rem !important;
  }

  .xl\:max-w-3xl {
    max-width: 80rem !important;
  }

  .xl\:max-w-4xl {
    max-width: 90rem !important;
  }

  .xl\:max-w-5xl {
    max-width: 100rem !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:min-h-0 {
    min-height: 0 !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

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

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  [dir] .xl\:p-0 {
    padding: 0 !important;
  }

  [dir] .xl\:p-1 {
    padding: 0.25rem !important;
  }

  [dir] .xl\:p-2 {
    padding: 0.5rem !important;
  }

  [dir] .xl\:p-3 {
    padding: 0.75rem !important;
  }

  [dir] .xl\:p-4 {
    padding: 1rem !important;
  }

  [dir] .xl\:p-5 {
    padding: 1.25rem !important;
  }

  [dir] .xl\:p-6 {
    padding: 1.5rem !important;
  }

  [dir] .xl\:p-8 {
    padding: 2rem !important;
  }

  [dir] .xl\:p-10 {
    padding: 2.5rem !important;
  }

  [dir] .xl\:p-12 {
    padding: 3rem !important;
  }

  [dir] .xl\:p-16 {
    padding: 4rem !important;
  }

  [dir] .xl\:p-20 {
    padding: 5rem !important;
  }

  [dir] .xl\:p-24 {
    padding: 6rem !important;
  }

  [dir] .xl\:p-32 {
    padding: 8rem !important;
  }

  [dir] .xl\:p-px {
    padding: 1px !important;
  }

  [dir] .xl\:p-base {
    padding: 2.2rem !important;
  }

  [dir] .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  [dir=ltr] .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [dir=rtl] .xl\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  [dir] .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .xl\:px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  [dir] .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .xl\:px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  [dir] .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  [dir=ltr] .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  [dir=rtl] .xl\:px-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  [dir] .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  [dir=rtl] .xl\:px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  [dir] .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  [dir=ltr] .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  [dir=rtl] .xl\:px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  [dir] .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .xl\:px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  [dir] .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  [dir=ltr] .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  [dir=rtl] .xl\:px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  [dir] .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  [dir=ltr] .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  [dir=rtl] .xl\:px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  [dir] .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  [dir=rtl] .xl\:px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  [dir] .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  [dir=ltr] .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  [dir=rtl] .xl\:px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  [dir] .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  [dir=ltr] .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  [dir=rtl] .xl\:px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  [dir] .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  [dir=ltr] .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  [dir=rtl] .xl\:px-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  [dir] .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  [dir=ltr] .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  [dir=rtl] .xl\:px-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  [dir] .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  [dir=ltr] .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  [dir=rtl] .xl\:px-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  [dir] .xl\:py-base {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  [dir=ltr] .xl\:px-base {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }

  [dir=rtl] .xl\:px-base {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  [dir] .xl\:pt-0 {
    padding-top: 0 !important;
  }

  [dir=ltr] .xl\:pr-0 {
    padding-right: 0 !important;
  }

  [dir=rtl] .xl\:pr-0 {
    padding-left: 0 !important;
  }

  [dir] .xl\:pb-0 {
    padding-bottom: 0 !important;
  }

  [dir=ltr] .xl\:pl-0 {
    padding-left: 0 !important;
  }

  [dir=rtl] .xl\:pl-0 {
    padding-right: 0 !important;
  }

  [dir] .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  [dir=ltr] .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .xl\:pr-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  [dir=rtl] .xl\:pl-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  [dir=ltr] .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .xl\:pr-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  [dir=rtl] .xl\:pl-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  [dir=ltr] .xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  [dir=rtl] .xl\:pr-3 {
    padding-left: 0.75rem !important;
  }

  [dir] .xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  [dir=ltr] .xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  [dir=rtl] .xl\:pl-3 {
    padding-right: 0.75rem !important;
  }

  [dir] .xl\:pt-4 {
    padding-top: 1rem !important;
  }

  [dir=ltr] .xl\:pr-4 {
    padding-right: 1rem !important;
  }

  [dir=rtl] .xl\:pr-4 {
    padding-left: 1rem !important;
  }

  [dir] .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .xl\:pl-4 {
    padding-left: 1rem !important;
  }

  [dir=rtl] .xl\:pl-4 {
    padding-right: 1rem !important;
  }

  [dir] .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  [dir=ltr] .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  [dir=rtl] .xl\:pr-5 {
    padding-left: 1.25rem !important;
  }

  [dir] .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  [dir=ltr] .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  [dir=rtl] .xl\:pl-5 {
    padding-right: 1.25rem !important;
  }

  [dir] .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  [dir=ltr] .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .xl\:pr-6 {
    padding-left: 1.5rem !important;
  }

  [dir] .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  [dir=rtl] .xl\:pl-6 {
    padding-right: 1.5rem !important;
  }

  [dir] .xl\:pt-8 {
    padding-top: 2rem !important;
  }

  [dir=ltr] .xl\:pr-8 {
    padding-right: 2rem !important;
  }

  [dir=rtl] .xl\:pr-8 {
    padding-left: 2rem !important;
  }

  [dir] .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  [dir=ltr] .xl\:pl-8 {
    padding-left: 2rem !important;
  }

  [dir=rtl] .xl\:pl-8 {
    padding-right: 2rem !important;
  }

  [dir] .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  [dir=ltr] .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  [dir=rtl] .xl\:pr-10 {
    padding-left: 2.5rem !important;
  }

  [dir] .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  [dir=ltr] .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  [dir=rtl] .xl\:pl-10 {
    padding-right: 2.5rem !important;
  }

  [dir] .xl\:pt-12 {
    padding-top: 3rem !important;
  }

  [dir=ltr] .xl\:pr-12 {
    padding-right: 3rem !important;
  }

  [dir=rtl] .xl\:pr-12 {
    padding-left: 3rem !important;
  }

  [dir] .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  [dir=rtl] .xl\:pl-12 {
    padding-right: 3rem !important;
  }

  [dir] .xl\:pt-16 {
    padding-top: 4rem !important;
  }

  [dir=ltr] .xl\:pr-16 {
    padding-right: 4rem !important;
  }

  [dir=rtl] .xl\:pr-16 {
    padding-left: 4rem !important;
  }

  [dir] .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  [dir=ltr] .xl\:pl-16 {
    padding-left: 4rem !important;
  }

  [dir=rtl] .xl\:pl-16 {
    padding-right: 4rem !important;
  }

  [dir] .xl\:pt-20 {
    padding-top: 5rem !important;
  }

  [dir=ltr] .xl\:pr-20 {
    padding-right: 5rem !important;
  }

  [dir=rtl] .xl\:pr-20 {
    padding-left: 5rem !important;
  }

  [dir] .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  [dir=ltr] .xl\:pl-20 {
    padding-left: 5rem !important;
  }

  [dir=rtl] .xl\:pl-20 {
    padding-right: 5rem !important;
  }

  [dir] .xl\:pt-24 {
    padding-top: 6rem !important;
  }

  [dir=ltr] .xl\:pr-24 {
    padding-right: 6rem !important;
  }

  [dir=rtl] .xl\:pr-24 {
    padding-left: 6rem !important;
  }

  [dir] .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  [dir=ltr] .xl\:pl-24 {
    padding-left: 6rem !important;
  }

  [dir=rtl] .xl\:pl-24 {
    padding-right: 6rem !important;
  }

  [dir] .xl\:pt-32 {
    padding-top: 8rem !important;
  }

  [dir=ltr] .xl\:pr-32 {
    padding-right: 8rem !important;
  }

  [dir=rtl] .xl\:pr-32 {
    padding-left: 8rem !important;
  }

  [dir] .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  [dir=ltr] .xl\:pl-32 {
    padding-left: 8rem !important;
  }

  [dir=rtl] .xl\:pl-32 {
    padding-right: 8rem !important;
  }

  [dir] .xl\:pt-px {
    padding-top: 1px !important;
  }

  [dir=ltr] .xl\:pr-px {
    padding-right: 1px !important;
  }

  [dir=rtl] .xl\:pr-px {
    padding-left: 1px !important;
  }

  [dir] .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  [dir=ltr] .xl\:pl-px {
    padding-left: 1px !important;
  }

  [dir=rtl] .xl\:pl-px {
    padding-right: 1px !important;
  }

  [dir] .xl\:pt-base {
    padding-top: 2.2rem !important;
  }

  [dir=ltr] .xl\:pr-base {
    padding-right: 2.2rem !important;
  }

  [dir=rtl] .xl\:pr-base {
    padding-left: 2.2rem !important;
  }

  [dir] .xl\:pb-base {
    padding-bottom: 2.2rem !important;
  }

  [dir=ltr] .xl\:pl-base {
    padding-left: 2.2rem !important;
  }

  [dir=rtl] .xl\:pl-base {
    padding-right: 2.2rem !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-grey-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-neutral-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-neutral-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-neutral-DEFAULT::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-neutral-DEFAULT::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-neutral-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-neutral-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-telegram::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-telegram::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-instagram::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-instagram::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-facebook::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-facebook::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-whatsapp::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-whatsapp::placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-linkedin::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-linkedin::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-50::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-50::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-100::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-200::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-200::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-300::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-300::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-400::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-400::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-500::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-500::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-600::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-600::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-700::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-700::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-800::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-800::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-900::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-900::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grey-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-neutral-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-neutral-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-neutral-DEFAULT:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-neutral-DEFAULT:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-neutral-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-neutral-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-telegram:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-telegram:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-instagram:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-instagram:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-facebook:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-facebook:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-whatsapp:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-whatsapp:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-linkedin:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-linkedin:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-50:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-200:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-300:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-400:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-500:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-600:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-700:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-800:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-900:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:sticky {
    position: sticky !important;
  }

  .xl\:inset-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  [dir=ltr] .xl\:inset-0 {
    right: 0 !important;
    left: 0 !important;
  }

  [dir=rtl] .xl\:inset-0 {
    left: 0 !important;
    right: 0 !important;
  }

  .xl\:inset-auto {
    top: auto !important;
    bottom: auto !important;
  }

  [dir=ltr] .xl\:inset-auto {
    right: auto !important;
    left: auto !important;
  }

  [dir=rtl] .xl\:inset-auto {
    left: auto !important;
    right: auto !important;
  }

  .xl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  [dir=ltr] .xl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  [dir=rtl] .xl\:inset-x-0 {
    left: 0 !important;
    right: 0 !important;
  }

  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  [dir=ltr] .xl\:inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  [dir=rtl] .xl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .xl\:top-0 {
    top: 0 !important;
  }

  [dir=ltr] .xl\:right-0 {
    right: 0 !important;
  }

  [dir=rtl] .xl\:right-0 {
    left: 0 !important;
  }

  .xl\:bottom-0 {
    bottom: 0 !important;
  }

  [dir=ltr] .xl\:left-0 {
    left: 0 !important;
  }

  [dir=rtl] .xl\:left-0 {
    right: 0 !important;
  }

  .xl\:top-auto {
    top: auto !important;
  }

  [dir=ltr] .xl\:right-auto {
    right: auto !important;
  }

  [dir=rtl] .xl\:right-auto {
    left: auto !important;
  }

  .xl\:bottom-auto {
    bottom: auto !important;
  }

  [dir=ltr] .xl\:left-auto {
    left: auto !important;
  }

  [dir=rtl] .xl\:left-auto {
    right: auto !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  [dir] .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .xl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .xl\:shadow-none {
    box-shadow: none !important;
  }

  [dir] .xl\:shadow-drop {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  [dir] .xl\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  [dir] .xl\:hover\:shadow-drop:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  [dir] .xl\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10) !important;
  }

  [dir] .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08) !important;
  }

  [dir] .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06) !important;
  }

  [dir] .xl\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  [dir] .xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  [dir] .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(52,144,220,0.5) !important;
  }

  [dir] .xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  [dir] .xl\:focus\:shadow-drop:focus {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14) !important;
  }

  .xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  [dir=ltr] .xl\:text-left {
    text-align: left !important;
  }

  [dir=rtl] .xl\:text-left {
    text-align: right !important;
  }

  [dir] .xl\:text-center {
    text-align: center !important;
  }

  [dir=ltr] .xl\:text-right {
    text-align: right !important;
  }

  [dir=rtl] .xl\:text-right {
    text-align: left !important;
  }

  [dir] .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:text-inherit {
    color: inherit !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-current {
    color: currentColor !important;
  }

  .xl\:text-black {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .xl\:text-white {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:text-gray-100 {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:text-gray-200 {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:text-gray-300 {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:text-gray-400 {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:text-gray-500 {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:text-gray-600 {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:text-gray-700 {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:text-gray-800 {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:text-gray-900 {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:text-red-50 {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:text-red-100 {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .xl\:text-red-200 {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .xl\:text-red-300 {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .xl\:text-red-400 {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:text-red-500 {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:text-red-600 {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:text-red-700 {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:text-red-800 {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:text-red-900 {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:text-orange-50 {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .xl\:text-orange-100 {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .xl\:text-orange-200 {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .xl\:text-orange-300 {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .xl\:text-orange-400 {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .xl\:text-orange-500 {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .xl\:text-orange-600 {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .xl\:text-orange-700 {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .xl\:text-orange-800 {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .xl\:text-orange-900 {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-50 {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-100 {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-200 {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-300 {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-400 {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-500 {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-600 {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-700 {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-800 {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-900 {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .xl\:text-green-50 {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .xl\:text-green-100 {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .xl\:text-green-200 {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .xl\:text-green-300 {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .xl\:text-green-400 {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:text-green-500 {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .xl\:text-green-600 {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:text-green-700 {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:text-green-800 {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .xl\:text-green-900 {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .xl\:text-teal-50 {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .xl\:text-teal-100 {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .xl\:text-teal-200 {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .xl\:text-teal-300 {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .xl\:text-teal-400 {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .xl\:text-teal-500 {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .xl\:text-teal-600 {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .xl\:text-teal-700 {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .xl\:text-teal-800 {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .xl\:text-teal-900 {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .xl\:text-blue-50 {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .xl\:text-blue-100 {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .xl\:text-blue-200 {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:text-blue-300 {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .xl\:text-blue-400 {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:text-blue-500 {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:text-blue-600 {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .xl\:text-blue-700 {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:text-blue-800 {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:text-blue-900 {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-100 {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-200 {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-300 {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-400 {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-500 {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-600 {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-700 {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-800 {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-900 {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:text-purple-50 {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .xl\:text-purple-100 {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .xl\:text-purple-200 {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .xl\:text-purple-300 {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .xl\:text-purple-400 {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .xl\:text-purple-500 {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .xl\:text-purple-600 {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .xl\:text-purple-700 {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .xl\:text-purple-800 {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .xl\:text-purple-900 {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .xl\:text-pink-50 {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .xl\:text-pink-100 {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .xl\:text-pink-200 {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .xl\:text-pink-300 {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .xl\:text-pink-400 {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .xl\:text-pink-500 {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .xl\:text-pink-600 {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .xl\:text-pink-700 {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .xl\:text-pink-800 {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .xl\:text-pink-900 {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .xl\:text-grey-50 {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .xl\:text-grey-100 {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:text-grey-200 {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .xl\:text-grey-300 {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .xl\:text-grey-400 {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:text-grey-500 {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .xl\:text-grey-600 {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:text-grey-700 {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .xl\:text-grey-800 {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .xl\:text-grey-900 {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .xl\:text-grey-light {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .xl\:text-primary-light {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .xl\:text-primary-DEFAULT {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:text-primary-dark {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:text-secondary-light {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .xl\:text-secondary-DEFAULT {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:text-secondary-dark {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:text-success-light {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:text-success-DEFAULT {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:text-success-dark {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:text-warning-light {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:text-warning-DEFAULT {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .xl\:text-warning-dark {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .xl\:text-danger-light {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:text-danger-DEFAULT {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:text-danger-dark {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:text-info-light {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:text-info-DEFAULT {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:text-info-dark {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:text-neutral-light {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:text-neutral-DEFAULT {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:text-neutral-dark {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:text-telegram {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .xl\:text-instagram {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .xl\:text-facebook {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .xl\:text-whatsapp {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .xl\:text-linkedin {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-50 {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-100 {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-200 {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-300 {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-400 {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-500 {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-600 {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-700 {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-800 {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .xl\:text-cyan-900 {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-inherit:hover {
    color: inherit !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .xl\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-100:hover {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-200:hover {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-300:hover {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-400:hover {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-500:hover {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-600:hover {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-700:hover {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-800:hover {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-900:hover {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-50:hover {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-100:hover {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-200:hover {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-300:hover {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-400:hover {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-500:hover {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-600:hover {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-700:hover {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-800:hover {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red-900:hover {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-50:hover {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-100:hover {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-200:hover {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-300:hover {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-400:hover {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-500:hover {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-600:hover {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-700:hover {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-800:hover {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-900:hover {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-50:hover {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-100:hover {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-200:hover {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-300:hover {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-400:hover {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-500:hover {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-600:hover {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-700:hover {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-800:hover {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-900:hover {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-100:hover {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-200:hover {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-300:hover {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-400:hover {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-500:hover {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-600:hover {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-700:hover {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-800:hover {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-900:hover {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-50:hover {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-100:hover {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-200:hover {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-300:hover {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-400:hover {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-500:hover {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-600:hover {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-700:hover {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-800:hover {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-900:hover {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-50:hover {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-100:hover {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-200:hover {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-300:hover {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-400:hover {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-500:hover {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-600:hover {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-700:hover {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-800:hover {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-900:hover {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-100:hover {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-200:hover {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-300:hover {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-400:hover {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-500:hover {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-600:hover {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-700:hover {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-800:hover {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-900:hover {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-50:hover {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-100:hover {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-200:hover {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-300:hover {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-400:hover {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-500:hover {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-600:hover {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-700:hover {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-800:hover {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-900:hover {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-50:hover {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-100:hover {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-200:hover {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-300:hover {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-400:hover {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-500:hover {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-600:hover {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-700:hover {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-800:hover {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-900:hover {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-50:hover {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-100:hover {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-200:hover {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-300:hover {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-400:hover {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-500:hover {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-600:hover {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-700:hover {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-800:hover {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-900:hover {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-grey-light:hover {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-primary-light:hover {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-primary-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-primary-dark:hover {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-light:hover {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-dark:hover {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-success-light:hover {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-success-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-success-dark:hover {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-warning-light:hover {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-warning-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-warning-dark:hover {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-danger-light:hover {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-danger-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-danger-dark:hover {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-info-light:hover {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-info-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-info-dark:hover {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-neutral-light:hover {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-neutral-DEFAULT:hover {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-neutral-dark:hover {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-telegram:hover {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-instagram:hover {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-facebook:hover {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-whatsapp:hover {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-linkedin:hover {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-50:hover {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-100:hover {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-200:hover {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-300:hover {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-400:hover {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-500:hover {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-600:hover {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-700:hover {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-800:hover {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-900:hover {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-inherit:focus {
    color: inherit !important;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .xl\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #22292f !important;
    color: rgba(34, 41, 47, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #ffffff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-100:focus {
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-200:focus {
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-300:focus {
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-400:focus {
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-500:focus {
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-600:focus {
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-700:focus {
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-800:focus {
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-900:focus {
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-50:focus {
    --text-opacity: 1 !important;
    color: #fef2f2 !important;
    color: rgba(254, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-100:focus {
    --text-opacity: 1 !important;
    color: #fee2e2 !important;
    color: rgba(254, 226, 226, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-200:focus {
    --text-opacity: 1 !important;
    color: #fecaca !important;
    color: rgba(254, 202, 202, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-300:focus {
    --text-opacity: 1 !important;
    color: #fca5a5 !important;
    color: rgba(252, 165, 165, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-400:focus {
    --text-opacity: 1 !important;
    color: #f87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-500:focus {
    --text-opacity: 1 !important;
    color: #ef4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-600:focus {
    --text-opacity: 1 !important;
    color: #dc2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-700:focus {
    --text-opacity: 1 !important;
    color: #b91c1c !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-800:focus {
    --text-opacity: 1 !important;
    color: #991b1b !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red-900:focus {
    --text-opacity: 1 !important;
    color: #7f1d1d !important;
    color: rgba(127, 29, 29, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-50:focus {
    --text-opacity: 1 !important;
    color: #fff7ed !important;
    color: rgba(255, 247, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-100:focus {
    --text-opacity: 1 !important;
    color: #ffedd5 !important;
    color: rgba(255, 237, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-200:focus {
    --text-opacity: 1 !important;
    color: #fed7aa !important;
    color: rgba(254, 215, 170, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-300:focus {
    --text-opacity: 1 !important;
    color: #fdba74 !important;
    color: rgba(253, 186, 116, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-400:focus {
    --text-opacity: 1 !important;
    color: #fb923c !important;
    color: rgba(251, 146, 60, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-500:focus {
    --text-opacity: 1 !important;
    color: #f97316 !important;
    color: rgba(249, 115, 22, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-600:focus {
    --text-opacity: 1 !important;
    color: #ea580c !important;
    color: rgba(234, 88, 12, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-700:focus {
    --text-opacity: 1 !important;
    color: #c2410c !important;
    color: rgba(194, 65, 12, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-800:focus {
    --text-opacity: 1 !important;
    color: #9a3412 !important;
    color: rgba(154, 52, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-900:focus {
    --text-opacity: 1 !important;
    color: #7c2d12 !important;
    color: rgba(124, 45, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-50:focus {
    --text-opacity: 1 !important;
    color: #fefce8 !important;
    color: rgba(254, 252, 232, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-100:focus {
    --text-opacity: 1 !important;
    color: #fef9c3 !important;
    color: rgba(254, 249, 195, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-200:focus {
    --text-opacity: 1 !important;
    color: #fef08a !important;
    color: rgba(254, 240, 138, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-300:focus {
    --text-opacity: 1 !important;
    color: #fde047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-400:focus {
    --text-opacity: 1 !important;
    color: #facc15 !important;
    color: rgba(250, 204, 21, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-500:focus {
    --text-opacity: 1 !important;
    color: #eab308 !important;
    color: rgba(234, 179, 8, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-600:focus {
    --text-opacity: 1 !important;
    color: #ca8a04 !important;
    color: rgba(202, 138, 4, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-700:focus {
    --text-opacity: 1 !important;
    color: #a16207 !important;
    color: rgba(161, 98, 7, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-800:focus {
    --text-opacity: 1 !important;
    color: #854d0e !important;
    color: rgba(133, 77, 14, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-900:focus {
    --text-opacity: 1 !important;
    color: #713f12 !important;
    color: rgba(113, 63, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdf4 !important;
    color: rgba(240, 253, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-100:focus {
    --text-opacity: 1 !important;
    color: #dcfce7 !important;
    color: rgba(220, 252, 231, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-200:focus {
    --text-opacity: 1 !important;
    color: #bbf7d0 !important;
    color: rgba(187, 247, 208, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-300:focus {
    --text-opacity: 1 !important;
    color: #86efac !important;
    color: rgba(134, 239, 172, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-400:focus {
    --text-opacity: 1 !important;
    color: #4ade80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-500:focus {
    --text-opacity: 1 !important;
    color: #22c55e !important;
    color: rgba(34, 197, 94, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-600:focus {
    --text-opacity: 1 !important;
    color: #16a34a !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-700:focus {
    --text-opacity: 1 !important;
    color: #15803d !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-800:focus {
    --text-opacity: 1 !important;
    color: #166534 !important;
    color: rgba(22, 101, 52, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-900:focus {
    --text-opacity: 1 !important;
    color: #14532d !important;
    color: rgba(20, 83, 45, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-50:focus {
    --text-opacity: 1 !important;
    color: #f0fdfa !important;
    color: rgba(240, 253, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-100:focus {
    --text-opacity: 1 !important;
    color: #ccfbf1 !important;
    color: rgba(204, 251, 241, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-200:focus {
    --text-opacity: 1 !important;
    color: #99f6e4 !important;
    color: rgba(153, 246, 228, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-300:focus {
    --text-opacity: 1 !important;
    color: #5eead4 !important;
    color: rgba(94, 234, 212, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-400:focus {
    --text-opacity: 1 !important;
    color: #2dd4bf !important;
    color: rgba(45, 212, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-500:focus {
    --text-opacity: 1 !important;
    color: #14b8a6 !important;
    color: rgba(20, 184, 166, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-600:focus {
    --text-opacity: 1 !important;
    color: #0d9488 !important;
    color: rgba(13, 148, 136, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-700:focus {
    --text-opacity: 1 !important;
    color: #0f766e !important;
    color: rgba(15, 118, 110, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-800:focus {
    --text-opacity: 1 !important;
    color: #115e59 !important;
    color: rgba(17, 94, 89, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-900:focus {
    --text-opacity: 1 !important;
    color: #134e4a !important;
    color: rgba(19, 78, 74, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-50:focus {
    --text-opacity: 1 !important;
    color: #eff6ff !important;
    color: rgba(239, 246, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-100:focus {
    --text-opacity: 1 !important;
    color: #dbeafe !important;
    color: rgba(219, 234, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-200:focus {
    --text-opacity: 1 !important;
    color: #bfdbfe !important;
    color: rgba(191, 219, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-300:focus {
    --text-opacity: 1 !important;
    color: #93c5fd !important;
    color: rgba(147, 197, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-400:focus {
    --text-opacity: 1 !important;
    color: #60a5fa !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-500:focus {
    --text-opacity: 1 !important;
    color: #3b82f6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-600:focus {
    --text-opacity: 1 !important;
    color: #2563eb !important;
    color: rgba(37, 99, 235, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-700:focus {
    --text-opacity: 1 !important;
    color: #1d4ed8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-800:focus {
    --text-opacity: 1 !important;
    color: #1e40af !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-900:focus {
    --text-opacity: 1 !important;
    color: #1e3a8a !important;
    color: rgba(30, 58, 138, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-100:focus {
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-200:focus {
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-300:focus {
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-400:focus {
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-500:focus {
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-600:focus {
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-700:focus {
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-800:focus {
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-900:focus {
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-50:focus {
    --text-opacity: 1 !important;
    color: #f5f3ff !important;
    color: rgba(245, 243, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-100:focus {
    --text-opacity: 1 !important;
    color: #ede9fe !important;
    color: rgba(237, 233, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-200:focus {
    --text-opacity: 1 !important;
    color: #ddd6fe !important;
    color: rgba(221, 214, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-300:focus {
    --text-opacity: 1 !important;
    color: #c4b5fd !important;
    color: rgba(196, 181, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-400:focus {
    --text-opacity: 1 !important;
    color: #a78bfa !important;
    color: rgba(167, 139, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-500:focus {
    --text-opacity: 1 !important;
    color: #8b5cf6 !important;
    color: rgba(139, 92, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-600:focus {
    --text-opacity: 1 !important;
    color: #7c3aed !important;
    color: rgba(124, 58, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-700:focus {
    --text-opacity: 1 !important;
    color: #6d28d9 !important;
    color: rgba(109, 40, 217, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-800:focus {
    --text-opacity: 1 !important;
    color: #5b21b6 !important;
    color: rgba(91, 33, 182, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-900:focus {
    --text-opacity: 1 !important;
    color: #4c1d95 !important;
    color: rgba(76, 29, 149, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-50:focus {
    --text-opacity: 1 !important;
    color: #fdf2f8 !important;
    color: rgba(253, 242, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-100:focus {
    --text-opacity: 1 !important;
    color: #fce7f3 !important;
    color: rgba(252, 231, 243, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-200:focus {
    --text-opacity: 1 !important;
    color: #fbcfe8 !important;
    color: rgba(251, 207, 232, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-300:focus {
    --text-opacity: 1 !important;
    color: #f9a8d4 !important;
    color: rgba(249, 168, 212, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-400:focus {
    --text-opacity: 1 !important;
    color: #f472b6 !important;
    color: rgba(244, 114, 182, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-500:focus {
    --text-opacity: 1 !important;
    color: #ec4899 !important;
    color: rgba(236, 72, 153, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-600:focus {
    --text-opacity: 1 !important;
    color: #db2777 !important;
    color: rgba(219, 39, 119, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-700:focus {
    --text-opacity: 1 !important;
    color: #be185d !important;
    color: rgba(190, 24, 93, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-800:focus {
    --text-opacity: 1 !important;
    color: #9d174d !important;
    color: rgba(157, 23, 77, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-900:focus {
    --text-opacity: 1 !important;
    color: #831843 !important;
    color: rgba(131, 24, 67, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-50:focus {
    --text-opacity: 1 !important;
    color: #f9fafb !important;
    color: rgba(249, 250, 251, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-100:focus {
    --text-opacity: 1 !important;
    color: #f3f4f6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-200:focus {
    --text-opacity: 1 !important;
    color: #e5e7eb !important;
    color: rgba(229, 231, 235, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-300:focus {
    --text-opacity: 1 !important;
    color: #d1d5db !important;
    color: rgba(209, 213, 219, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-400:focus {
    --text-opacity: 1 !important;
    color: #9ca3af !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-500:focus {
    --text-opacity: 1 !important;
    color: #6b7280 !important;
    color: rgba(107, 114, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-600:focus {
    --text-opacity: 1 !important;
    color: #4b5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-700:focus {
    --text-opacity: 1 !important;
    color: #374151 !important;
    color: rgba(55, 65, 81, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-800:focus {
    --text-opacity: 1 !important;
    color: #1f2937 !important;
    color: rgba(31, 41, 55, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-900:focus {
    --text-opacity: 1 !important;
    color: #111827 !important;
    color: rgba(17, 24, 39, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-grey-light:focus {
    --text-opacity: 1 !important;
    color: #dae1e7 !important;
    color: rgba(218, 225, 231, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-primary-light:focus {
    --text-opacity: 1 !important;
    color: #3F8CFF !important;
    color: rgba(63, 140, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-primary-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-primary-dark:focus {
    --text-opacity: 1 !important;
    color: #1E40AF !important;
    color: rgba(30, 64, 175, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-light:focus {
    --text-opacity: 1 !important;
    color: #FF7C7C !important;
    color: rgba(255, 124, 124, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #EF4444 !important;
    color: rgba(239, 68, 68, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-dark:focus {
    --text-opacity: 1 !important;
    color: #B91C1C !important;
    color: rgba(185, 28, 28, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-success-light:focus {
    --text-opacity: 1 !important;
    color: #4ADE80 !important;
    color: rgba(74, 222, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-success-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #16A34A !important;
    color: rgba(22, 163, 74, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-success-dark:focus {
    --text-opacity: 1 !important;
    color: #15803D !important;
    color: rgba(21, 128, 61, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-warning-light:focus {
    --text-opacity: 1 !important;
    color: #FDE047 !important;
    color: rgba(253, 224, 71, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-warning-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #F59E0B !important;
    color: rgba(245, 158, 11, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-warning-dark:focus {
    --text-opacity: 1 !important;
    color: #B45309 !important;
    color: rgba(180, 83, 9, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-danger-light:focus {
    --text-opacity: 1 !important;
    color: #F87171 !important;
    color: rgba(248, 113, 113, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-danger-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #DC2626 !important;
    color: rgba(220, 38, 38, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-danger-dark:focus {
    --text-opacity: 1 !important;
    color: #991B1B !important;
    color: rgba(153, 27, 27, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-info-light:focus {
    --text-opacity: 1 !important;
    color: #60A5FA !important;
    color: rgba(96, 165, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-info-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #3B82F6 !important;
    color: rgba(59, 130, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-info-dark:focus {
    --text-opacity: 1 !important;
    color: #1D4ED8 !important;
    color: rgba(29, 78, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-neutral-light:focus {
    --text-opacity: 1 !important;
    color: #F3F4F6 !important;
    color: rgba(243, 244, 246, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-neutral-DEFAULT:focus {
    --text-opacity: 1 !important;
    color: #9CA3AF !important;
    color: rgba(156, 163, 175, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-neutral-dark:focus {
    --text-opacity: 1 !important;
    color: #4B5563 !important;
    color: rgba(75, 85, 99, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-telegram:focus {
    --text-opacity: 1 !important;
    color: #0088CC !important;
    color: rgba(0, 136, 204, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-instagram:focus {
    --text-opacity: 1 !important;
    color: #C13584 !important;
    color: rgba(193, 53, 132, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-facebook:focus {
    --text-opacity: 1 !important;
    color: #3b5998 !important;
    color: rgba(59, 89, 152, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-whatsapp:focus {
    --text-opacity: 1 !important;
    color: #25D366 !important;
    color: rgba(37, 211, 102, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-linkedin:focus {
    --text-opacity: 1 !important;
    color: #0e76a8 !important;
    color: rgba(14, 118, 168, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-50:focus {
    --text-opacity: 1 !important;
    color: #ecfeff !important;
    color: rgba(236, 254, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-100:focus {
    --text-opacity: 1 !important;
    color: #cffafe !important;
    color: rgba(207, 250, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-200:focus {
    --text-opacity: 1 !important;
    color: #a5f3fc !important;
    color: rgba(165, 243, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-300:focus {
    --text-opacity: 1 !important;
    color: #67e8f9 !important;
    color: rgba(103, 232, 249, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-400:focus {
    --text-opacity: 1 !important;
    color: #22d3ee !important;
    color: rgba(34, 211, 238, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-500:focus {
    --text-opacity: 1 !important;
    color: #06b6d4 !important;
    color: rgba(6, 182, 212, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-600:focus {
    --text-opacity: 1 !important;
    color: #0891b2 !important;
    color: rgba(8, 145, 178, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-700:focus {
    --text-opacity: 1 !important;
    color: #0e7490 !important;
    color: rgba(14, 116, 144, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-800:focus {
    --text-opacity: 1 !important;
    color: #155e75 !important;
    color: rgba(21, 94, 117, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-900:focus {
    --text-opacity: 1 !important;
    color: #164e63 !important;
    color: rgba(22, 78, 99, var(--text-opacity)) !important;
  }

  .xl\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .xl\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:not-italic {
    font-style: normal !important;
  }

  .xl\:hover\:italic:hover {
    font-style: italic !important;
  }

  .xl\:hover\:not-italic:hover {
    font-style: normal !important;
  }

  .xl\:focus\:italic:focus {
    font-style: italic !important;
  }

  .xl\:focus\:not-italic:focus {
    font-style: normal !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase !important;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase !important;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize !important;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xl\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xl\:break-all {
    word-break: break-all !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-1 {
    width: 0.25rem !important;
  }

  .xl\:w-2 {
    width: 0.5rem !important;
  }

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

  .xl\:w-4 {
    width: 1rem !important;
  }

  .xl\:w-5 {
    width: 1.25rem !important;
  }

  .xl\:w-6 {
    width: 1.5rem !important;
  }

  .xl\:w-8 {
    width: 2rem !important;
  }

  .xl\:w-10 {
    width: 2.5rem !important;
  }

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

  .xl\:w-16 {
    width: 4rem !important;
  }

  .xl\:w-24 {
    width: 6rem !important;
  }

  .xl\:w-32 {
    width: 8rem !important;
  }

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

  .xl\:w-64 {
    width: 16rem !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

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

  .xl\:w-1\/3 {
    width: 33.33333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.66667% !important;
  }

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

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

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

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

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

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

  .xl\:w-1\/6 {
    width: 16.66667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.33333% !important;
  }

  .xl\:w-1\/12 {
    width: 8.33333% !important;
  }

  .xl\:w-2\/12 {
    width: 16.66667% !important;
  }

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

  .xl\:w-4\/12 {
    width: 33.33333% !important;
  }

  .xl\:w-5\/12 {
    width: 41.66667% !important;
  }

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

  .xl\:w-7\/12 {
    width: 58.33333% !important;
  }

  .xl\:w-8\/12 {
    width: 66.66667% !important;
  }

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

  .xl\:w-10\/12 {
    width: 83.33333% !important;
  }

  .xl\:w-11\/12 {
    width: 91.66667% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }

  .xl\:gap-0 {
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xl\:gap-1 {
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xl\:gap-2 {
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xl\:gap-3 {
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xl\:gap-4 {
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xl\:gap-5 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xl\:gap-6 {
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xl\:gap-8 {
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xl\:gap-10 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl\:gap-12 {
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl\:gap-16 {
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xl\:gap-20 {
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:gap-24 {
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:gap-32 {
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl\:gap-40 {
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl\:gap-48 {
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xl\:gap-56 {
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl\:gap-64 {
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:gap-px {
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:col-gap-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .xl\:col-gap-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:col-gap-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:col-gap-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:col-gap-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:col-gap-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:col-gap-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:col-gap-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:col-gap-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:col-gap-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:col-gap-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:col-gap-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:col-gap-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:col-gap-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:col-gap-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:col-gap-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:col-gap-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:col-gap-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:col-gap-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-0 {
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .xl\:gap-x-1 {
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2 {
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3 {
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4 {
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-5 {
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6 {
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-8 {
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-10 {
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-12 {
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-16 {
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-20 {
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-24 {
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-32 {
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-40 {
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-48 {
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-56 {
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-64 {
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-px {
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:row-gap-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:row-gap-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:row-gap-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:row-gap-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:row-gap-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:row-gap-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:row-gap-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:row-gap-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:row-gap-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:row-gap-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:row-gap-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:row-gap-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:row-gap-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:row-gap-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:row-gap-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:row-gap-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:row-gap-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:row-gap-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:row-gap-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:gap-y-0 {
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:gap-y-1 {
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2 {
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3 {
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4 {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6 {
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-8 {
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:gap-y-10 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-12 {
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:gap-y-16 {
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20 {
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24 {
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:gap-y-32 {
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:gap-y-40 {
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:gap-y-48 {
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:gap-y-56 {
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:gap-y-64 {
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:gap-y-px {
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

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

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

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

  .xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:col-auto {
    grid-column: auto !important;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

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

  .xl\:row-auto {
    grid-row: auto !important;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  [dir] .xl\:transform {
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  [dir] .xl\:transform-none {
    transform: none !important;
  }

  [dir] .xl\:origin-center {
    transform-origin: center !important;
  }

  [dir] .xl\:origin-top {
    transform-origin: top !important;
  }

  [dir=ltr] .xl\:origin-top-right {
    transform-origin: top right !important;
  }

  [dir=rtl] .xl\:origin-top-right {
    transform-origin: top left !important;
  }

  [dir=ltr] .xl\:origin-right {
    transform-origin: right !important;
  }

  [dir=rtl] .xl\:origin-right {
    transform-origin: left !important;
  }

  [dir=ltr] .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  [dir=rtl] .xl\:origin-bottom-right {
    transform-origin: bottom left !important;
  }

  [dir] .xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  [dir=ltr] .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  [dir=rtl] .xl\:origin-bottom-left {
    transform-origin: bottom right !important;
  }

  [dir=ltr] .xl\:origin-left {
    transform-origin: left !important;
  }

  [dir=rtl] .xl\:origin-left {
    transform-origin: right !important;
  }

  [dir=ltr] .xl\:origin-top-left {
    transform-origin: top left !important;
  }

  [dir=rtl] .xl\:origin-top-left {
    transform-origin: top right !important;
  }

  .xl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .xl\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .xl\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .xl\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .xl\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .xl\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .xl\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .xl\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .xl\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .xl\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .xl\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .xl\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .xl\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .xl\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0 !important;
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1rem !important;
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2rem !important;
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3rem !important;
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem !important;
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 5rem !important;
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 6rem !important;
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 8rem !important;
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 10rem !important;
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 12rem !important;
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 14rem !important;
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 16rem !important;
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px !important;
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2rem !important;
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem !important;
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem !important;
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem !important;
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem !important;
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem !important;
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem !important;
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem !important;
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem !important;
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px !important;
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0 !important;
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1rem !important;
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2rem !important;
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3rem !important;
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem !important;
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 5rem !important;
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 6rem !important;
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 8rem !important;
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 10rem !important;
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 12rem !important;
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 14rem !important;
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 16rem !important;
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px !important;
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2rem !important;
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem !important;
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem !important;
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem !important;
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem !important;
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem !important;
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem !important;
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem !important;
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem !important;
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px !important;
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important;
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important;
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important;
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important;
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important;
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important;
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important;
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important;
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important;
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important;
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important;
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important;
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important;
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important;
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important;
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important;
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important;
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important;
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important;
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important;
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important;
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important;
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important;
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important;
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important;
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important;
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important;
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important;
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important;
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important;
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important;
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important;
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important;
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important;
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important;
  }

  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important;
  }

  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important;
  }

  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important;
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important;
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important;
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important;
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important;
  }

  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important;
  }

  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important;
  }

  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important;
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important;
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important;
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important;
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important;
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important;
  }

  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important;
  }

  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important;
  }

  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important;
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important;
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important;
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important;
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important;
  }

  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important;
  }

  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important;
  }

  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important;
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .xl\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .xl\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .xl\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .xl\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .xl\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .xl\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .xl\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .xl\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  [dir] .xl\:transition-none {
    transition-property: none !important;
  }

  [dir] .xl\:transition-all {
    transition-property: all !important;
  }

  [dir] .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  [dir] .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  [dir] .xl\:transition-opacity {
    transition-property: opacity !important;
  }

  [dir] .xl\:transition-shadow {
    transition-property: box-shadow !important;
  }

  [dir] .xl\:transition-transform {
    transition-property: transform !important;
  }

  [dir] .xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  [dir] .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  [dir] .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  [dir] .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  [dir] .xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  [dir] .xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  [dir] .xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  [dir] .xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  [dir] .xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  [dir] .xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  [dir] .xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  [dir] .xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  [dir] .xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  [dir] .xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  [dir] .xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  [dir] .xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  [dir] .xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  [dir] .xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  [dir] .xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  [dir] .xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  [dir=ltr] .xl\:animate-none {
    animation: none !important;
  }

  [dir=rtl] .xl\:animate-none {
    animation: none !important;
  }

  [dir=ltr] .xl\:animate-spin {
    animation:  spin-ltr 1s linear infinite !important;
  }

  [dir=rtl] .xl\:animate-spin {
    animation:  spin-rtl 1s linear infinite !important;
  }

  [dir=ltr] .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  [dir=rtl] .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  [dir=ltr] .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  [dir=rtl] .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  [dir=ltr] .xl\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  [dir=rtl] .xl\:animate-bounce {
    animation: bounce 1s infinite !important;
  }
}


